mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-26 17:00:00 +08:00
[scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm
将路径更新为IAR最新版本的路径
This commit is contained in:
@@ -53,7 +53,7 @@ elif GetDepend('SOC_NRF51822') == True:
|
||||
if rtconfig.PLATFORM == 'gcc':
|
||||
src += ['./mdk/gcc_startup_nrf51.S']
|
||||
|
||||
if rtconfig.PLATFORM == 'iar':
|
||||
if rtconfig.PLATFORM == 'iccarm':
|
||||
D_SRC += ['./mdk/iar_startup_nrf51.s']
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user