Merge branch 'feature/support_ut_esp32s2beta' into 'feature/esp32s2beta'

ci: support build and run UT for esp32s2beta

See merge request espressif/esp-idf!5702
This commit is contained in:
Angus Gratton
2019-09-09 08:34:16 +08:00
184 changed files with 3029 additions and 4693 deletions

View File

@@ -0,0 +1,8 @@
// The long term plan is to have a single soc_caps.h for each peripheral.
// During the refactoring and multichip support development process, we
// seperate these information into periph_caps.h for each peripheral and
// include them here.
#define SOC_MCPWM_SUPPORTED 1
#define SOC_SDMMC_HOST_SUPPORTED 1
#define SOC_BT_SUPPORTED 1