circuitpython/ports/nrf/boards
Scott Shawcroft d446d328d8
Fix QSPI on Feather nRF52840
We were writing with quad page program including the address (0x38)
which is unsupported by the GD25Q16C but it is supported by the
flash on the DK. So, we use the single address, quad data command
(0x32).
2018-11-27 00:13:24 -08:00
..
feather_nrf52832 nrf: Move bluetooth driver to the 'bluetooth' folder 2018-10-21 15:55:25 +02:00
feather_nrf52840_express Fix QSPI on Feather nRF52840 2018-11-27 00:13:24 -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_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
nrf52832_512k_64k.ld nrf: Fix pca10040 support 2018-02-07 23:41:21 +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
nrf52840_1M_256k.ld nrf: Fix building pca10056 without SD 2018-02-07 22:41:26 +01:00