update lpc2148
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1513 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
0e03e7eb2e
commit
d82200badd
@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include <finsh.h>
|
||||
|
||||
/**
|
||||
* @addtogroup LPC2148
|
||||
@ -76,6 +75,7 @@ void rt_init_thread_entry(void *parameter)
|
||||
#define LED2 (1<<17) //P1
|
||||
#define LED3 (1<<18) //P1
|
||||
#define LED4 (1<<19) //P1
|
||||
ALIGN(4)
|
||||
char thread_led1_stack[512];
|
||||
struct rt_thread thread_led1;
|
||||
void thread_led1_entry(void* parameter)
|
||||
@ -91,6 +91,7 @@ void thread_led1_entry(void* parameter)
|
||||
}
|
||||
}
|
||||
|
||||
ALIGN(4)
|
||||
char thread_led2_stack[512];
|
||||
struct rt_thread thread_led2;
|
||||
void thread_led2_entry(void* parameter)
|
||||
@ -133,8 +134,6 @@ int rt_application_init()
|
||||
rt_thread_startup(init_thread);
|
||||
}
|
||||
|
||||
rt_kprintf("\r\nenter list() to get function list!\r\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -10,10 +10,10 @@
|
||||
CppX (*.cpp)
|
||||
DaveTm { 0,0,0,0,0,0,0,0 }
|
||||
|
||||
Target (RT-thread_LPC2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
Target (rtthread-lpc2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
GRPOPT 1,(Startup),0,0,0
|
||||
GRPOPT 2,(Kernel),0,0,0
|
||||
GRPOPT 3,(LPC214X),0,0,0
|
||||
GRPOPT 3,(LPC214X),1,0,0
|
||||
GRPOPT 4,(finsh),0,0,0
|
||||
|
||||
OPTFFF 1,1,1,0,0,0,0,0,<.\application.c><application.c>
|
||||
@ -34,33 +34,29 @@ OPTFFF 2,15,1,0,0,0,0,0,<..\..\src\scheduler.c><scheduler.c>
|
||||
OPTFFF 2,16,1,0,0,0,0,0,<..\..\src\slab.c><slab.c>
|
||||
OPTFFF 2,17,1,0,0,0,0,0,<..\..\src\thread.c><thread.c>
|
||||
OPTFFF 2,18,1,0,0,0,0,0,<..\..\src\timer.c><timer.c>
|
||||
OPTFFF 3,19,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\cpu.c><cpu.c>
|
||||
OPTFFF 3,20,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\interrupt.c><interrupt.c>
|
||||
OPTFFF 3,21,1,486539264,0,339,343,0,<..\..\libcpu\arm\lpc214x\serial.c><serial.c> { 44,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,255,255,255,255,252,255,255,255,226,255,255,255,66,0,0,0,87,0,0,0,9,4,0,0,83,1,0,0 }
|
||||
OPTFFF 3,22,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\stack.c><stack.c>
|
||||
OPTFFF 3,23,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\trap.c><trap.c>
|
||||
OPTFFF 3,24,2,285212672,0,0,0,0,<..\..\libcpu\arm\lpc214x\context_rvds.S><context_rvds.S>
|
||||
OPTFFF 3,25,2,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\start_rvds.S><start_rvds.S>
|
||||
OPTFFF 3,26,1,0,0,0,0,0,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
|
||||
OPTFFF 3,27,1,0,0,0,0,0,<..\..\libcpu\arm\common\div0.c><div0.c>
|
||||
OPTFFF 3,28,1,234881024,0,0,0,0,<..\..\libcpu\arm\common\showmem.c><showmem.c>
|
||||
OPTFFF 4,29,1,0,0,0,0,0,<..\..\components\finsh\cmd.c><cmd.c>
|
||||
OPTFFF 4,30,1,0,0,0,0,0,<..\..\components\finsh\finsh_compiler.c><finsh_compiler.c>
|
||||
OPTFFF 4,31,1,0,0,0,0,0,<..\..\components\finsh\finsh_error.c><finsh_error.c>
|
||||
OPTFFF 4,32,1,0,0,0,0,0,<..\..\components\finsh\finsh_heap.c><finsh_heap.c>
|
||||
OPTFFF 4,33,1,0,0,0,0,0,<..\..\components\finsh\finsh_init.c><finsh_init.c>
|
||||
OPTFFF 4,34,1,0,0,0,0,0,<..\..\components\finsh\finsh_node.c><finsh_node.c>
|
||||
OPTFFF 4,35,1,0,0,0,0,0,<..\..\components\finsh\finsh_ops.c><finsh_ops.c>
|
||||
OPTFFF 4,36,1,0,0,0,0,0,<..\..\components\finsh\finsh_parser.c><finsh_parser.c>
|
||||
OPTFFF 4,37,1,0,0,0,0,0,<..\..\components\finsh\finsh_token.c><finsh_token.c>
|
||||
OPTFFF 4,38,1,0,0,0,0,0,<..\..\components\finsh\finsh_var.c><finsh_var.c>
|
||||
OPTFFF 4,39,1,0,0,0,0,0,<..\..\components\finsh\finsh_vm.c><finsh_vm.c>
|
||||
OPTFFF 4,40,1,0,0,0,0,0,<..\..\components\finsh\shell.c><shell.c>
|
||||
OPTFFF 4,41,1,0,0,0,0,0,<..\..\components\finsh\symbol.c><symbol.c>
|
||||
OPTFFF 3,19,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\cpuport.c><cpuport.c>
|
||||
OPTFFF 3,20,1,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\serial.c><serial.c>
|
||||
OPTFFF 3,21,2,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\context_rvds.S><context_rvds.S>
|
||||
OPTFFF 3,22,2,0,0,0,0,0,<..\..\libcpu\arm\lpc214x\start_rvds.S><start_rvds.S>
|
||||
OPTFFF 3,23,1,0,0,0,0,0,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
|
||||
OPTFFF 3,24,1,0,0,0,0,0,<..\..\libcpu\arm\common\div0.c><div0.c>
|
||||
OPTFFF 3,25,1,0,0,0,0,0,<..\..\libcpu\arm\common\showmem.c><showmem.c>
|
||||
OPTFFF 4,26,1,0,0,0,0,0,<..\..\components\finsh\cmd.c><cmd.c>
|
||||
OPTFFF 4,27,1,0,0,0,0,0,<..\..\components\finsh\finsh_compiler.c><finsh_compiler.c>
|
||||
OPTFFF 4,28,1,0,0,0,0,0,<..\..\components\finsh\finsh_error.c><finsh_error.c>
|
||||
OPTFFF 4,29,1,0,0,0,0,0,<..\..\components\finsh\finsh_heap.c><finsh_heap.c>
|
||||
OPTFFF 4,30,1,0,0,0,0,0,<..\..\components\finsh\finsh_init.c><finsh_init.c>
|
||||
OPTFFF 4,31,1,0,0,0,0,0,<..\..\components\finsh\finsh_node.c><finsh_node.c>
|
||||
OPTFFF 4,32,1,0,0,0,0,0,<..\..\components\finsh\finsh_ops.c><finsh_ops.c>
|
||||
OPTFFF 4,33,1,0,0,0,0,0,<..\..\components\finsh\finsh_parser.c><finsh_parser.c>
|
||||
OPTFFF 4,34,1,0,0,0,0,0,<..\..\components\finsh\finsh_token.c><finsh_token.c>
|
||||
OPTFFF 4,35,1,0,0,0,0,0,<..\..\components\finsh\finsh_var.c><finsh_var.c>
|
||||
OPTFFF 4,36,1,0,0,0,0,0,<..\..\components\finsh\finsh_vm.c><finsh_vm.c>
|
||||
OPTFFF 4,37,1,0,0,0,0,0,<..\..\components\finsh\shell.c><shell.c>
|
||||
OPTFFF 4,38,1,0,0,0,0,0,<..\..\components\finsh\symbol.c><symbol.c>
|
||||
|
||||
ExtF <E:\work\mcu\rt-thread\rt-thread\trunk\components\finsh\shell.h> 43,43,0,{ 44,0,0,0,0,0,0,0,1,0,0,0,255,255,255,255,255,255,255,255,252,255,255,255,226,255,255,255,44,0,0,0,58,0,0,0,247,3,0,0,55,1,0,0 }
|
||||
|
||||
TARGOPT 1, (RT-thread_LPC2148)
|
||||
TARGOPT 1, (rtthread-lpc2148)
|
||||
ADSCLK=12000000
|
||||
OPTTT 0,1,1,0
|
||||
OPTHX 1,65535,0,0,0
|
||||
@ -68,10 +64,12 @@ TARGOPT 1, (RT-thread_LPC2148)
|
||||
OPTOX 16
|
||||
OPTLT 1,1,1,0,1,1,0,1,0,0,0,0
|
||||
OPTXL 1,1,1,1,1,1,1,0,0
|
||||
OPTFL 1,0,1
|
||||
OPTFL 0,0,1
|
||||
OPTAX 0
|
||||
OPTDL (SARM.DLL)(-cLPC2100)(DARMP.DLL)(-pLPC2148)(SARM.DLL)()(TARMP.DLL)(-pLPC2148)
|
||||
OPTDBG 48125,0,()()()()()()()()()() (BIN\UL2ARM.DLL)()()()
|
||||
OPTKEY 0,(DLGDARM)((134=-1,-1,-1,-1,0)(135=-1,-1,-1,-1,0)(153=-1,-1,-1,-1,0)(154=-1,-1,-1,-1,0)(108=-1,-1,-1,-1,0)(106=-1,-1,-1,-1,0)(105=-1,-1,-1,-1,0)(145=-1,-1,-1,-1,0)(147=-1,-1,-1,-1,0)(80=-1,-1,-1,-1,0)(104=-1,-1,-1,-1,0)(100=-1,-1,-1,-1,0)(101=-1,-1,-1,-1,0)(160=-1,-1,-1,-1,0)(161=-1,-1,-1,-1,0)(113=-1,-1,-1,-1,0)(112=-1,-1,-1,-1,0)(137=-1,-1,-1,-1,0)(138=-1,-1,-1,-1,0)(117=-1,-1,-1,-1,0)(146=-1,-1,-1,-1,0)(110=-1,-1,-1,-1,0)(111=-1,-1,-1,-1,0)(114=-1,-1,-1,-1,0)(141=-1,-1,-1,-1,0)(142=-1,-1,-1,-1,0)(143=-1,-1,-1,-1,0)(144=-1,-1,-1,-1,0)(115=-1,-1,-1,-1,0)(116=-1,-1,-1,-1,0))
|
||||
OPTKEY 0,(ARMDBGFLAGS)(-T5F)
|
||||
OPTDF 0x90
|
||||
OPTLE <>
|
||||
OPTLC <>
|
||||
|
@ -1,7 +1,7 @@
|
||||
### uVision2 Project, (C) Keil Software
|
||||
### Do not modify !
|
||||
|
||||
Target (RT-thread_LPC2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
Target (rtthread-lpc2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
|
||||
Group (Startup)
|
||||
Group (Kernel)
|
||||
@ -26,11 +26,8 @@ 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\lpc214x\cpu.c><cpu.c>
|
||||
File 3,1,<..\..\libcpu\arm\lpc214x\interrupt.c><interrupt.c>
|
||||
File 3,1,<..\..\libcpu\arm\lpc214x\cpuport.c><cpuport.c>
|
||||
File 3,1,<..\..\libcpu\arm\lpc214x\serial.c><serial.c>
|
||||
File 3,1,<..\..\libcpu\arm\lpc214x\stack.c><stack.c>
|
||||
File 3,1,<..\..\libcpu\arm\lpc214x\trap.c><trap.c>
|
||||
File 3,2,<..\..\libcpu\arm\lpc214x\context_rvds.S><context_rvds.S>
|
||||
File 3,2,<..\..\libcpu\arm\lpc214x\start_rvds.S><start_rvds.S>
|
||||
File 3,1,<..\..\libcpu\arm\common\backtrace.c><backtrace.c>
|
||||
@ -51,9 +48,7 @@ File 4,1,<..\..\components\finsh\shell.c><shell.c>
|
||||
File 4,1,<..\..\components\finsh\symbol.c><symbol.c>
|
||||
|
||||
|
||||
|
||||
|
||||
Options 1,0,0 // Target 'RT-thread_LPC2148'
|
||||
Options 1,0,0 // Target 'rtthread-lpc2148'
|
||||
Device (LPC2148)
|
||||
Vendor (NXP (founded by Philips))
|
||||
Cpu (IRAM(0x40000000-0x40007FFF) IROM(0-0x7FFFF) CLOCK(12000000) CPUTYPE(ARM7TDMI))
|
||||
@ -79,7 +74,7 @@ Options 1,0,0 // Target 'RT-thread_LPC2148'
|
||||
OrgReg (Philips\)
|
||||
TgStat=16
|
||||
OutDir (.\obj\)
|
||||
OutName (RT-thread_LPC2148)
|
||||
OutName (rtthread-lpc2148)
|
||||
GenApp=1
|
||||
GenLib=0
|
||||
GenHex=0
|
||||
|
@ -1,12 +1,12 @@
|
||||
### uVision2 Project, (C) Keil Software
|
||||
### Do not modify !
|
||||
|
||||
Target (RT-thread_LPC2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
Target (rtthread-lpc2148), 0x0004 // Tools: 'ARM-ADS'
|
||||
|
||||
|
||||
|
||||
|
||||
Options 1,0,0 // Target 'RT-thread_LPC2148'
|
||||
Options 1,0,0 // Target 'rtthread-lpc2148'
|
||||
Device (LPC2148)
|
||||
Vendor (NXP (founded by Philips))
|
||||
Cpu (IRAM(0x40000000-0x40007FFF) IROM(0-0x7FFFF) CLOCK(12000000) CPUTYPE(ARM7TDMI))
|
||||
@ -32,7 +32,7 @@ Options 1,0,0 // Target 'RT-thread_LPC2148'
|
||||
OrgReg (Philips\)
|
||||
TgStat=16
|
||||
OutDir (.\obj\)
|
||||
OutName (RT-thread_LPC2148)
|
||||
OutName (rtthread-lpc2148)
|
||||
GenApp=1
|
||||
GenLib=0
|
||||
GenHex=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user