esp-idf/components/driver/esp32
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/driver dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
adc.c driver(adc): add adc-dma code for esp32 2020-08-26 03:54:02 +00:00
dac.c dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
touch_sensor.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00