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 751a958529 cpu/esp32: add modules for compilation of required ESP-IDF code
The code required by the ESP-IDF is compiled directly from source in the `esp32_sdk` package. The compilation is structured by modules for easier use.
2022-06-01 13:21:29 +02:00
..
bin cpu/esp32: activate automatic XTAL detection 2020-01-09 15:34:18 +01:00
esp-eth cpu/esp32/esp-eth: move GNRC auto init to init_devs 2022-03-04 09:41:18 +01:00
esp-idf cpu/esp32: add modules for compilation of required ESP-IDF code 2022-06-01 13:21:29 +02:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp32: add modules for compilation of required ESP-IDF code 2022-06-01 13:21:29 +02:00
ld cpu/esp32: place freertos and periph in IRAM 2021-10-30 14:46:57 +02:00
periph cpu/esp: model missing modules 2022-02-09 16:50:04 +01:00
vendor/esp-idf/include/driver cpu/esp32: remove vendor code 2022-05-18 07:27:23 +02:00
doc.txt cpu/esp32: update the doc for Espressif's ESP32 vendor toolchain 2022-03-10 05:31:04 +01:00
esp32.config cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
esp_ztimer.c cpu/esp*: migrate from xtimer to ztimer 2021-12-14 18:14:35 +01:00
irq_arch.c cpu/*: reorder ENABLE_DEBUG after last include 2020-10-23 00:45:55 +02:00
Kconfig cpu/esp32: use pthread module if module cpp is used (Kconfig) 2022-05-17 23:38:08 +02:00
Makefile cpu/esp*: migrate from xtimer to ztimer 2021-12-14 18:14:35 +01:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/esp32: use pthread module if module cpp is used 2022-05-13 18:56:17 +02:00
Makefile.features cpu/esp32: enable puf_sram feature 2022-02-17 11:08:11 +01:00
Makefile.include cpu/esp32: disable the use of newlib's pthread headers 2022-03-10 05:31:04 +01:00
startup.c boards/esp32-*: drop custom board_init() 2022-02-22 18:27:37 +01:00
syscalls.c cpu/esp32: add missing POSIX functions 2022-01-25 00:36:51 +01:00