FreeRTOS-Kernel/Demo/ARM7_LPC2106_GCC
Richard Barry 7f0c4ef656 Remove unnecessary use of portLONG, portCHAR and portSHORT.
Change version number in headers.
2009-10-05 10:08:35 +00:00
..
ParTest Remove unnecessary use of portLONG, portCHAR and portSHORT. 2009-10-05 10:08:35 +00:00
serial Remove unnecessary use of portLONG, portCHAR and portSHORT. 2009-10-05 10:08:35 +00:00
boot.s Closed un-terminated comment. 2009-03-10 12:20:47 +00:00
FreeRTOSConfig.h Remove unnecessary use of portLONG, portCHAR and portSHORT. 2009-10-05 10:08:35 +00:00
lpc210x.h First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
lpc221x.h First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
lpc2106-ram.ld Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute. 2009-09-18 14:08:36 +00:00
lpc2106-rom.ld Update to use the latest Yagarto and change the C handler part of the interrupt routines to use the noinline attribute. 2009-09-18 14:08:36 +00:00
main.c Remove unnecessary use of portLONG, portCHAR and portSHORT. 2009-10-05 10:08:35 +00:00
Makefile Remove unnecessary use of portLONG, portCHAR and portSHORT. 2009-10-05 10:08:35 +00:00
ram_arm.bat First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
ram_thumb.bat First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
readme.txt First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
rom_arm.bat First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00
rom_thumb.bat First version under SVN is V4.0.1 2006-05-02 09:39:15 +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.