mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
* Fix formatting in kernel demo application files * Fix header check fail in the demo files * Add ignored patterns in core header check file * Fix formatting * Update vApplicationStackOverflowHook for AVR_ATMega4809_MPLAB.X/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Update vApplicationStackOverflowHook for AVR_ATMega4809_MPLAB.X/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Update vApplicationStackOverflowHook for AVR_Dx_IAR/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Update vApplicationStackOverflowHook for AVR_Dx_IAR/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Update vApplicationStackOverflowHook for AVR_Dx_MPLAB.X/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Update vApplicationMallocFailedHook for AVR_Dx_MPLAB.X/main.c Co-authored-by: Soren Ptak <ptaksoren@gmail.com> * Fix formatting AVR32_UC3 --------- Co-authored-by: Soren Ptak <ptaksoren@gmail.com> |
||
|---|---|---|
| .. | ||
| 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.