circuitpython/ports/nrf/boards
Scott Shawcroft 9d91111b1b
Move atmel-samd to tinyusb and support nRF flash.
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-11-08 17:25:30 -08:00
..
feather_nrf52832 nrf: Move bluetooth driver to the 'bluetooth' folder 2018-10-21 15:55:25 +02:00
feather_nrf52840_express Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
makerdiary_nrf52840_mdk Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
pca10040 use open-drain capabilities on GPIO; clean up board init; set correct GPIO voltage 2018-09-09 15:01:28 -04:00
pca10056 Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
pca10059 Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
adafruit_nrf52840_s140_v6.ld update SD to v6.1.0 2018-08-22 21:51:30 +07:00
board.h nrf: Implement ticks, add gamepad module and example 2018-02-05 20:48:25 +01:00
common.ld nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
make-pins.py nrf: Simplify pin generation and definition 2018-06-20 23:26:32 +02:00
nrf52_prefix.c rename pin.h to nrf_pin.h to avoid conflict with Pin.h 2018-08-26 20:37:12 -04:00
nrf52832_512k_64k.ld nrf: Fix pca10040 support 2018-02-07 23:41:21 +01:00
nrf52832_512k_64k_s132_2.0.1.ld nrf: Fix pca10040 support 2018-02-07 23:41:21 +01:00
nrf52832_512k_64k_s132_5.0.0.ld nrf: Fix pca10040 support 2018-02-07 23:41:21 +01:00
nrf52840_1M_256k.ld nrf: Fix building pca10056 without SD 2018-02-07 22:41:26 +01:00
nrf52840_1M_256k_s140_6.0.0.ld nrf: Use the production version of s140 6.0.0 2018-06-18 23:12:28 +02:00