We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2624a commit 3c44c9dCopy full SHA for 3c44c9d
ports/atmel-samd/boards/bradanlanestudio_coin_m0/mpconfigboard.mk
@@ -18,15 +18,15 @@ CHIP_FAMILY = samd21
18
19
SPI_FLASH_FILESYSTEM = 1
20
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
21
-LONGINT_IMPL = NONE
+LONGINT_IMPL = MPZ
22
23
# the M0 Coin has limited functionality and many modules can be eliminated
24
25
# there may be more modules which are of no used but will require further digging
26
27
# Disable modules that are unusable on this special-purpose board.
28
29
-CIRCUITPY_FULL_BUILD = 0
+CIRCUITPY_FULL_BUILD = 1
30
31
CIRCUITPY_AUDIOIO = 1
32
CIRCUITPY_DISPLAYIO = 0
0 commit comments