8000 remove build flags already set for the microcontroller · sparkfun/circuitpython@cd7ee6c · GitHub
[go: up one dir, main page]

Skip to content

Commit cd7ee6c

Browse files
committed
remove build flags already set for the microcontroller
1 parent cf9195d commit cd7ee6c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,22 @@ LONGINT_IMPL = NONE
2828

2929
CIRCUITPY_FULL_BUILD = 0
3030

31-
CIRCUITPY_AESIO = 0
32-
CIRCUITPY_AUDIOBUSIO = 0
3331
CIRCUITPY_AUDIOIO = 1
34-
CIRCUITPY_BITBANGIO = 0
3532
CIRCUITPY_BITMAPFILTER = 0
36-
CIRCUITPY_BITMAPTOOLS = 0
37-
CIRCUITPY_BLEIO = 0
38-
CIRCUITPY_BLEIO_HCI = 0
3933
CIRCUITPY_DISPLAYIO = 0
34+
CIRCUITPY_FLOPPYIO = 0
35+
CIRCUITPY_FLOPPYIO = 0
4036
CIRCUITPY_FRAMEBUFFERIO = 0
41-
CIRCUITPY_FREQUENCYIO = 0
42-
CIRCUITPY_I2CTARGET = 0
43-
CIRCUITPY_KEYPAD = 0
37+
CIRCUITPY_MAX3421E = 0
4438
CIRCUITPY_ONEWIREIO = 0
4539
CIRCUITPY_PS2IO = 0
4640
CIRCUITPY_PULSEIO = 0
4741
CIRCUITPY_RGBMATRIX = 0
4842
CIRCUITPY_ROTARYIO = 0
43+
CIRCUITPY_ROTARYIO_SOFTENCODER = 0
4944
CIRCUITPY_RTC = 0
5045
CIRCUITPY_TOUCHIO = 1
46+
CIRCUITPY_TOUCHIO_USE_NATIVE = 1
5147
CIRCUITPY_USB_HID = 1
5248
CIRCUITPY_USB_MIDI = 0
5349

0 commit comments

Comments
 (0)
0