Explorar o código

update armcc device parameter.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong %!s(int64=15) %!d(string=hai) anos
pai
achega
3f30b3cba5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/lm3s/rtconfig.py

+ 1 - 1
bsp/lm3s/rtconfig.py

@@ -48,7 +48,7 @@ elif PLATFORM == 'armcc':
     LINK = 'armlink'
     LINK = 'armlink'
     TARGET_EXT = 'axf'
     TARGET_EXT = 'axf'
 
 
-    DEVICE = ' --device DARMSTM'
+    DEVICE = ' --device DLM'
     CFLAGS = DEVICE + ' --apcs=interwork'
     CFLAGS = DEVICE + ' --apcs=interwork'
     AFLAGS = DEVICE
     AFLAGS = DEVICE
     LFLAGS = DEVICE + ' --info sizes --info totals --info unused --info veneers --list rtthread-lm3s.map --scatter lm3s_rom.sct'
     LFLAGS = DEVICE + ' --info sizes --info totals --info unused --info veneers --list rtthread-lm3s.map --scatter lm3s_rom.sct'