Skip to content

Commit 82fabf4

Browse files
committed
cc3200: Disable MICROPY_PY_SYS_EXIT and MICROPY_EMIT_INLINE_THUMB.
Disabling MICROPY_EMIT_INLINE_THUMB gives us back around 6K of precious RAM.
1 parent 6b21c3f commit 82fabf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cc3200/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define MICROPY_ALLOC_PATH_MAX (128)
3636
#define MICROPY_EMIT_THUMB (0)
37-
#define MICROPY_EMIT_INLINE_THUMB (1)
37+
#define MICROPY_EMIT_INLINE_THUMB (0)
3838
#define MICROPY_COMP_MODULE_CONST (1)
3939
#define MICROPY_ENABLE_GC (1)
4040
#define MICROPY_ENABLE_FINALISER (1)
@@ -64,7 +64,7 @@
6464
#define MICROPY_PY_BUILTINS_FROZENSET (1)
6565
#define MICROPY_PY_BUILTINS_EXECFILE (1)
6666
#define MICROPY_PY_MICROPYTHON_MEM_INFO (0)
67-
#define MICROPY_PY_SYS_EXIT (1)
67+
#define MICROPY_PY_SYS_EXIT (0)
6868
#define MICROPY_PY_SYS_STDFILES (1)
6969
#define MICROPY_PY_CMATH (0)
7070
#define MICROPY_PY_IO (1)

0 commit comments

Comments
 (0)