Skip to content

Commit fb0ff7e

Browse files
committed
Only disable aesio on C3
1 parent 1543642 commit fb0ff7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ CIRCUITPY_WATCHDOG ?= 1
5858
CIRCUITPY_WIFI ?= 1
5959
CIRCUITPY_SOCKETPOOL_IPV6 ?= 1
6060

61-
# Turn off aesio. It is a custom API that no one uses.
62-
CIRCUITPY_AESIO = 0
63-
6461
# Enable _eve module
6562
CIRCUITPY__EVE ?= 1
6663

@@ -140,6 +137,7 @@ CIRCUITPY_USB_DEVICE = 0
140137
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 1
141138

142139
# No room in flash.
140+
CIRCUITPY_AESIO = 0
143141
CIRCUITPY_KEYPAD_DEMUX = 0
144142

145143
else ifeq ($(IDF_TARGET),esp32c6)

0 commit comments

Comments
 (0)