1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/ld
Gunar Schorcht 95c6d1859c cpu/esp32: fix for crashes of tests/pkg_spiffs
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.
2019-12-06 11:44:15 +01:00
..
esp32.common.ld cpu/esp32: fix for crashes of tests/pkg_spiffs 2019-12-06 11:44:15 +01:00
esp32.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.peripherals.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.rom.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.rom.nanofmt.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.rom.nosdk.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.spiram.rom-functions-dram.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
esp32.spiram.rom-functions-iram.ld cpu: add esp32 2018-10-08 12:20:49 +02:00
README.md cpu: add esp32 2018-10-08 12:20:49 +02:00

The files in this directory are originally from the ESP-IDF and modified for RIOT-OS. All these files are under the copyright of their respective ownwers and licensed under the Apache License, Version 2.0, see.