From e56948650f7e2d631063339c92563f34961c08eb Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 22 Sep 2016 13:16:13 -0700 Subject: [PATCH] atmel-samd: Enable mem_info display. --- atmel-samd/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index f589f0e7e4..f14b089c30 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -74,6 +74,7 @@ #define MICROPY_USE_INTERNAL_PRINTF (1) #define MICROPY_PY_SYS_STDFILES (1) #define MICROPY_PY_IO_FILEIO (1) +#define MICROPY_PY_MICROPYTHON_MEM_INFO (1) // type definitions for the specific machine