summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-04-09 12:01:00 -0700
committerScott Shawcroft <scott@tannewt.org>2019-04-09 12:01:00 -0700
commitef23ffe58427ab8f8997b6cf949eca5c404563f7 (patch)
tree3cb9510ca121e3f0ac3be2ee1c8168f93f12a908
parent72992070c5137ce44969555828673ba7ccd69f08 (diff)
Turn off audiobusio on Hallowing to free rom
It is about 5kb and the pins aren't broken out for it anyway.
-rw-r--r--ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
index 74c07ce9c..1df82ff44 100644
--- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
@@ -12,6 +12,7 @@ LONGINT_IMPL = MPZ
# To keep the build small
CIRCUITPY_I2CSLAVE = 0
CIRCUITPY_FREQUENCYIO = 0
+CIRCUITPY_AUDIOBUSIO = 0
CFLAGS_INLINE_LIMIT = 50