mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 09:22:33 +00:00
feat(core): enable f-strings for micropython
[no changelog]
This commit is contained in:
parent
b957dfbddb
commit
32be2c09b9
@ -123,6 +123,7 @@
|
|||||||
#define MICROPY_PY_SYS_PLATFORM "trezor"
|
#define MICROPY_PY_SYS_PLATFORM "trezor"
|
||||||
#define MICROPY_PY_UERRNO (0)
|
#define MICROPY_PY_UERRNO (0)
|
||||||
#define MICROPY_PY_THREAD (0)
|
#define MICROPY_PY_THREAD (0)
|
||||||
|
#define MICROPY_PY_FSTRINGS (1)
|
||||||
|
|
||||||
// extended modules
|
// extended modules
|
||||||
#define MICROPY_PY_UCTYPES (1)
|
#define MICROPY_PY_UCTYPES (1)
|
||||||
|
@ -131,6 +131,7 @@
|
|||||||
#define MICROPY_PY_SYS_PLATFORM "trezor-emulator"
|
#define MICROPY_PY_SYS_PLATFORM "trezor-emulator"
|
||||||
#define MICROPY_PY_UERRNO (0)
|
#define MICROPY_PY_UERRNO (0)
|
||||||
#define MICROPY_PY_THREAD (0)
|
#define MICROPY_PY_THREAD (0)
|
||||||
|
#define MICROPY_PY_FSTRINGS (1)
|
||||||
|
|
||||||
// extended modules
|
// extended modules
|
||||||
#define MICROPY_PY_UCTYPES (1)
|
#define MICROPY_PY_UCTYPES (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user