mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
647dea9395
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. |
||
---|---|---|
.. | ||
include | ||
ld | ||
cache_err_int.c | ||
clk.c | ||
CMakeLists.txt | ||
component.mk | ||
crosscore_int.c | ||
dport_access.c | ||
esp_crypto_lock.c | ||
hw_random.c | ||
Kconfig | ||
linker.lf | ||
Makefile.projbuild | ||
memprot.c | ||
README.md | ||
spiram_psram.c | ||
spiram_psram.h | ||
spiram.c | ||
system_api_esp32s3.c |
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.