mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
95c6d1859c
ESP32 nodes can crash during SPI Flash write operations if required parts of the code are not in the IRAM but in the cached SPI Flash memory, which is disabled during the SPI Flash write operations. Therefore, the code of the SPIFFS package and the VFS module are now stored in the IRAM. |
||
---|---|---|
.. | ||
esp32.common.ld | ||
esp32.ld | ||
esp32.peripherals.ld | ||
esp32.rom.ld | ||
esp32.rom.nanofmt.ld | ||
esp32.rom.nosdk.ld | ||
esp32.spiram.rom-functions-dram.ld | ||
esp32.spiram.rom-functions-iram.ld | ||
README.md |