Skip to content

Commit 5a80f5e

Browse files
committed
nerf vectorio on a ton of m0 and overcommitted m4 boards due to translation text size
1 parent 8a9579c commit 5a80f5e

File tree

14 files changed

+21
-0
lines changed

14 files changed

+21
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LONGINT_IMPL = MPZ
1313

1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_I2CSLAVE = 0
16+
CIRCUITPY_VECTORIO = 0
1617

1718
CFLAGS_INLINE_LIMIT = 60
1819
SUPEROPT_GC = 0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ LONGINT_IMPL = MPZ
1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_FREQUENCYIO = 0
1616
CIRCUITPY_I2CSLAVE = 0
17+
CIRCUITPY_VECTORIO = 0
18+

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CIRCUITPY_FREQUENCYIO = 0
1717
CIRCUITPY_I2CSLAVE = 0
1818
CIRCUITPY_PIXELBUF = 0
1919
CIRCUITPY_RTC = 0
20+
# So not all of displayio, sorry!
21+
CIRCUITPY_VECTORIO = 0
2022

2123
SUPEROPT_GC = 0
2224
CFLAGS_INLINE_LIMIT = 55

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ LONGINT_IMPL = MPZ
1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_FREQUENCYIO = 0
1616
CIRCUITPY_I2CSLAVE = 0
17+
CIRCUITPY_VECTORIO = 0
1718

1819
CFLAGS_INLINE_LIMIT = 60
1920
SUPEROPT_GC = 0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ LONGINT_IMPL = MPZ
1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_FREQUENCYIO = 0
1616
CIRCUITPY_I2CSLAVE = 0
17+
# supersized, not ultra-supersized
18+
CIRCUITPY_VECTORIO = 0
1719

1820
CFLAGS_INLINE_LIMIT = 60
1921
SUPEROPT_GC = 0

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ LONGINT_IMPL = MPZ
1515
CIRCUITPY_AUDIOBUSIO = 0
1616
# No DAC on SAMR21G
1717
CIRCUITPY_AUDIOIO = 0
18+
19+
# Too much flash for Korean translations
20+
CIRCUITPY_VECTORIO = 0
21+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CIRCUITPY_GAMEPAD = 0
1919
CIRCUITPY_I2CSLAVE = 0
2020
CIRCUITPY_ROTARYIO = 0
2121
CIRCUITPY_RTC = 0
22+
CIRCUITPY_VECTORIO = 0
2223

2324
CFLAGS_INLINE_LIMIT = 55
2425
SUPEROPT_GC = 0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CIRCUITPY_BITBANGIO = 0
1717
CIRCUITPY_GAMEPAD = 0
1818
CIRCUITPY_I2CSLAVE = 0
1919
CIRCUITPY_RTC = 0
20+
# too itsy bitsy for all of displayio
21+
CIRCUITPY_VECTORIO = 0
2022

2123
CFLAGS_INLINE_LIMIT = 60
2224
SUPEROPT_GC = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LONGINT_IMPL = MPZ
1313

1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_I2CSLAVE = 0
16+
CIRCUITPY_VECTORIO = 0
1617

1718
CFLAGS_INLINE_LIMIT = 60
1819
SUPEROPT_GC = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ CIRCUITPY_NETWORK = 0
3434
CIRCUITPY_ROTARYIO = 0
3535
CIRCUITPY_SAMD = 0
3636
CIRCUITPY_TOUCHIO = 0
37+
CIRCUITPY_VECTORIO = 0
3738

3839
CIRCUITPY_AUDIOMIXER = 1
3940
CIRCUITPY_AUDIOIO = 1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ LONGINT_IMPL = MPZ
1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_GAMEPAD = 0
1616
CIRCUITPY_I2CSLAVE = 0
17+
CIRCUITPY_VECTORIO = 0
1718

1819
CFLAGS_INLINE_LIMIT = 60
1920
SUPEROPT_GC = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ LONGINT_IMPL = MPZ
1313

1414
CIRCUITPY_AUDIOIO = 0
1515
CIRCUITPY_AUDIOBUSIO = 0
16+
CIRCUITPY_VECTORIO = 0
1617

1718
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LONGINT_IMPL = MPZ
1313

1414
CIRCUITPY_BITBANGIO = 0
1515
CIRCUITPY_I2CSLAVE = 0
16+
CIRCUITPY_VECTORIO = 0
1617

1718
CFLAGS_INLINE_LIMIT = 60
1819
SUPEROPT_GC = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CIRCUITPY_BITBANGIO = 0
1818
CIRCUITPY_GAMEPAD = 0
1919
CIRCUITPY_I2CSLAVE = 0
2020
CIRCUITPY_RTC = 0
21+
CIRCUITPY_VECTORIO = 0
2122

2223
CFLAGS_INLINE_LIMIT = 60
2324
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)