summaryrefslogtreecommitdiff
path: root/ports/nrf
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2021-02-25 15:44:32 -0600
committerKevin Matocha <kmatocha@icloud.com>2021-02-25 15:44:32 -0600
commita7a4f93ff8b600dc58954851c134205fa4a587d8 (patch)
treed435e36670b08b12e4cc57a26ccae2fed2e19482 /ports/nrf
parentc883bb773bbd226d4e18a7b4213b61157e358545 (diff)
Updated build configs to turn off BITMAPTOOLS for smaller builds
Diffstat (limited to 'ports/nrf')
-rw-r--r--ports/nrf/boards/pca10100/mpconfigboard.mk1
-rw-r--r--ports/nrf/boards/simmel/mpconfigboard.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/boards/pca10100/mpconfigboard.mk b/ports/nrf/boards/pca10100/mpconfigboard.mk
index fbb9987c2..74080a1ed 100644
--- a/ports/nrf/boards/pca10100/mpconfigboard.mk
+++ b/ports/nrf/boards/pca10100/mpconfigboard.mk
@@ -9,6 +9,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_AUDIOMP3 = 0
CIRCUITPY_BITBANGIO = 0
+CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_BUSIO = 1
CIRCUITPY_COUNTIO = 0
CIRCUITPY_DISPLAYIO = 0
diff --git a/ports/nrf/boards/simmel/mpconfigboard.mk b/ports/nrf/boards/simmel/mpconfigboard.mk
index 52743d340..283e3d169 100644
--- a/ports/nrf/boards/simmel/mpconfigboard.mk
+++ b/ports/nrf/boards/simmel/mpconfigboard.mk
@@ -13,6 +13,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
CIRCUITPY_AESIO = 1
CIRCUITPY_AUDIOMP3 = 0
+CIRCUITPY_BITMAPTOOLS = 0
CIRCUITPY_BUSDEVICE = 0
CIRCUITPY_BUSIO = 1
CIRCUITPY_DISPLAYIO = 0