summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/microcontroller/__init__.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-07-15nRF: Always use sd_nvic_critical_region callsJeff Epler
2020-05-27watchdog: use common_hal_watchdog_* patternSean Cross
2020-05-27nrf: microcontroller: use port reset pathSean Cross
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-04-21nrf: add support for nrf52833Sean Cross
2020-01-30track vm_used_ble betterDan Halbert
2019-12-05wipDan Halbert
2019-10-20Parameterize linker scriptDan Halbert
2019-08-01nrf: Implement RUNMODE_BOOTLOADER and RUNMODE_SAFE_MODEjepler
2019-04-16Fixups for adafruit/circuitpython#1042Nick Moore
2019-04-16nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...Nick Moore
2019-04-16Start on nRF nvm.ByteArray adafruit/circuitpython#1042 (doesn't do anything yet)Nick Moore
2019-04-15Revert "nrf nvm: touchups to nickzoic PR #1768"Scott Shawcroft
2019-04-10fix subscriptingDan Halbert
2019-04-09Fixups for adafruit/circuitpython#1042Nick Moore
2019-04-09nvm.ByteArray reads & writes but no sensible erase yet adafruit/circuitpython...Nick Moore
2019-04-09Start on nRF nvm.ByteArray adafruit/circuitpython#1042 (doesn't do anything yet)Nick Moore
2018-09-01fix typos, remove incorrect pca10059 example; add default buses for pca10056;...Dan Halbert
2018-08-31pin files rework; implement pin claiming; add more boardsDan Halbert
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-06-27nrf: Rewrite more common-hal with nrfx and sync with atsamd portarturo182
2018-01-03nrf: fixups for changes from 2.2Dan Halbert
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend