summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-04-26 22:15:07 +1000
committerDamien George <damien@micropython.org>2022-04-26 22:15:07 +1000
commit0e6873840b820e75da29585ed3e4b9fefdf2e90b (patch)
tree27619995f334a25e3b87b9a63648d089d089b867
parenteb9674822b4d3be308beae2fa238ad85de9f09fa (diff)
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>
-rw-r--r--ports/rp2/mpconfigport.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h
index 98e58dee9..0ca704755 100644
--- a/ports/rp2/mpconfigport.h
+++ b/ports/rp2/mpconfigport.h
@@ -60,12 +60,6 @@
// Optimisations
#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
#define MICROPY_READER_VFS (1)
#define MICROPY_ENABLE_GC (1)