This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/Demo/ARM7_LPC2106_GCC
2010-05-17 18:00:27 +00:00
..
ParTest Add Cortus port to produce V6.0.5. 2010-05-17 18:00:27 +00:00
serial Add Cortus port to produce V6.0.5. 2010-05-17 18:00:27 +00:00
boot.s Closed un-terminated comment. 2009-03-10 12:20:47 +00:00
FreeRTOSConfig.h Add Cortus port to produce V6.0.5. 2010-05-17 18:00:27 +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 Add Cortus port to produce V6.0.5. 2010-05-17 18:00:27 +00:00
Makefile Add Cortus port to produce V6.0.5. 2010-05-17 18:00:27 +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.