File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ports/atmel-samd/boards/bradanlanestudio_coin_m0 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ CHIP_FAMILY = samd21
18
18
19
19
SPI_FLASH_FILESYSTEM = 1
20
20
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
21
- LONGINT_IMPL = NONE
21
+ LONGINT_IMPL = MPZ
22
22
23
23
# the M0 Coin has limited functionality and many modules can be eliminated
24
24
25
25
# there may be more modules which are of no used but will require further digging
26
26
27
27
# Disable modules that are unusable on this special-purpose board.
28
28
29
- CIRCUITPY_FULL_BUILD = 0
29
+ CIRCUITPY_FULL_BUILD = 1
30
30
31
31
CIRCUITPY_AUDIOIO = 1
32
32
CIRCUITPY_DISPLAYIO = 0
@@ -38,7 +38,8 @@ CIRCUITPY_ROTARYIO = 0
38
38
CIRCUITPY_RTC = 0
39
39
CIRCUITPY_USB_HID = 1
40
40
CIRCUITPY_USB_MIDI = 0
41
-
41
+ CIRCUITPY_NEOPIXEL_WRITE = 1
42
+ CIRCUITPY_PIXELBUF = 1
42
43
43
44
# Include these Python libraries in firmware.
44
45
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
You can’t perform that action at this time.
0 commit comments