aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.h
AgeCommit message (Expand)Author
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-09-09nrf: Remove unnecessary includes of mpconfigport.h and its header guard.Damien George
2020-07-22nrf: Enable more features for all targets.Glenn Ruben Bakke
2020-07-22nrf: Split mpconfigport.h into multiple files.Glenn Ruben Bakke
2020-07-08nrf: Enable nrf tick support on all boards by default.Martin Fischer
2020-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-18nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.Damien George
2020-02-18nrf: Remove custom "random" module and use extmod version instead.Damien George
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-05-22nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2018-07-18nrf: Move pyb module to boards moduleGlenn Ruben Bakke
2018-07-18nrf: Enable micro:bit FS by defaultGlenn Ruben Bakke
2018-07-18nrf/modules/random: Rename port config for RNGGlenn Ruben Bakke
2018-07-18nrf/modules/machine/pin: Add support for IRQ on Pin'sGlenn Ruben Bakke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK.Ayke van Laethem
2018-07-18nrf/mpconfigport: Reduce GC stack size for nrf51.Ayke van Laethem
2018-07-18nrf: Change board module header from board_modules.h to boardmodules.h.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add framework updates to build micro:bit modules.Glenn Ruben Bakke
2018-07-18nrf: Option to enable Ctrl-C in NUS console.Ayke van Laethem
2018-07-18nrf: Disable FAT/VFS by default.Ayke van Laethem
2018-07-18nrf: Add compile switch to disable VFS.Ayke van Laethem
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza