mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
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
|
||
---|---|---|
.. | ||
ParTest | ||
serial | ||
boot.s | ||
FreeRTOSConfig.h | ||
lpc210x.h | ||
lpc221x.h | ||
lpc2106-ram.ld | ||
lpc2106-rom.ld | ||
main.c | ||
Makefile | ||
ram_arm.bat | ||
ram_thumb.bat | ||
readme.txt | ||
rom_arm.bat | ||
rom_thumb.bat |
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.