Michael (XIAO Xufeng) пре 6 година
родитељ
комит
05739798c3

+ 8 - 0
components/soc/esp32/include/soc/soc_caps.h

@@ -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 - 0
components/soc/esp32s2beta/include/soc/soc_caps.h

@@ -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.