summaryrefslogtreecommitdiff
path: root/ports/nrf/README.md
AgeCommit message (Collapse)Author
2019-12-11address review commentsDan Halbert
2019-10-06WIP: bondingDan Halbert
2019-06-05boards: add support for Electronut labs BlipTavish Naruka
Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
2019-04-16Add support for Electronut Labs Papyr.Tavish Naruka
Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
2019-01-15Mention the MDK USB Dongle.Gregory P. Smith
2019-01-09fix merge conflicts; address some commentsDan Halbert
2019-01-09Fix sphinx build issues; add better travis fold reporting; update author infoDan Halbert
2019-01-09fix sphinx complaint; more travis fold status reportingDan Halbert
2018-12-30Remove nRF52832 supportDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
This started while adding USB MIDI support (and descriptor support is in this change.) When seeing that I'd have to implement the MIDI class logic twice, once for atmel-samd and once for nrf, I decided to refactor the USB stack so its shared across ports. This has led to a number of changes that remove items from the ports folder and move them into supervisor. Furthermore, we had external SPI flash support for nrf pending so I factored out the connection between the usb stack and the flash API as well. This PR also includes the QSPI support for nRF.
2018-10-20Makefile fixes and some docsJosh Klar
2018-08-28update readme board name feather_nrf52832hathach
2018-08-22remove stray underscoreDan Halbert
2018-08-22Merge remote-tracking branch 'adafruit/master' into nrf_board_renameDan Halbert
Merge #1137
2018-08-22fix typoshathach
2018-08-22remove bootloader binaries, update readme for using adafruit-nrufitl and ↵hathach
flashing bootloader
2018-08-21rename nrf boards to feather_nrf52832 and feather_nrf52840_expressDan Halbert
2018-07-17should fix #1021hathach
- update tinyusb for wanted char - move usb code into usb.c
2018-06-25Merge branch 'master' into nrf52840_usbboothathach
2018-06-22nrf: Rename feather52 to feather52832 in readme filesarturo182
2018-05-15Added board specific READMEsKevin Townsend
2018-02-07nrf: Remove nRF51 boards and files, update READMEarturo182
2018-02-05nrf: Get the port working on pca10056 (nRF52840)arturo182
2017-10-08ports/nrf: Add WT51822-S4AT board.Ayke van Laethem
2017-10-04ports/nrf: Update Makefile and README.md after moving port to new directoryGlenn Ruben Bakke
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke