mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
soc: s2beta support
This commit is contained in:
parent
9baa7826be
commit
05739798c3
8
components/soc/esp32/include/soc/soc_caps.h
Normal file
8
components/soc/esp32/include/soc/soc_caps.h
Normal 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
|
4
components/soc/esp32s2beta/include/soc/soc_caps.h
Normal file
4
components/soc/esp32s2beta/include/soc/soc_caps.h
Normal file
@ -0,0 +1,4 @@
|
||||
// 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.
|
Loading…
x
Reference in New Issue
Block a user