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
+1 -4
View File
@@ -23,10 +23,7 @@ elif rtconfig.CROSS_TOOL == 'iar':
path = [cwd + '/CME_M7']
if GetDepend(['RT_USING_BSP_CMSIS']):
path += [cwd + '/CMSIS/Include']
elif GetDepend(['RT_USING_RTT_CMSIS']):
path += [RTT_ROOT + '/components/CMSIS/Include']
path += [cwd + '/CMSIS/Include']
group = DefineGroup('CMSIS', src, depend = [''], CPPPATH = path)