mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Starting point for Tasking XMC4500 demo. Compiling only, not executed yet.
This commit is contained in:
parent
1312fada7c
commit
1ccb58d56d
12 changed files with 2480 additions and 0 deletions
8
Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/RTOSDemo.lsl
Normal file
8
Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/RTOSDemo.lsl
Normal file
|
@ -0,0 +1,8 @@
|
|||
// TASKING VX-toolset for ARM
|
||||
// Project linker script file
|
||||
//
|
||||
#if defined(__PROC_XMC4500X1024__)
|
||||
#include "xmc45xx.lsl"
|
||||
#else
|
||||
#include <device.lsl>
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue