1 2 3 4 5 6 7
// This file contains default configuration settings for MicroPython. // You can override any of these options in mpconfig.h for your port. // Whether to collect memory allocation stats #ifndef MICROPY_MEM_STATS #define MICROPY_MEM_STATS (1) #endif