aboutsummaryrefslogtreecommitdiff
path: root/minimal
diff options
context:
space:
mode:
authorDamien George2016-04-13 15:31:30 +0100
committerDamien George2016-04-13 15:31:30 +0100
commit6eb17c31a926f33428817277ba36bd4950f3500d (patch)
tree55301d23ce16be8c72bea8739413e79f1050012d /minimal
parentc33df193bfbc09dc5c3b62db6507ad1a79e92ea6 (diff)
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
It costs 1188 bytes of code on Thumb 2 archs.
Diffstat (limited to 'minimal')
-rw-r--r--minimal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h
index e055f3c80..95e216b12 100644
--- a/minimal/mpconfigport.h
+++ b/minimal/mpconfigport.h
@@ -22,6 +22,7 @@
#define MICROPY_ENABLE_DOC_STRING (0)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
+#define MICROPY_PY_ASYNC_AWAIT (0)
#define MICROPY_PY_BUILTINS_BYTEARRAY (0)
#define MICROPY_PY_BUILTINS_MEMORYVIEW (0)
#define MICROPY_PY_BUILTINS_ENUMERATE (0)