summaryrefslogtreecommitdiffstatshomepage
path: root/bare-arm
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-13 13:19:28 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-13 13:19:28 +0100
commit674f9887ce54b0627758f2a84c52e8aab0d7f2db (patch)
tree462434ac09f9129b92576dbd2950388c8c0ab171 /bare-arm
parentcb861a5c6a9fcf240955e6fe4f5d2b658c7bc8ef (diff)
downloadmicropython-674f9887ce54b0627758f2a84c52e8aab0d7f2db.tar.gz
micropython-674f9887ce54b0627758f2a84c52e8aab0d7f2db.zip
bare-arm/unix-cpy: Minor changes.
Diffstat (limited to 'bare-arm')
-rw-r--r--bare-arm/mpconfigport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h
index 7f4c378901..dfb6312a88 100644
--- a/bare-arm/mpconfigport.h
+++ b/bare-arm/mpconfigport.h
@@ -11,6 +11,10 @@
#define MICROPY_ENABLE_REPL_HELPERS (0)
#define MICROPY_ENABLE_LEXER_UNIX (0)
#define MICROPY_ENABLE_SOURCE_LINE (0)
+#define MICROPY_ENABLE_MOD_IO (0)
+#define MICROPY_ENABLE_MOD_STRUCT (0)
+#define MICROPY_ENABLE_MOD_SYS (0)
+#define MICROPY_CPYTHON_COMPAT (0)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_PATH_MAX (512)