esp-idf/components/esp_common
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 soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
src esp32, esp32s2: create esp_pm component 2020-09-25 05:24:10 +00:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt esp32, esp32s2: create esp_pm component 2020-09-25 05:24:10 +00:00
component.mk bootloader_support: add esp32-s3 initial support 2020-09-22 15:15:03 +08:00
Kconfig bootloader_support: add esp32-s3 initial support 2020-09-22 15:15:03 +08:00
Kconfig.spiram.common esp32/esp32s2beta: Extract common SPIRAM options into esp_commmon component 2019-06-11 13:07:37 +08:00
linker.lf esp_system, esp_common: fixes to some panic handler refactor issues 2020-04-24 16:34:15 +08:00
sdkconfig.rename esp_common: add "USB CDC" option for console output 2020-06-26 15:38:49 +02:00