1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Gunar Schorcht 5b4389cf46 cpu/esp32: update of ld script for littlefs*
During the write access to the SPI flash, the IROM cache is not available and only code from the IRAM can be executed. Therefore, the code of file system implementations which access the SPI flash must reside in IRAM.
2020-02-22 01:35:07 +01:00
..
bin cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
cxx many typo fixes 2019-11-23 22:39:07 +01:00
esp-eth cpu/esp32/esp_eth: move gnrc specific code to separate file 2020-01-31 09:32:23 +01:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp*: move FreeRTOS headers to cpu/esp_common 2020-02-21 09:09:34 +01:00
ld cpu/esp32: update of ld script for littlefs* 2020-02-22 01:35:07 +01:00
periph cpu/esp32: remove extra isync from periph/timer 2020-02-21 09:09:34 +01:00
vendor cpu/esp*: move some vendor/esp code to cpu/esp_common 2020-02-21 09:09:34 +01:00
doc.txt cpu/esp*: common Makfile* added 2020-02-21 09:09:34 +01:00
esp_xtimer.c cpu/esp32: reflecting xtimer's member change 2020-01-10 13:21:33 -08:00
irq_arch.c cpu/esp*: common irq_arch in cpu/esp_common 2020-02-21 09:09:34 +01:00
Makefile cpu/esp32: remove esp_wifi 2020-02-21 09:09:34 +01:00
Makefile.dep cpu/esp32: fix esp_spi_ram dependency and flash mode setting 2020-02-21 10:14:03 +01:00
Makefile.features cpu/esp*: common Makfile* added 2020-02-21 09:09:34 +01:00
Makefile.include cpu/esp32: remove periph_rtc from used modules 2020-02-21 09:13:23 +01:00
startup.c cpu/esp*: common parts of syscalls in cpu/esp_common 2020-02-21 09:09:34 +01:00
syscalls.c cpu/esp*: common parts of syscalls in cpu/esp_common 2020-02-21 09:09:34 +01:00