delete the CMSIS from components and add the CMSIS

and add the CMSIS in some specific BSP
This commit is contained in:
tyustli
2019-03-26 13:58:33 +08:00
parent 4b6c732cd7
commit 1be90253d0
84 changed files with 63140 additions and 13839 deletions

View File

@@ -21,12 +21,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
CPPPATH = [ cwd + '/peri_driver', cwd + '/common/board',
cwd + '/common/chip', cwd + '/common/CMSIS']
if GetDepend(['RT_USING_BSP_CMSIS']):
CPPPATH += [cwd + '/common/CMSIS/']
elif GetDepend(['RT_USING_RTT_CMSIS']):
CPPPATH += [RTT_ROOT + '/components/CMSIS/Include']
CPPDEFINES = ['CORE_M0PLUS']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES=CPPDEFINES)

View File

@@ -184,6 +184,4 @@
#define RT_USING_UART
#define RT_USING_UART1
#define RT_USING_RTT_CMSIS
#endif