mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-29 16:39:05 -04:00
17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
// TASKING VX-toolset for ARM
|
|
// Project linker script file
|
|
//
|
|
#if defined(__PROC_XMC4500X1024__)
|
|
#include "xmc45xx.lsl"
|
|
#else
|
|
#include <device.lsl>
|
|
#endif
|
|
section_layout ::linear
|
|
{
|
|
group heap "heap" ( size = 100 );
|
|
}
|
|
section_layout ::linear
|
|
{
|
|
group stack "stack" ( size = 2k );
|
|
}
|