diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-07-17 14:03:00 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-07-19 16:10:33 -0700 |
| commit | b9b9ef227fae5f383374d483ee78bc659a9ac9b8 (patch) | |
| tree | d7cf2882a58e86790deaa4e4ce785178eaac3732 | |
| parent | cdfc169ab67dec10ffa46c995be5fb1503fd5a4c (diff) | |
Turn off bitbanging on Hallowing to save code space.
| -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 8dfc741e5..92374721f 100644 --- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk @@ -16,6 +16,7 @@ LONGINT_IMPL = MPZ CIRCUITPY_I2CSLAVE = 0 CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_AUDIOBUSIO = 0 +CIRCUITPY_BITBANGIO = 0 SUPEROPT_GC = 0 # Include these Python libraries in firmware. |
