FreeRTOS-Kernel/FreeRTOS/Demo/ARM7_LPC2106_GCC
Kody Stribrny 7d09b88e5a
Fix C source and header file license spacing (#1155)
The line 'Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.'
used to have two spaces between the first and second sentences.
This would cause the header check to fail due to the copyright regex located
ab999f9624/.github/scripts/core_checker.py (L396)
2024-01-12 16:43:31 -08:00
..
ParTest Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
serial Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
boot.s Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOSConfig.h Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08: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 Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
Makefile Revert "Remove coroutines (#874)" (#1019) 2023-06-09 15:25:48 -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.