Skip to content

Commit 24359f9

Browse files
committed
Disable terminalio on thunderpack for some translations
1 parent 25e862d commit 24359f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ports/stm/boards/thunderpack_v12/mpconfigboard.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ MCU_PACKAGE = UFQFPN48
2525

2626
LD_COMMON = boards/common_nvm.ld
2727
LD_FILE = boards/STM32F411_nvm_nofs.ld
28+
29+
# Disable TERMINALIO on translations with missing characters.
30+
ifneq (,$(filter $(TRANSLATION),ja ko ru))
31+
CIRCUITPY_TERMINALIO = 0
32+
RELEASE_NEEDS_CLEAN_BUILD = $(CIRCUITPY_DISPLAYIO)
33+
endif

0 commit comments

Comments
 (0)