1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/periph
benpicco 295f4a5b04
Merge pull request #18281 from gschorcht/cpu/esp32/periph_hal_esp32_spi
cpu/esp32: use ESP-IDF spi HAL for periph/spi
2022-07-15 13:25:50 +02:00
..
adc_ctrl.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
adc.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
can.c cpu/esp32: port periph/can to ESP-IDF twai HAL 2022-07-14 15:51:47 +02:00
cpuid.c cpu/esp32: port periph/cpu_id to ESP-IDF read_mac 2022-06-28 16:09:03 +02:00
dac.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
gpio.c cpu/esp32: cleanup of periph/gpio for ESP-IDF v4.4 2022-06-01 13:27:31 +02:00
hwrng.c cpu/esp_common: port periph/hwrng to ESP-IDF random API 2022-06-30 11:10:02 +02:00
i2c_hw.c cpu/esp32: fix compilation problems with ESP-IDF v4.4 2022-06-01 13:27:31 +02:00
Kconfig cpu/esp32: ESP32 variant independent makefiles 2022-06-23 13:19:40 +02:00
Kconfig.i2c cpu/esp: model missing modules 2022-02-09 16:50:04 +01:00
Makefile cpu/esp32: use periph.mk in perpih Makefile 2019-04-04 00:48:33 +02:00
pm.c cpu/esp32: fix pm_reboot function 2022-06-16 13:40:08 +02:00
pwm.c cpu/esp32: port periph/pwm to ESP-IDF ledc HAL 2022-07-14 15:50:47 +02:00
rtt_hw_rtc.c cpu/esp32: port periph/rtt_hw_rtc to ESP-IDF interrupt HAL 2022-06-29 08:37:43 +02:00
rtt_hw_sys.c cpu/esp32: port periph/rtt_hw_sys to ESP-IDF timer HAL 2022-06-29 08:37:43 +02:00
rtt.c cpu/esp32: fix compilation problems with ESP-IDF v4.4 2022-06-01 13:27:31 +02:00
spi.c cpu/esp32: port periph/spi to ESP-IDF spi LL API 2022-07-15 08:57:31 +02:00
timer.c cpu/esp32: port periph/timer to ESP-IDF interface API 2022-07-15 06:40:04 +02:00