esp-idf/components/esp32s3
Michael (XIAO Xufeng) 647dea9395 soc: combine xxx_caps.h into one soc_caps.h
During HAL layer refactoring and new chip bringup, we have several
caps.h for each part, to reduce the conflicts to minimum. But this is
The capabilities headers will be relataive stable once completely
written (maybe after the featues are supported by drivers).

Now ESP32 and ESP32-S2 drivers are relative stable, making it a good
time to combine all these caps.h into one soc_caps.h

This cleanup also move HAL config and pin config into separated files,
to make the responsibilities of these headers more clear. This is
helpful for the stabilities of soc_caps.h because we want to make it
public some day.
2020-10-17 16:10:15 +08:00
..
include SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
ld esp32s3/bootloader: extend IRAM usage to 0x6000 2020-10-09 17:50:17 +08:00
cache_err_int.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
clk.c bootloader_support: add esp32-s3 initial support 2020-09-22 15:15:03 +08:00
CMakeLists.txt SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00: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
esp_crypto_lock.c SHA: add HAL layer and refactor driver 2020-10-09 08:24:08 +00:00
hw_random.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
Kconfig ci: update configs to include/exclude esp_pm in unit test 2020-09-25 05:24:10 +00: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: sync memprot header from esp32s2, fixing compilation error 2020-10-08 22:20:39 +02:00
README.md esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
spiram_psram.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
spiram_psram.h psram: support psram for esp32s3 2020-09-22 15:15:03 +08:00
spiram.c support flash instr and rodata copy to SPIRAM 2020-09-22 15:15:03 +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.