|
@@ -3,52 +3,50 @@
|
|
|
|
|
|
Target (RT-Thread LPC2478), 0x0004 // Tools: 'ARM-ADS'
|
|
|
|
|
|
-Group (Startup)
|
|
|
+Group (Applications)
|
|
|
+Group (Drivers)
|
|
|
Group (Kernel)
|
|
|
Group (LPC24XX)
|
|
|
Group (finsh)
|
|
|
|
|
|
-File 1,1,<.\application.c><application.c>
|
|
|
-File 1,1,<.\startup.c><startup.c>
|
|
|
-File 1,1,<.\board.c><board.c>
|
|
|
-File 2,1,<..\..\src\clock.c><clock.c>
|
|
|
-File 2,1,<..\..\src\device.c><device.c>
|
|
|
-File 2,1,<..\..\src\idle.c><idle.c>
|
|
|
-File 2,1,<..\..\src\ipc.c><ipc.c>
|
|
|
-File 2,1,<..\..\src\irq.c><irq.c>
|
|
|
-File 2,1,<..\..\src\kservice.c><kservice.c>
|
|
|
-File 2,1,<..\..\src\mem.c><mem.c>
|
|
|
-File 2,1,<..\..\src\mempool.c><mempool.c>
|
|
|
-File 2,1,<..\..\src\module.c><module.c>
|
|
|
-File 2,1,<..\..\src\object.c><object.c>
|
|
|
-File 2,1,<..\..\src\rtm.c><rtm.c>
|
|
|
-File 2,1,<..\..\src\scheduler.c><scheduler.c>
|
|
|
-File 2,1,<..\..\src\slab.c><slab.c>
|
|
|
-File 2,1,<..\..\src\thread.c><thread.c>
|
|
|
-File 2,1,<..\..\src\timer.c><timer.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\lpc24xx\cpu.c><cpu.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\lpc24xx\interrupt.c><interrupt.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\lpc24xx\serial.c><serial.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\lpc24xx\stack.c><stack.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\lpc24xx\trap.c><trap.c>
|
|
|
-File 3,2,<..\..\libcpu\arm\lpc24xx\context_rvds.S><context_rvds.S>
|
|
|
-File 3,2,<..\..\libcpu\arm\lpc24xx\start_rvds.S><start_rvds.S>
|
|
|
-File 3,1,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\common\div0.c><div0.c>
|
|
|
-File 3,1,<..\..\libcpu\arm\common\showmem.c><showmem.c>
|
|
|
-File 4,1,<..\..\components\finsh\cmd.c><cmd.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_compiler.c><finsh_compiler.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_error.c><finsh_error.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_heap.c><finsh_heap.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_init.c><finsh_init.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_node.c><finsh_node.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_ops.c><finsh_ops.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_parser.c><finsh_parser.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_token.c><finsh_token.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_var.c><finsh_var.c>
|
|
|
-File 4,1,<..\..\components\finsh\finsh_vm.c><finsh_vm.c>
|
|
|
-File 4,1,<..\..\components\finsh\shell.c><shell.c>
|
|
|
-File 4,1,<..\..\components\finsh\symbol.c><symbol.c>
|
|
|
+File 1,1,<applications\application.c><application.c>
|
|
|
+File 1,1,<applications\startup.c><startup.c>
|
|
|
+File 2,1,<drivers\board.c><board.c>
|
|
|
+File 2,1,<drivers\serial.c><serial.c>
|
|
|
+File 3,1,<..\..\src\device.c><device.c>
|
|
|
+File 3,1,<..\..\src\thread.c><thread.c>
|
|
|
+File 3,1,<..\..\src\scheduler.c><scheduler.c>
|
|
|
+File 3,1,<..\..\src\timer.c><timer.c>
|
|
|
+File 3,1,<..\..\src\irq.c><irq.c>
|
|
|
+File 3,1,<..\..\src\kservice.c><kservice.c>
|
|
|
+File 3,1,<..\..\src\clock.c><clock.c>
|
|
|
+File 3,1,<..\..\src\object.c><object.c>
|
|
|
+File 3,1,<..\..\src\mempool.c><mempool.c>
|
|
|
+File 3,1,<..\..\src\ipc.c><ipc.c>
|
|
|
+File 3,1,<..\..\src\idle.c><idle.c>
|
|
|
+File 3,1,<..\..\src\mem.c><mem.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\lpc24xx\cpu.c><cpu.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\lpc24xx\interrupt.c><interrupt.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\lpc24xx\stack.c><stack.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\lpc24xx\trap.c><trap.c>
|
|
|
+File 4,2,<..\..\libcpu\arm\lpc24xx\context_rvds.S><context_rvds.S>
|
|
|
+File 4,2,<..\..\libcpu\arm\lpc24xx\start_rvds.S><start_rvds.S>
|
|
|
+File 4,1,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\common\div0.c><div0.c>
|
|
|
+File 4,1,<..\..\libcpu\arm\common\showmem.c><showmem.c>
|
|
|
+File 5,1,<..\..\components\finsh\cmd.c><cmd.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_compiler.c><finsh_compiler.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_error.c><finsh_error.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_heap.c><finsh_heap.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_init.c><finsh_init.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_node.c><finsh_node.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_ops.c><finsh_ops.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_parser.c><finsh_parser.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_token.c><finsh_token.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_var.c><finsh_var.c>
|
|
|
+File 5,1,<..\..\components\finsh\finsh_vm.c><finsh_vm.c>
|
|
|
+File 5,1,<..\..\components\finsh\shell.c><shell.c>
|
|
|
+File 5,1,<..\..\components\finsh\symbol.c><symbol.c>
|
|
|
|
|
|
|
|
|
Options 1,0,0 // Target 'RT-Thread LPC2478'
|
|
@@ -109,7 +107,7 @@ Options 1,0,0 // Target 'RT-Thread LPC2478'
|
|
|
ADSCMISC ()
|
|
|
ADSCDEFN ()
|
|
|
ADSCUDEF ()
|
|
|
- ADSCINCD (..\..\include;..\..\libcpu\arm\common;..\..\components\finsh;..\..\libcpu\arm\lpc24xx;.)
|
|
|
+ ADSCINCD (..\..\include;drivers;.;applications;..\..\libcpu\arm\common;..\..\components\finsh;..\..\libcpu\arm\lpc24xx)
|
|
|
ADSASFLG { 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }
|
|
|
ADSAMISC ()
|
|
|
ADSADEFN ()
|
|
@@ -130,11 +128,11 @@ Options 1,0,0 // Target 'RT-Thread LPC2478'
|
|
|
ADSLDSC ()
|
|
|
ADSLDIB ()
|
|
|
ADSLDIC ()
|
|
|
- ADSLDMC ( --keep __fsym_* --keep __vsym_*)
|
|
|
+ ADSLDMC ( --keep __fsym_* --keep __vsym_* )
|
|
|
ADSLDIF ()
|
|
|
ADSLDDW ()
|
|
|
OPTDL (SARM.DLL)(-cLPC24xx)(DARMP.DLL)(-pLPC2478)(SARM.DLL)()(TARMP.DLL)(-pLPC2478)
|
|
|
- OPTDBG 48125,7,()()()()()()()()()() (Segger\JL2CM3.dll)()()()
|
|
|
+ OPTDBG 48126,7,()()()()()()()()()() (Segger\JL2CM3.dll)()()()
|
|
|
FLASH1 { 9,0,0,0,1,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0 }
|
|
|
FLASH2 (BIN\UL2ARM.DLL)
|
|
|
FLASH3 ("LPC210x_ISP.EXE" ("#H" ^X $D COM1: 38400 1))
|