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 a76f5fd55e cpu/esp32: disable ESP-IDF dac API compilation if periph_dac isn't used
The compilation of `esp-idf-api/dac.c` has to be disabled if `periph_dac` is not used to avoid compilation errors.
2022-08-17 02:04:07 +02:00
..
bin cpu/esp32: compile bootloader from ESP-IDF v4.4 source 2022-06-01 13:31:00 +02:00
bootloader cpu/esp32/bootloader: add ESP32-S3 support 2022-08-17 02:04:07 +02:00
esp-eth cpu/esp32: fix Kconfig for esp_eth 2022-08-03 09:01:05 +02:00
esp-idf cpu/esp32: add ESP32-S3 support to ESP-IDF interface API compilation 2022-08-09 15:57:18 +02:00
esp-idf-api cpu/esp32: disable ESP-IDF dac API compilation if periph_dac isn't used 2022-08-17 02:04:07 +02:00
freertos cpu/esp*: move freertos/task to cpu/esp_common 2020-02-21 09:09:34 +01:00
include cpu/esp32: add ESP32-S3 specific configuration header files 2022-08-17 02:04:07 +02:00
ld cpu/esp32: add linker scripts for ESP32-S3 2022-08-07 13:13:11 +02:00
periph cpu/esp32: add ESP32-S3 support in peripheral drivers 2022-08-17 02:04:07 +02:00
doc_esp32.txt cpu/esp32: split the doc into ESP32x and ESP32 parts 2022-07-18 16:16:26 +02:00
doc_esp32c3.txt cpu/esp32: add ESP32-C3 support in doc 2022-07-21 12:29:38 +02:00
doc_esp32s3.txt cpu/esp32: add ESP32-S3 support in doc 2022-08-07 14:50:50 +02:00
doc.txt Merge pull request #18412 from gschorcht/cpu/esp32/add_esp32s3_doc 2022-08-17 02:03:29 +02:00
esp32.config cpu/esp32: model Kconfig 2021-12-10 18:54:07 +01:00
esp_ztimer.c cpu/esp32: platform-independent formatting in DEBUG 2022-07-18 13:51:33 +02:00
irq_arch.c cpu/esp32: use CPU_FAM_* instead of MCU_* 2022-07-18 13:05:21 +02:00
Kconfig cpu/esp32: add ESP32-S3 support in Kconfig 2022-08-07 13:43:23 +02:00
Kconfig.common cpu/esp32: split Kconfig into common and variant specific parts 2022-07-19 10:48:00 +02:00
Kconfig.esp32 cpu/esp32: Fix kconfig model 2022-07-26 15:08:46 +02:00
Kconfig.esp32c3 cpu/esp32: add ESP32-C3 support in Kconfig 2022-08-05 22:26:22 +02:00
Kconfig.esp32s3 cpu/esp32: add ESP32-S3 support in Kconfig 2022-08-07 13:43:23 +02:00
Makefile cpu/esp32: add ESP-IDF interface API 2022-06-23 16:12:13 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/esp32: add ESP32-S3 support in makefiles 2022-08-09 15:57:18 +02:00
Makefile.features cpu/esp32: add ESP32-S3 support in makefiles 2022-08-09 15:57:18 +02:00
Makefile.include cpu/esp32: add ESP32-S3 support in makefiles 2022-08-09 15:57:18 +02:00
startup.c cpu/esp32: small change in assert for ESP32x SoCs 2022-08-05 22:26:44 +02:00
syscalls.c cpu/esp*: cleanups mainly to reduce the vera++ warnings 2022-07-20 06:29:43 +02:00