diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-21 16:13:32 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-01-21 16:13:32 +0300 |
commit | 1459f8142919352b5615751566d443e0c319bc8e (patch) | |
tree | 373dd8e75a8eb5f3a7a6d964e38b5824496b6617 /zephyr/mpconfigport_minimal.h | |
parent | f1f2a3cebf607f920cfa44f6aeffe847844edb02 (diff) | |
download | micropython-1459f8142919352b5615751566d443e0c319bc8e.tar.gz micropython-1459f8142919352b5615751566d443e0c319bc8e.zip |
zephyr: Add separate Zephyr config for "minimal" build.
In anticipation of enabling more features in the default build. Also, fix
compilation of minimal build.
Diffstat (limited to 'zephyr/mpconfigport_minimal.h')
-rw-r--r-- | zephyr/mpconfigport_minimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/mpconfigport_minimal.h b/zephyr/mpconfigport_minimal.h index 4ecc03afb8..459b0816ca 100644 --- a/zephyr/mpconfigport_minimal.h +++ b/zephyr/mpconfigport_minimal.h @@ -37,6 +37,7 @@ #define MICROPY_ENABLE_GC (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_REPL_AUTO_INDENT (1) +#define MICROPY_KBD_EXCEPTION (1) #define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_PY_ASYNC_AWAIT (0) #define MICROPY_PY_ATTRTUPLE (0) |