Skip to content

Commit f143641

Browse files
authored
Merge pull request #2951 from jepler/remove-modules-to-fit-translations
Remove modules to fit translations
2 parents 37a7cf9 + 5cffd7e commit f143641

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ CHIP_FAMILY = samd21
99
INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
12+
CIRCUITPY_RTC = 0
1213

1314
SUPEROPT_GC = 0

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ CHIP_FAMILY = samd21
99
INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
12+
CIRCUITPY_ROTARYIO = 0
13+
CIRCUITPY_COUNTIO = 0
14+
CIRCUITPY_RTC = 0
1215

1316
SUPEROPT_GC = 0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212
CIRCUITPY_COUNTIO = 0
13+
CIRCUITPY_RTC = 0
1314
SUPEROPT_GC = 0
1415

1516
CFLAGS_BOARD = --param max-inline-insns-auto=15

ports/atmel-samd/boards/trinket_m0_haxpress/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_COUNTIO = 0
16+
CIRCUITPY_RTC = 0
1617
CIRCUITPY_FREQUENCYIO = 0
1718
CIRCUITPY_I2CSLAVE = 0
1819

0 commit comments

Comments
 (0)