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 aecc516ce9 cpu/esp32: place freertos and periph in IRAM
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.
2021-10-30 14:46:57 +02:00
..
esp32.common.ld cpu/esp32: place freertos and periph in IRAM 2021-10-30 14:46:57 +02: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.