Skip to content

Commit 70fb9ee

Browse files
committed
esp8266: Enable config settings helpful for debugging.
1 parent 2382d30 commit 70fb9ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

esp8266/mpconfigport.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define MICROPY_EMIT_THUMB (0)
99
#define MICROPY_EMIT_INLINE_THUMB (0)
1010
#define MICROPY_MEM_STATS (0)
11-
#define MICROPY_DEBUG_PRINTERS (0)
11+
#define MICROPY_DEBUG_PRINTERS (1)
1212
#define MICROPY_ENABLE_GC (1)
1313
#define MICROPY_STACK_CHECK (0)
1414
#define MICROPY_REPL_EVENT_DRIVEN (1)
@@ -38,6 +38,7 @@
3838
#define MICROPY_PY_UBINASCII (1)
3939
#define MICROPY_PY_UCTYPES (1)
4040
#define MICROPY_PY_UJSON (1)
41+
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
4142
#define MICROPY_CPYTHON_COMPAT (0)
4243
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
4344
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)

0 commit comments

Comments
 (0)