circuitpython/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
..
messages Support internationalisation. 2018-08-07 14:58:57 -07:00
shared Fix QSPI on Feather nRF52840 2018-11-27 00:13:24 -08:00
stub atmel-samd: More USB polish 2017-10-30 18:29:20 -07:00
cpu.h Mark pointers in cpu registers as in use. 2018-07-03 05:45:50 -07:00
filesystem.h esp8266 and nrf: raise NotImplementedError 2018-04-10 12:08:41 -04:00
flash.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
flash_root_pointers.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
memory.h Share memory.c and a bit of polish. 2018-08-02 14:35:46 -07:00
port.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
serial.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
spi_flash_api.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
supervisor.mk Update tinyusb to include control fixes. 2018-11-23 13:28:10 -08:00
usb.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00