1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp32/include
Gunar Schorcht dc2dc801cc cpu/esp32x: generate memory.ld from vendor memory.ld.in
Using the vendor `memory.ld.in` instead of a static `memory.ld`, from which the actual used `memory.ld` is generated with the C preprocessor, allows to use the configuration in `sdkconfig.h` as well as Kconfig to use a custom memory layout. For example, it is no longer necessary to maintain different `memory.ld` files for the ESP32 BLE module, since the memory layout is now defined from the values of the configuration.
2022-12-31 15:30:34 +01:00
..
esp_ble_nimble/syscfg cpu/esp32/esp-ble-nimble: fix too many empty lines in syscfg.h 2022-08-27 17:27:23 +02:00
esp_idf_api cpu/esp32: implement periph_spi_reconfigure 2022-10-08 22:02:49 +02:00
freertos cpu/esp_common/freertos: missing functions/definitions for ESP-IDF v4.4 2022-06-01 13:21:29 +02:00
sys cpu/esp32: update sys/lock.h for retargetable locking 2022-05-18 07:27:23 +02:00
adc_arch_private.h cpu/esp32: port periph/adc to ESP-IDF interface API 2022-07-17 17:16:49 +02:00
adc_arch.h cpu/esp32: use CPU_FAM_* instead of MCU_* 2022-07-18 13:05:21 +02:00
c11_atomics_compat_cpu.hpp cpu: Platform specific C11 atomics compat headers 2019-10-24 23:08:36 +02:00
can_esp.h cpu/esp32: port periph/can to ESP-IDF twai HAL 2022-07-14 15:51:47 +02:00
can_params.h cpu/esp*: fix doxygen grouping warnings 2021-09-11 12:45:15 +02:00
cpu_conf_esp32.h cpu/esp32: split cpu_conf.h into ESP32x and ESP32 parts 2022-07-18 16:48:56 +02:00
cpu_conf_esp32c3.h cpu/esp32: add ESP32-C3 specific configuration header files 2022-08-05 22:26:22 +02:00
cpu_conf_esp32s2.h cpu/esp32: add ESP32-S2 specific configuration header files 2022-08-29 17:19:39 +02:00
cpu_conf_esp32s3.h cpu/esp32: add ESP32-S3 specific configuration header files 2022-08-17 02:04:07 +02:00
cpu_conf.h cpu/esp32: add ESP32-S2 specific configuration header files 2022-08-29 17:19:39 +02:00
gpio_arch.h cpu/esp32: implement periph/gpio_ll 2022-09-02 15:03:45 +02:00
gpio_ll_arch.h cpu/esp32: implement periph/gpio_ll 2022-09-02 15:03:45 +02:00
irq_arch.h cpu/esp32: add USB interrupt for periph_usbdev 2022-09-27 01:00:57 +02:00
newlib.h cpu/esp32: enable _NANO_FORMATTED_IO for Espressif's GCC 8.4.0 2022-03-08 09:31:42 +01:00
periph_cpu_esp32.h cpu/esp32: move CLOCK_CORECLOCK to periph_cpu_*.h 2022-08-17 15:58:40 +02:00
periph_cpu_esp32c3.h cpu/esp32: remove include of esp_can.h 2022-09-27 00:57:42 +02:00
periph_cpu_esp32s2.h cpu/esp32s{2,3}: DWC2_USB_OTG_FS_TOTAL_FIFO_SIZE must not overridable 2022-10-17 20:03:51 +02:00
periph_cpu_esp32s3.h cpu/esp32s{2,3}: DWC2_USB_OTG_FS_TOTAL_FIFO_SIZE must not overridable 2022-10-17 20:03:51 +02:00
periph_cpu.h cpu/esp32: implement periph_spi_reconfigure 2022-10-08 22:02:49 +02:00
rtt_arch.h cpu/esp32: add RTT counter implementation 2020-04-07 09:12:44 +02:00
sdkconfig_esp32.h cpu/esp32: add BLE support for ESP32 2022-08-24 09:05:25 +02:00
sdkconfig_esp32c3.h cpu/esp32: add BLE support for ESP32-C3 2022-08-26 17:10:42 +02:00
sdkconfig_esp32s2.h cpu/esp32: enable tinyUSB package for ESP32-S2 and ESP32-S3 2022-09-30 19:05:51 +02:00
sdkconfig_esp32s3.h cpu/esp32: enable tinyUSB package for ESP32-S2 and ESP32-S3 2022-09-30 19:05:51 +02:00
sdkconfig.h cpu/esp32x: generate memory.ld from vendor memory.ld.in 2022-12-31 15:30:34 +01:00
syscalls.h cpu/esp32: fix compilation errors 2022-01-25 00:36:51 +01:00