esp-idf/components/esp32s3
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
..
include esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
ld async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
cache_err_int.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
clk.c fix rom api usage violation 2020-07-29 15:57:49 +08:00
CMakeLists.txt esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
component.mk esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
crosscore_int.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
dport_access.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
hw_random.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
intr_alloc.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
Kconfig esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
linker.lf esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
Makefile.projbuild esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
memprot.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
pm_esp32s3.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
pm_trace.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
README.md esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
sleep_modes.c fix rom api usage violation 2020-07-29 15:57:49 +08:00
system_api_esp32s3.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00

ESP32-S3 component

This directory contains support for the upcoming ESP32-S3 SoC. This code is still work in progress and not intended for public use.

Please follow announcements on espressif.com and esp32.com to be informed about the ESP32-S3 SoC.

This note will be removed once the ESP32-S3 initial support is ready.