Skip to content

Commit b097c07

Browse files
committed
shrink some small builds
1 parent 72a045e commit b097c07

File tree

6 files changed

+13
-2
lines changed

6 files changed

+13
-2
lines changed

ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
1111
INTERNAL_FLASH_FILESYSTEM = 1
1212
LONGINT_IMPL = NONE
1313
CIRCUITPY_FULL_BUILD = 0
14+
15+
CIRCUITPY_RAINBOWIO = 0

ports/atmel-samd/boards/arduino_nano_33_iot/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
1111
INTERNAL_FLASH_FILESYSTEM = 1
1212
LONGINT_IMPL = NONE
1313
CIRCUITPY_FULL_BUILD = 0
14+
15+
CIRCUITPY_RAINBOWIO = 0

ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
1111
INTERNAL_FLASH_FILESYSTEM = 1
1212
LONGINT_IMPL = NONE
1313
CIRCUITPY_FULL_BUILD = 0
14+
15+
CIRCUITPY_RAINBOWIO = 0

ports/atmel-samd/boards/feather_m0_rfm69/mpconfigboard.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ CIRCUITPY_FULL_BUILD = 0
1515
# A number of modules are removed for RFM69 to make room for frozen libraries.
1616
# Many I/O functions are not available.
1717
CIRCUITPY_ANALOGIO = 1
18+
CIRCUITPY_BUSDEVICE = 1
19+
CIRCUITPY_RAINBOWIO = 0
1820
CIRCUITPY_ROTARYIO = 0
1921
CIRCUITPY_RTC = 0
22+
CIRCUITPY_TOUCHIO = 0
2023
CIRCUITPY_USB_MIDI = 0
2124
CIRCUITPY_USB_HID = 0
22-
CIRCUITPY_TOUCHIO = 0
23-
CIRCUITPY_BUSDEVICE = 1
2425

2526
# Include these Python libraries in firmware.
2627
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_RFM69

ports/atmel-samd/boards/pewpew_m4/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ CIRCUITPY_BITBANG_APA102 = 0
2020
CIRCUITPY_FREQUENCYIO = 0
2121
CIRCUITPY_I2CTARGET = 0
2222
CIRCUITPY_NEOPIXEL_WRITE = 0
23+
CIRCUITPY_ONEWIREIO = 0
2324
CIRCUITPY_PARALLELDISPLAY = 0
2425
CIRCUITPY_PIXELBUF = 0
2526
CIRCUITPY_PS2IO = 0
2627
CIRCUITPY_PULSEIO = 0
2728
CIRCUITPY_PWMIO = 0
29+
CIRCUITPY_RAINBOWIO = 0
2830
CIRCUITPY_ROTARYIO = 0
2931
CIRCUITPY_RTC = 0
3032
CIRCUITPY_SAMD = 0

ports/atmel-samd/boards/sparkfun_redboard_turbo/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q32FV"
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_RAINBOWIO = 0

0 commit comments

Comments
 (0)