Skip to content
Snippets Groups Projects

enable micropython.mem_use() method

Merged Hinerk requested to merge hinerk/firmware:mem_usage into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -3,6 +3,7 @@
#define MICROPY_HW_MCU_NAME "max32666"
/* MicroPython Config Options */
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
/* We raise asynchronously from an interrupt handler */
#define MICROPY_ASYNC_KBD_INTR (1)
Loading