blob: 62f44354c71834979cdb0e9878a89c3c197733fb [file] [log] [blame]
// 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 );
}