summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.h
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2021-02-01 11:11:49 -0500
committerLucian Copeland <hierophect@gmail.com>2021-02-01 11:43:01 -0500
commit66639b237fa4428037cbed0bb87fdb4061127c91 (patch)
tree6d530a1c4974d326ba1e7dd80b675854fd5bfe57 /ports/nrf/mpconfigport.h
parent8277ffca861754b4df526c62126337c195cc0fee (diff)
parent0c0b517112100c1ec90ed66fba8bc315bc5440d0 (diff)
Merge remote-tracking branch 'upstream/main' into sslsocket
Diffstat (limited to 'ports/nrf/mpconfigport.h')
-rw-r--r--ports/nrf/mpconfigport.h3
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)