From 1517fa80a3e957ef9a8ab57a4dfb0552d8bc9a6b Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 3 Mar 2025 11:29:00 +0200 Subject: [PATCH] fixup! feat(core): estimate workflow stack usage --- core/embed/upymod/modtrezorutils/modtrezorutils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/embed/upymod/modtrezorutils/modtrezorutils.c b/core/embed/upymod/modtrezorutils/modtrezorutils.c index 92de9cd0b6..303d718e43 100644 --- a/core/embed/upymod/modtrezorutils/modtrezorutils.c +++ b/core/embed/upymod/modtrezorutils/modtrezorutils.c @@ -456,6 +456,8 @@ STATIC mp_obj_tuple_t mod_trezorutils_version_obj = { /// if __debug__: /// DISABLE_ANIMATION: bool /// """Whether the firmware should disable animations.""" +/// LOG_STACK_USAGE: bool +/// """Whether the firmware should log estimated stack usage.""" STATIC const mp_rom_map_elem_t mp_module_trezorutils_globals_table[] = { {MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_trezorutils)},