Skip to content

Commit

Permalink
enable audioio for all esp32 and esp32s2 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallMiller committed Jan 25, 2025
1 parent 6af28ab commit 751f316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ CIRCUITPY_ESP_FLASH_SIZE = 8MB
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 40m

CIRCUITPY_AUDIOIO = 1
2 changes: 2 additions & 0 deletions ports/espressif/mpconfigport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ CIRCUITPY__EVE ?= 1
ifeq ($(IDF_TARGET),esp32)
# Modules
CIRCUITPY_ALARM_TOUCH = 1
CIRCUITPY_AUDIOIO = 1
CIRCUITPY_RGBMATRIX = 0

# SDMMC not supported yet
Expand Down Expand Up @@ -219,6 +220,7 @@ CIRCUITPY_ESPCAMERA = 0
else ifeq ($(IDF_TARGET),esp32s2)
# Modules
CIRCUITPY_ALARM_TOUCH = 1
CIRCUITPY_AUDIOIO = 1
# No BLE in hw
CIRCUITPY_BLEIO = 0

Expand Down

0 comments on commit 751f316

Please sign in to comment.