We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d79bc commit 2ccc6a9Copy full SHA for 2ccc6a9
ports/atmel-samd/mpconfigport.mk
@@ -103,6 +103,8 @@ endif
103
104
105
CIRCUITPY_ALARM ?= 1
106
+# Not enough room for both bitmaptools and bitmapfilter on most boards.
107
+CIRCUITPY_BITMAPFILTER ?= 0
108
CIRCUITPY_FLOPPYIO ?= $(CIRCUITPY_FULL_BUILD)
109
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
110
CIRCUITPY_PS2IO ?= 1
ports/espressif/mpconfigport.mk
@@ -125,7 +125,6 @@ CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
125
126
else ifeq ($(IDF_TARGET),esp32s3)
127
# Modules
128
-CIRCUITPY_BITMAPFILTER ?= $(CIRCUITPY_ESPCAMERA)
129
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
130
131
# No room for _bleio on boards with 4MB flash
0 commit comments