summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/mpconfigport.h')
-rw-r--r--teensy/mpconfigport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h
index 5e4b5129be..3528101b37 100644
--- a/teensy/mpconfigport.h
+++ b/teensy/mpconfigport.h
@@ -20,6 +20,12 @@
#define MICROPY_PY_SYS_STDFILES (1)
#define MICROPY_PY_CMATH (1)
+#define MICROPY_TIMER_REG (0)
+#define MICROPY_REG (MICROPY_TIMER_REG)
+
+#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
+#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)
+
// extra built in names to add to the global namespace
extern const struct _mp_obj_fun_builtin_t mp_builtin_help_obj;
extern const struct _mp_obj_fun_builtin_t mp_builtin_input_obj;