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