circuitpython/supervisor/shared
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
..
external_flash Fix QSPI on Feather nRF52840 2018-11-27 00:13:24 -08:00
usb Update tinyusb to include control fixes. 2018-11-23 13:28:10 -08:00
autoreload.c switch autoreload to reloadexception 2018-05-14 17:44:50 -04:00
autoreload.h Rename reload_next_character to reload_requested to make it match it's intended use 2018-05-14 17:00:38 -04:00
filesystem.c Factor out of external flash as well. 2018-11-14 18:30:47 -08:00
flash.c Factor out fake partition 2018-11-14 17:59:11 -08:00
memory.c Fix crash due to unsigned index and 0 boundary loop. 2018-08-16 00:29:18 -07:00
micropython.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
rgb_led_colors.h Merge remote-tracking branch 'adafruit/2.x' into merge_2x 2018-02-27 15:24:16 -08:00
rgb_led_status.c add pin claiming to devices 2018-08-31 18:38:05 -04:00
rgb_led_status.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
serial.c Only write to usb when its around. 2018-11-09 17:06:55 -08:00
stack.c Share memory.c and a bit of polish. 2018-08-02 14:35:46 -07:00
stack.h Allow for resizing the stack area. 2018-07-31 05:18:23 -07:00
status_leds.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
status_leds.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
translate.c Fix esp and samd 2018-08-16 17:41:35 -07:00
translate.h Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00