mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
delete the CMSIS from components and add the CMSIS
and add the CMSIS in some specific BSP
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user