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