提交 3f30b3cb 编写于 作者: B bernard.xiong

update armcc device parameter.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 bad87a2c
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册