esp-idf/components/driver/esp32s2
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 Merge branch 'bugfix/fix_dac_driver_ut' into 'master' 2020-08-31 00:05:34 +08:00
adc.c Merge branch 'bugfix/fix_dac_driver_ut' into 'master' 2020-08-31 00:05:34 +08:00
adc2_init_cal.c driver(adc): add adc initial code before app_main for esp32s2. 2020-04-04 10:15:30 +08:00
dac.c dfiver(dac): add dac dma driver and unit test 2020-08-26 06:23:24 +00:00
rtc_tempsensor.c feature(rtc): rename i2c_xxx to regi2c_xxx 2020-10-14 21:15:24 +08:00
touch_sensor.c soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00