summaryrefslogtreecommitdiff
path: root/ports/nrf/device
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-04-21nrf: add support for nrf52833Sean Cross
This adds preliminary support for the nRF52833, which is a variant of the nRF52840 with half the RAM, half the flash, and fewer peripherals. Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-02nrf: Mark interrupt vectors as usedJeff Epler
2018-06-25nrf: Rewrite the SPI common-hal using nrfxarturo182
Use SPIM2 on nRF52832 and SPIM3 on nRF52840. SPIM3 is able to go up to 32MHz!
2018-06-20nrf: Add a nrfx submodule and prepare for using the new driversarturo182
2018-02-07nrf: Remove nRF51 boards and files, update READMEarturo182
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822.
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke