git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2618 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
e01b1f1f1e
commit
55173b29da
|
@ -12,13 +12,13 @@
|
||||||
<ToolsetName>ARM-ADS</ToolsetName>
|
<ToolsetName>ARM-ADS</ToolsetName>
|
||||||
<TargetOption>
|
<TargetOption>
|
||||||
<TargetCommonOption>
|
<TargetCommonOption>
|
||||||
<Device>LPC1114x302</Device>
|
<Device>LPC1114x301</Device>
|
||||||
<Vendor>NXP (founded by Philips)</Vendor>
|
<Vendor>NXP (founded by Philips)</Vendor>
|
||||||
<Cpu>IRAM(0x10000000-0x10001FFF) IROM(0-0x7FFF) CLOCK(12000000) CPUTYPE("Cortex-M0")</Cpu>
|
<Cpu>IRAM(0x10000000-0x10001FFF) IROM(0-0x7FFF) CLOCK(12000000) CPUTYPE("Cortex-M0")</Cpu>
|
||||||
<FlashUtilSpec></FlashUtilSpec>
|
<FlashUtilSpec></FlashUtilSpec>
|
||||||
<StartupFile>"STARTUP\NXP\LPC11xx\startup_LPC11xx.s" ("NXP LPC11xx Startup Code")</StartupFile>
|
<StartupFile>"STARTUP\NXP\LPC11xx\startup_LPC11xx.s" ("NXP LPC11xx Startup Code")</StartupFile>
|
||||||
<FlashDriverDll>UL2CM3(-UV1742AOE -O463 -S0 -C0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD10000000 -FC800 -FN1 -FF0LPC1xxx_32 -FS00 -FL08000)</FlashDriverDll>
|
<FlashDriverDll>UL2CM3(-UV1742AOE -O463 -S0 -C0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD10000000 -FC800 -FN1 -FF0LPC1xxx_32 -FS00 -FL08000)</FlashDriverDll>
|
||||||
<DeviceId>5376</DeviceId>
|
<DeviceId>5063</DeviceId>
|
||||||
<RegisterFile>LPC11xx.h</RegisterFile>
|
<RegisterFile>LPC11xx.h</RegisterFile>
|
||||||
<MemoryEnv></MemoryEnv>
|
<MemoryEnv></MemoryEnv>
|
||||||
<Cmp></Cmp>
|
<Cmp></Cmp>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* to redefine it in your application code.
|
* to redefine it in your application code.
|
||||||
*/
|
*/
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
__weak
|
__attribute__((weak))
|
||||||
#endif
|
#endif
|
||||||
void port_halt(void) {
|
void port_halt(void) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue