Sfoglia il codice sorgente

update armcc device parameter.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 anni fa
parent
commit
3f30b3cba5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bsp/lm3s/rtconfig.py

+ 1 - 1
bsp/lm3s/rtconfig.py

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