aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards
AgeCommit message (Expand)Author
2020-12-07nrf: Change selected boards to utilize pre-flashed bootloader.Glenn Ruben Bakke
2020-12-07nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0.Glenn Ruben Bakke
2020-12-07nrf/boards: Update memory.ld to include bootloader offsets.Glenn Ruben Bakke
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-07-16nrf: Add board definition for nRF52840-MDK-USB-Dongle.Matt Trentini
2020-07-16nrf/boards: Enable RTCounter machine module for nrf9160 boards.Glenn Ruben Bakke
2020-07-10nrf/boards: Add initial support for Actinius Icarus.Alex Tsamakos
2020-05-15nrf: Add openocd as a supported flasher.Jim Mussared
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
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-01nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script.caochaowu
2019-12-09nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.Daniel Mizyrycki
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-10-10nrf/boards: Add nrf9160 pca10090 board.Glenn Ruben Bakke
2019-10-10nrf: Add nrf9160 base support.Glenn Ruben Bakke
2019-10-10nrf/boards: Add support for pca10059.Glenn Ruben Bakke
2019-09-17nrf/boards: Add board definition for uBlox Nina B1 series BLE modules.roland van straten
2019-09-05nrf/boards: Add Particle Xenon board configuration (an nRF52840).Jim Mussared
2019-09-05nrf/boards/make-pins.py: Fix gen of board pins to use correct index.Jim Mussared
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-06-25nrf/led: Adjust how board LEDs are defined.Glenn Ruben Bakke
2019-05-13nrf: Change types to size_t for all uses of mp_obj_str_get_data.Damien George
2019-05-02nrf/boards: Add support for BLYST Nano module based boards.Nguyen Hoan Hoang
2019-03-15nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0.Glenn Ruben Bakke
2019-03-15nrf/board: Migrate nrf52840 target to new BLE stack.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0.Glenn Ruben Bakke
2019-03-15nrf/board: Migrate all nrf52832 targets to new BLE stack.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1.Nguyen Hoan Hoang
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-07-20nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.Damien George
2018-07-20nrf: Properly use (void) instead of () for function definitions.Damien George
2018-07-18nrf: Use mp_raise_ValueError instead of nlr_raise(...)Ayke van Laethem
2018-07-18nrf: Quick-fix on const objects with open array dimension in objtuples.Glenn Ruben Bakke
2018-07-18nrf/boards: Check for stack/heap size using an assert.Ayke van Laethem
2018-07-18nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5Glenn Ruben Bakke
2018-07-18nrf: Generalize feather52 targetGlenn Ruben Bakke
2018-07-18nrf/boards/feather52: Move phony targets to main MakefileGlenn Ruben Bakke
2018-07-18nrf/bluetooth: Fixes for s132 v5 BLE stackGlenn Ruben Bakke
2018-07-18nrf/modules/random: Rename port config for RNGGlenn Ruben Bakke
2018-07-18nrf/boards/wt51822_s4at: Fixes after nrfx and Pin IRQ introductionGlenn Ruben Bakke
2018-07-18nrf/boards: Remove unused defines from board config headersGlenn Ruben Bakke
2018-07-18nrf/modules/machine/pin: Add support for IRQ on Pin'sGlenn Ruben Bakke
2018-07-18nrf: Remove port member from Pin objectGlenn Ruben Bakke
2018-07-18nrf: Make linker scripts more modular.Ayke van Laethem
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub