Skip to content

Commit 4bbc390

Browse files
enable audioio for all esp32 and esp32s2 targets
1 parent 66472f0 commit 4bbc390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.mk

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ CIRCUITPY_ESP_FLASH_SIZE = 8MB
1010
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1111
CIRCUITPY_ESP_PSRAM_MODE = qio
1212
CIRCUITPY_ESP_PSRAM_FREQ = 40m
13-
14-
CIRCUITPY_AUDIOIO = 1

ports/espressif/mpconfigport.mk

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ CIRCUITPY__EVE ?= 1
8585
ifeq ($(IDF_TARGET),esp32)
8686
# Modules
8787
CIRCUITPY_ALARM_TOUCH = 1
88+
CIRCUITPY_AUDIOIO = 1
8889
CIRCUITPY_RGBMATRIX = 0
8990

9091
# SDMMC not supported yet
@@ -244,6 +245,7 @@ CIRCUITPY_ESPCAMERA = 0
244245
else ifeq ($(IDF_TARGET),esp32s2)
245246
# Modules
246247
CIRCUITPY_ALARM_TOUCH = 1
248+
CIRCUITPY_AUDIOIO = 1
247249
# No BLE in hw
248250
CIRCUITPY_BLEIO = 0
249251

0 commit comments

Comments
 (0)