From a989585147bf3cec66f029ece4b2da8311da2bbb Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 6 Jan 2026 23:57:25 +1100 Subject: [PATCH] mpy-cross: Enable t-strings. So `mpy-cross` can compile t-strings. Signed-off-by: Damien George --- mpy-cross/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h index 9c23257260..ee7f98e69d 100644 --- a/mpy-cross/mpconfigport.h +++ b/mpy-cross/mpconfigport.h @@ -79,6 +79,7 @@ #define MICROPY_USE_INTERNAL_PRINTF (0) #define MICROPY_PY_FSTRINGS (1) +#define MICROPY_PY_TSTRINGS (1) #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))