circuitpython/ports/nrf/supervisor
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
..
cpu.s Support gathering register values on nrf. 2018-07-03 06:31:07 -07:00
internal_flash.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
internal_flash.h Factor out fake partition 2018-11-14 17:59:11 -08:00
internal_flash_root_pointers.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
port.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
qspi_flash.c Fix QSPI on Feather nRF52840 2018-11-27 00:13:24 -08:00
serial.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
usb.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00