From 0116218fa89cc88d5d5ed7291c4f8d3412f78543 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 3 May 2015 20:25:40 +0300 Subject: modmachine: Add new module to access hardware, starting with physical memory. Refactored from "stm" module, provides mem8, mem16, mem32 objects with array subscript syntax. --- unix/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unix') diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 8ffd47543..5e9b854bd 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -88,6 +88,7 @@ #define MICROPY_PY_UHEAPQ (1) #define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UBINASCII (1) +#define MICROPY_PY_MACHINE (1) // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). -- cgit v1.2.3