diff options
author | Damien George <damien@micropython.org> | 2025-07-06 21:59:55 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-08 11:15:11 +1000 |
commit | 0fd65c44cf23b22a582a86409ca8408077dd0a94 (patch) | |
tree | 97fe9b588bf6fb2b967e0549c0b57becff500500 | |
parent | 688161830717ad34fe8b499455c2fcafee662c62 (diff) |
zephyr/mpconfigport: Enable emergency exception buffer.
Needed to pass exception tests.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | ports/zephyr/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/zephyr/mpconfigport.h b/ports/zephyr/mpconfigport.h index 576618e36..62226a2de 100644 --- a/ports/zephyr/mpconfigport.h +++ b/ports/zephyr/mpconfigport.h @@ -46,6 +46,7 @@ #define MICROPY_ENABLE_FINALISER (MICROPY_VFS) #define MICROPY_HELPER_REPL (1) #define MICROPY_REPL_AUTO_INDENT (1) +#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_KBD_EXCEPTION (1) #define MICROPY_PY_ASYNC_AWAIT (0) #define MICROPY_PY_BUILTINS_BYTES_HEX (1) |