rp2/mpconfigport: Enable execfile, NotImplemented and REPL EMACS keys.
To bring this port in line with other ports that use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
eb9674822b
commit
0e6873840b
|
@ -60,12 +60,6 @@
|
||||||
// Optimisations
|
// Optimisations
|
||||||
#define MICROPY_OPT_COMPUTED_GOTO (1)
|
#define MICROPY_OPT_COMPUTED_GOTO (1)
|
||||||
|
|
||||||
// Features currently overriden for rp2, planned to be brought in line with
|
|
||||||
// other ports
|
|
||||||
#define MICROPY_PY_BUILTINS_EXECFILE (0)
|
|
||||||
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
|
|
||||||
#define MICROPY_REPL_EMACS_KEYS (0)
|
|
||||||
|
|
||||||
// Python internal features
|
// Python internal features
|
||||||
#define MICROPY_READER_VFS (1)
|
#define MICROPY_READER_VFS (1)
|
||||||
#define MICROPY_ENABLE_GC (1)
|
#define MICROPY_ENABLE_GC (1)
|
||||||
|
|
Loading…
Reference in New Issue