circuitpython/supervisor/shared/external_flash
EmergReanimator cfa7e8a168 fix #5948 Adding back the SPI configuration to spi_flash_read/write_data
Removing this configures will break cases where the flash is on a shared SPI bus with a device that has different settings.
This is rare but possible.
2022-02-01 19:39:56 +01:00
..
common_commands.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
device.h Fix devices include by splitting type from defines 2021-03-25 11:37:08 -07:00
devices.h.jinja add missing varriables to devices.h generator 2021-10-24 11:45:15 -07:00
external_flash.c Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
external_flash.h Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
external_flash_root_pointers.h run code formatting script 2021-03-15 19:27:36 +05:30
qspi_flash.c Enable -Wmissing-prototypes for atmel-samd 2021-11-09 20:05:00 -06:00
qspi_flash.h run code formatting script 2021-03-15 19:27:36 +05:30
spi_flash.c fix #5948 Adding back the SPI configuration to spi_flash_read/write_data 2022-02-01 19:39:56 +01:00