esp-idf/components/esp_system/port/esp32
morris a3cc43485f async memcpy: support async memcopy on esp32s2/s3
Added async memory copy API:
on esp32-s2, the implementation is based on CP_DMA
on esp32-s3, the implementation is based on GDMA
2020-09-16 21:30:54 +08:00
..
clk.c esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00
CMakeLists.txt esp_system: add panic high interrupt handler for esp32s3 2020-07-20 11:15:24 +08:00
component.mk async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
dport_panic_highint_hdl.S components/sys: Fix build error about livelock when intwdt is disable 2020-07-23 02:21:32 +00:00
intr.c esp32, esp32s2: move startup code into esp_system 2020-06-19 18:40:09 +10:00
reset_reason.c esp32, esp32s2: move reset reason source to esp_system 2020-03-10 19:56:24 +08:00