FreeRTOS-Kernel/20091005/Demo/ARM7_LPC2106_GCC
2009-10-05 08:33:08 +00:00
..
ParTest Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
serial Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
boot.s Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
FreeRTOSConfig.h Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
lpc210x.h Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
lpc221x.h Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
lpc2106-ram.ld Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
lpc2106-rom.ld Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
main.c Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
Makefile Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
ram_arm.bat Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
ram_thumb.bat Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
readme.txt Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
rom_arm.bat Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00
rom_thumb.bat Before changing headers to V6 and changing portLONG, portSHORt and portCHAR to their standard C types. 2009-10-05 08:33:08 +00:00

Use one of the following four batch files to build the demo application:

+ rom_arm.bat

Creates an ARM mode release build suitable for programming into flash.

+ ram_arm.bat

Creates an ARM mode debug build suitable for running from RAM.

+ rom_thumb.bat

Creates a THUMB mode release build suitable for programming into flash.

+ ram_thumb.bat

Creates a THUMB mode debug build suitable for running from RAM.