aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2015-01-09 00:10:55 +0000
committerDamien George2015-01-09 00:10:55 +0000
commit4a5895c4eba98f9c5e698d48f58cbf3682ed0db1 (patch)
tree831e31e7ca8910d560f529b093feac29a07e1e24 /stmhal
parent85e8e2ed5b1954b042b2157a27c6f06090cd0511 (diff)
py: Disable stack checking by default; enable on most ports.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index 15d84e85f..86682d87b 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -35,6 +35,7 @@
#define MICROPY_EMIT_INLINE_THUMB (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
+#define MICROPY_STACK_CHECK (1)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)