zephyr/mpconfigport: Enable emergency exception buffer.
Needed to pass exception tests. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
6881618307
commit
0fd65c44cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue