Skip to content

Commit b9b9ef2

Browse files
committed
Turn off bitbanging on Hallowing to save code space.
1 parent cdfc169 commit b9b9ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LONGINT_IMPL = MPZ
1616
CIRCUITPY_I2CSLAVE = 0
1717
CIRCUITPY_FREQUENCYIO = 0
1818
CIRCUITPY_AUDIOBUSIO = 0
19+
CIRCUITPY_BITBANGIO = 0
1920
SUPEROPT_GC = 0
2021

2122
# Include these Python libraries in firmware.

0 commit comments

Comments
 (0)