diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-09 12:01:00 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-09 12:01:00 -0700 |
| commit | ef23ffe58427ab8f8997b6cf949eca5c404563f7 (patch) | |
| tree | 3cb9510ca121e3f0ac3be2ee1c8168f93f12a908 | |
| parent | 72992070c5137ce44969555828673ba7ccd69f08 (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.mk | 1 |
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 |
