File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ CFLAGS += \
152
152
-DESP_PLATFORM=1 \
153
153
-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" \
154
154
-DMBEDTLS_PADLOCK_FILE=\"ports/espressif/esp-idf/components/mbedtls/mbedtls/library/padlock.h\" \
155
- -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX
155
+ -DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX \
156
+ -DMP3DEC_GENERIC
156
157
157
158
# Make our canary value match FreeRTOS's
158
159
# This define is in FreeRTOS as tskSTACK_FILL_BYTE 0xa5U which we expand out to a full word.
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ CIRCUITPY_ANALOGBUFIO ?= 1
22
22
CIRCUITPY_AUDIOBUSIO ?= 1
23
23
CIRCUITPY_AUDIOBUSIO_PDMIN ?= 0
24
24
CIRCUITPY_AUDIOIO ?= 0
25
- CIRCUITPY_AUDIOMP3 ?= 0
26
25
CIRCUITPY_BLEIO_HCI = 0
27
26
CIRCUITPY_CANIO ?= 1
28
27
CIRCUITPY_COUNTIO ?= 1
@@ -136,6 +135,7 @@ CIRCUITPY_BLEIO ?= 0
136
135
else
137
136
CIRCUITPY_BLEIO ?= 1
138
137
endif
138
+ CIRCUITPY_AUDIOMP3 ?= 1
139
139
140
140
endif
141
141
@@ -178,3 +178,5 @@ USB_NUM_IN_ENDPOINTS = 5
178
178
179
179
# Usually lots of flash space available
180
180
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
181
+
182
+ CIRCUITPY_AUDIOMP3 ?= 0
You can’t perform that action at this time.
0 commit comments