diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-24 22:49:28 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-24 23:10:20 -0500 |
| commit | 69869e1439a1ebad383b75b28e7e88f21ccab732 (patch) | |
| tree | 9b59b2d5536267fbd8d91d478a6892a20e96f671 /ports/nrf | |
| parent | 97f5d218a5af9c7207bc339bf25beaa65c7b42e5 (diff) | |
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/mpconfigport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 4ed42cd82..3ac41a5e4 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -35,11 +35,8 @@ #include "peripherals/nrf/nvm.h" // for FLASH_PAGE_SIZE #define MICROPY_PY_FUNCTION_ATTRS (1) -#define MICROPY_PY_IO (1) #define MICROPY_PY_REVERSE_SPECIAL_METHODS (1) #define MICROPY_PY_SYS_STDIO_BUFFER (1) -#define MICROPY_PY_UBINASCII (1) -#define MICROPY_PY_UJSON (1) // 24kiB stack #define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024) |
