soc: s2beta support

This commit is contained in:
Michael (XIAO Xufeng) 2019-08-18 13:23:28 +08:00 committed by Angus Gratton
parent 9baa7826be
commit 05739798c3
2 changed files with 12 additions and 0 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

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