esp-idf/components/esp_rom
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
..
esp32 Confirmed bugfix from Baidu project 2020-09-15 19:36:20 +08:00
esp32s2 esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
esp32s3 esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
include soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
patches esp32: move disabling rom log to esp_rom 2020-08-17 19:08:56 +08:00
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
component.mk esp32: move disabling rom log to esp_rom 2020-08-17 19:08:56 +08:00