FreeRTOS-Kernel/FreeRTOS/Demo/ARM7_LPC2106_GCC
David Chalco 080f975c7b
version string update to 10.4.1 -- irrespective of file extension (#284)
Update the remaining files that have reference to the version number in them.
2020-09-18 12:53:06 -07:00
..
ParTest Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
serial Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
boot.s Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOSConfig.h Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
lpc210x.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
lpc221x.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
lpc2106-ram.ld Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
lpc2106-rom.ld Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
main.c Sync back V10.4.1 (#282) 2020-09-17 17:16:33 -07:00
Makefile version string update to 10.4.1 -- irrespective of file extension (#284) 2020-09-18 12:53:06 -07:00
ram_arm.bat Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
ram_thumb.bat Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
readme.txt Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
rom_arm.bat Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
rom_thumb.bat Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +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.