File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ CIRCUITPY__EVE = 1
1414CIRCUITPY_CODEOP = 0
1515CIRCUITPY_FLOPPYIO = 0
1616CIRCUITPY_JPEGIO = 0
17+ CIRCUITPY_MSGPACK = 0
1718CIRCUITPY_SYNTHIO = 0
1819CIRCUITPY_VECTORIO = 0
1920
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ QSPI_FLASH_FILESYSTEM = 1
1010EXTERNAL_FLASH_DEVICES = "GD25Q16C,W25Q16JVxQ"
1111LONGINT_IMPL = MPZ
1212
13+ CIRCUITPY__EVE = 1
1314CIRCUITPY_CODEOP = 0
1415CIRCUITPY_FLOPPYIO = 0
15- CIRCUITPY_GIFIO = 0
1616CIRCUITPY_JPEGIO = 0
17- CIRCUITPY_TILEPALETTEMAPPER = 0
17+ CIRCUITPY_MSGPACK = 0
18+ CIRCUITPY_SYNTHIO = 0
19+ CIRCUITPY_VECTORIO = 0
1820
1921CIRCUITPY_BITBANG_APA102 = 1
2022
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ CIRCUITPY__EVE = 1
1414CIRCUITPY_CODEOP = 0
1515CIRCUITPY_FLOPPYIO = 0
1616CIRCUITPY_JPEGIO = 0
17+ CIRCUITPY_MSGPACK = 0
1718CIRCUITPY_SYNTHIO = 0
1819CIRCUITPY_VECTORIO = 0
1920
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ CHIP_FAMILY = samd51
99QSPI_FLASH_FILESYSTEM = 1
1010EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
1111LONGINT_IMPL = MPZ
12+
13+ CIRCUITPY__EVE = 1
14+ CIRCUITPY_CODEOP = 0
1215CIRCUITPY_FLOPPYIO = 0
13- CIRCUITPY_FRAMEBUFFERIO = 0
16+ CIRCUITPY_JPEGIO = 0
17+ CIRCUITPY_MSGPACK = 0
1418CIRCUITPY_SYNTHIO = 0
19+ CIRCUITPY_VECTORIO = 0
You can’t perform that action at this time.
0 commit comments