10000 Slim down feather m0 express · Errolyn/circuitpython@defc6dc · GitHub
[go: up one dir, main page]

Skip to content

Commit defc6dc

Browse files
committed
Slim down feather m0 express
1 parent 5d205b6 commit defc6dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ LONGINT_IMPL = MPZ
1111

1212
CHIP_VARIANT = SAMD21G18A
1313
CHIP_FAMILY = samd21
14+
15+
# Tweak inlining depending on language.
16+
ifeq ($(TRANSLATION), zh_Latn_pinyin)
17+
CFLAGS_INLINE_LIMIT = 60
18+
endif

0 commit comments

Comments
 (0)
0