8000 turn off bitmapfilter on samd51; test fitting on all Espressif · brushmate/circuitpython@2ccc6a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ccc6a9

Browse files
committed
turn off bitmapfilter on samd51; test fitting on all Espressif
1 parent f6d79bc commit 2ccc6a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ endif
103103

104104

105105
CIRCUITPY_ALARM ?= 1
106+
# Not enough room for both bitmaptools and bitmapfilter on most boards.
107+
CIRCUITPY_BITMAPFILTER ?= 0
106108
CIRCUITPY_FLOPPYIO ?= $(CIRCUITPY_FULL_BUILD)
107109
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
108110
CIRCUITPY_PS2IO ?= 1

ports/espressif/mpconfigport.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
125125

126126
else ifeq ($(IDF_TARGET),esp32s3)
127127
# Modules
128-
CIRCUITPY_BITMAPFILTER ?= $(CIRCUITPY_ESPCAMERA)
129128
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
130129

131130
# No room for _bleio on boards with 4MB flash

0 commit comments

Comments
 (0)
0