mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
aecc516ce9
The IRAM is much faster, while the IROM is much slower and can only be accessed via a cache, which is also sometimes disabled, e.g. by the WiFi module or when writing to the flash. Therefore, time-critical code as well as code that has to work even when the cache is disabled must be placed 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 |