Skip to content

Commit 6e98186

Browse files
committed
turn off more things on SAMD21 full builds
1 parent 5e21666 commit 6e98186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ifeq ($(CHIP_FAMILY),samd21)
2020
# fit in 256kB of flash
2121

2222
CIRCUITPY_AESIO ?= 0
23+
CIRCUITPY_ATEXIT ?= 0
2324
CIRCUITPY_AUDIOMIXER ?= 0
2425
CIRCUITPY_BINASCII ?= 0
2526
CIRCUITPY_BITBANGIO ?= 0
@@ -33,6 +34,7 @@ CIRCUITPY_COUNTIO ?= 0
3334
# Not enough RAM for framebuffers
3435
CIRCUITPY_FRAMEBUFFERIO ?= 0
3536
CIRCUITPY_FREQUENCYIO ?= 0
37+
CIRCUITPY_GETPASS ?= 0
3638
CIRCUITPY_GIFIO ?= 0
3739
CIRCUITPY_I2CPERIPHERAL ?= 0
3840
CIRCUITPY_JSON ?= 0

0 commit comments

Comments
 (0)