diff options
| author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2022-04-03 09:36:53 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-06-03 12:37:12 +1000 |
| commit | c5878dd1f96c083593a6f63ac3f03fbcb339c6a4 (patch) | |
| tree | f25f95bda0ce34ae555a0083d84ab8c363c2281f /lib/tinytest/tinytest.h | |
| parent | 13f5d38f2eadcdf1199fe401fef6473ad0a1828b (diff) | |
nrf/mpconfigport: Enable extra features as defined by ROM levels.
This commit enables extra features from the ROM levels and further
simplifies mpconfigport.h. The changes are:
- NRF51822 & BLUETOOTH_SD -> MICROPY_CONFIG_ROM_LEVEL_MINIMUM
- no changes
- NRF51822 -> MICROPY_CONFIG_ROM_LEVEL_CORE_FEATURES
- MICROPY_PY_IO = 1
- NRF52832 -> MICROPY_CONFIG_ROM_LEVEL_BASIC_FEATURES
- MICROPY_PY_IO = 1
- NRF52840, NRF9160 -> MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES
- MICROPY_COMP_MODULE_CONST = 1
- MICROPY_COMP_TRIPLE_TUPLE_ASSIGN = 1
- MICROPY_OPT_MPZ_BITWISE = 1
- MICROPY_PY_ALL_SPECIAL_METHODS = 1
- MICROPY_PY_BUILTINS_EXECFILE = 1
- MICROPY_PY_BUILTINS_SLICE_ATTRS = 1
- MICROPY_PY_BUILTINS_STR_CENTER = 1
- MICROPY_PY_BUILTINS_STR_PARTITION = 1
- MICROPY_PY_BUILTINS_STR_SPLITLINES = 1
- MICROPY_PY_CMATH = 1
- MICROPY_PY_COLLECTIONS_ORDEREDDICT = 1
- MICROPY_PY_FRAMEBUF = 1
- MICROPY_PY_IO = 1
- MICROPY_PY_MATH_SPECIAL_FUNCTIONS = 1
- MICROPY_PY_SYS_STDIO_BUFFER = 1
- MICROPY_PY_UCTYPES = 1
- MICROPY_PY_UHEAPQ = 1
- MICROPY_PY_UJSON = 1
- MICROPY_PY_URE = 1
- MICROPY_PY_UZLIB = 1
- MICROPY_REPL_EMACS_KEYS = 1
Diffstat (limited to 'lib/tinytest/tinytest.h')
0 files changed, 0 insertions, 0 deletions
