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
1818
1919SPI_FLASH_FILESYSTEM = 1
2020EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
21- LONGINT_IMPL = NONE
21+ LONGINT_IMPL = MPZ
2222
2323# the M0 Coin has limited functionality and many modules can be eliminated
2424
2525# there may be more modules which are of no used but will require further digging
2626
2727# Disable modules that are unusable on this special-purpose board.
2828
29- CIRCUITPY_FULL_BUILD = 0
29+ CIRCUITPY_FULL_BUILD = 1
3030
3131CIRCUITPY_AUDIOIO = 1
3232CIRCUITPY_DISPLAYIO = 0
@@ -38,7 +38,8 @@ CIRCUITPY_ROTARYIO = 0
3838CIRCUITPY_RTC = 0
3939CIRCUITPY_USB_HID = 1
4040CIRCUITPY_USB_MIDI = 0
41-
41+ CIRCUITPY_NEOPIXEL_WRITE = 1
42+ CIRCUITPY_PIXELBUF = 1
4243
4344# Include these Python libraries in firmware.
4445FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
You can’t perform that action at this time.
0 commit comments