We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e862d commit 24359f9Copy full SHA for 24359f9
ports/stm/boards/thunderpack_v12/mpconfigboard.mk
@@ -25,3 +25,9 @@ MCU_PACKAGE = UFQFPN48
25
26
LD_COMMON = boards/common_nvm.ld
27
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