From 3f30b3cba55f6028c05ccde9ecb2c71988f8f85c Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Fri, 26 Nov 2010 02:55:52 +0000 Subject: [PATCH] update armcc device parameter. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1120 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/lm3s/rtconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lm3s/rtconfig.py b/bsp/lm3s/rtconfig.py index a5d3bfe534..1f09e73861 100644 --- a/bsp/lm3s/rtconfig.py +++ b/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' -- GitLab