[scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm

将路径更新为IAR最新版本的路径
This commit is contained in:
Meco Man
2022-06-09 07:01:59 +08:00
committed by guo
parent 83b3aadaa3
commit c9878aacd2
197 changed files with 507 additions and 507 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ src = []
CPPPATH = [cwd]
support_arch = {"arm": ["cortex-m3", "cortex-m4", "cortex-m7", "arm926", "cortex-a"]}
platform_file = {'armcc': 'rvds.S', 'gcc': 'gcc.S', 'iar': 'iar.S'}
platform_file = {'armcc': 'rvds.S', 'gcc': 'gcc.S', 'iccarm': 'iar.S'}
if rtconfig.PLATFORM in platform_file.keys(): # support platforms
if rtconfig.ARCH in support_arch.keys() and rtconfig.CPU in support_arch[rtconfig.ARCH]: