File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
9
9
INTERNAL_FLASH_FILESYSTEM = 1
10
10
LONGINT_IMPL = NONE
11
11
CIRCUITPY_FULL_BUILD = 0
12
+
13
+ CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
9
9
INTERNAL_FLASH_FILESYSTEM = 1
10
10
LONGINT_IMPL = NONE
11
11
CIRCUITPY_FULL_BUILD = 0
12
+
13
+ CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change @@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
9
9
INTERNAL_FLASH_FILESYSTEM = 1
10
10
LONGINT_IMPL = NONE
11
11
CIRCUITPY_FULL_BUILD = 0
12
+
13
+ CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ LONGINT_IMPL = NONE
11
11
CIRCUITPY_FULL_BUILD = 0
12
12
13
13
# There are many pin definitions on this board; it doesn't quite fit on very large translations.
14
- # So remove what might be least likely module to be used.
14
+ # Remove a couple of modules.
15
+ CIRCUITPY_ONEWIREIO = 0
15
16
CIRCUITPY_RAINBOWIO = 0
Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ CIRCUITPY_COUNTIO = 0
20
20
CIRCUITPY_DISPLAYIO = 0
21
21
CIRCUITPY_ERRNO = 0
22
22
CIRCUITPY_FRAMEBUFFERIO = 0
23
+ CIRCUITPY_GETPASS = 0
23
24
CIRCUITPY_KEYPAD = 0
24
25
CIRCUITPY_MSGPACK = 0
25
26
CIRCUITPY_NEOPIXEL_WRITE = 0
26
27
CIRCUITPY_NVM = 0
27
28
CIRCUITPY_PIXELBUF = 0
28
29
CIRCUITPY_PULSEIO = 0
29
30
CIRCUITPY_PWMIO = 1
31
+ CIRCUITPY_RAINBOWIO = 0
30
32
CIRCUITPY_RGBMATRIX = 0
31
33
CIRCUITPY_ROTARYIO = 0
32
34
CIRCUITPY_RTC = 1
You can’t perform that action at this time.
0 commit comments