Skip to content

Commit 3ed7698

Browse files
committed
shrink some builds
1 parent 9116911 commit 3ed7698

File tree

8 files changed

+46
-1
lines changed

8 files changed

+46
-1
lines changed

ports/atmel-samd/boards/feather_m4_express/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#define IGNORE_PIN_PA27 1
4242
#define IGNORE_PIN_PB00 1
4343
#define IGNORE_PIN_PB04 1
44+
#define IGNORE_PIN_PB05 1
4445
#define IGNORE_PIN_PB06 1
4546
#define IGNORE_PIN_PB07 1
4647
#define IGNORE_PIN_PB30 1

ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
1414
CIRCUITPY_FLOPPYIO = 0
15-
CIRCUITPY_SYNTHIO = 0
1615
CIRCUITPY_JPEGIO = 0
16+
CIRCUITPY_SYNTHIO = 0
1717

1818
# We don't have room for the fonts for terminalio for certain languages,
1919
# so turn off terminalio, and if it's off and displayio is on,

ports/atmel-samd/boards/metro_m0_express/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "S25FL216K, GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY_CODEOP = 0
1314
CIRCUITPY_RAINBOWIO = 0

ports/atmel-samd/boards/metro_m4_express/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@
4848
#define IGNORE_PIN_PB04 1
4949
#define IGNORE_PIN_PB05 1
5050
#define IGNORE_PIN_PB23 1
51+
#define IGNORE_PIN_PB30 1
52+
#define IGNORE_PIN_PB31 1

ports/atmel-samd/boards/metro_m4_express/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ EXTERNAL_FLASH_DEVICES = "S25FL116K, S25FL216K, GD25Q16C, W25Q16JVxQ"
1111
LONGINT_IMPL = MPZ
1212

1313
CIRCUITPY__EVE = 1
14+
CIRCUITPY_CODEOP = 0
1415
CIRCUITPY_FLOPPYIO = 0
1516
CIRCUITPY_JPEGIO = 0
1617
CIRCUITPY_SYNTHIO = 0

ports/atmel-samd/boards/sparkfun_redboard_turbo/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = "W25Q32FV"
1111
LONGINT_IMPL = MPZ
1212

13+
CIRCUITPY_CODEOP = 0
1314
CIRCUITPY_RAINBOWIO = 0

ports/atmel-samd/boards/trinket_m0_haxpress/mpconfigboard.h

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,43 @@
3131
#define DEFAULT_UART_BUS_RX (&pin_PA07)
3232
#define DEFAULT_UART_BUS_TX (&pin_PA06)
3333

34+
#define IGNORE_PIN_PA03 1
35+
#define IGNORE_PIN_PA04 1
36+
#define IGNORE_PIN_PA12 1
37+
#define IGNORE_PIN_PA13 1
38+
#define IGNORE_PIN_PA14 1
39+
#define IGNORE_PIN_PA15 1
40+
#define IGNORE_PIN_PA18 1
41+
#define IGNORE_PIN_PA20 1
42+
#define IGNORE_PIN_PA21 1
43+
#define IGNORE_PIN_PA22 1
44+
#define IGNORE_PIN_PA23 1
3445
// USB is always used internally so skip the pin objects for it.
3546
#define IGNORE_PIN_PA24 1
3647
#define IGNORE_PIN_PA25 1
48+
#define IGNORE_PIN_PA27 1
49+
#define IGNORE_PIN_PA28 1
50+
#define IGNORE_PIN_PA30 1
51+
#define IGNORE_PIN_PA31 1
52+
#define IGNORE_PIN_PB01 1
53+
#define IGNORE_PIN_PB02 1
54+
#define IGNORE_PIN_PB03 1
55+
#define IGNORE_PIN_PB04 1
56+
#define IGNORE_PIN_PB05 1
57+
#define IGNORE_PIN_PB06 1
58+
#define IGNORE_PIN_PB07 1
59+
#define IGNORE_PIN_PB08 1
60+
#define IGNORE_PIN_PB09 1
61+
#define IGNORE_PIN_PB10 1
62+
#define IGNORE_PIN_PB11 1
63+
#define IGNORE_PIN_PB12 1
64+
#define IGNORE_PIN_PB13 1
65+
#define IGNORE_PIN_PB14 1
66+
#define IGNORE_PIN_PB15 1
67+
#define IGNORE_PIN_PB16 1
68+
#define IGNORE_PIN_PB17 1
69+
#define IGNORE_PIN_PB22 1
70+
#define IGNORE_PIN_PB23 1
71+
#define IGNORE_PIN_PB30 1
72+
#define IGNORE_PIN_PB31 1
73+
#define IGNORE_PIN_PB00 1

ports/atmel-samd/boards/trinket_m0_haxpress/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
99
SPI_FLASH_FILESYSTEM = 1
1010
EXTERNAL_FLASH_DEVICES = W25Q32BV
1111
LONGINT_IMPL = MPZ
12+
13+
CIRCUITPY_CODEOP = 0

0 commit comments

Comments
 (0)