Files CCore/inc/base/PlatformBase.h CCore/src/base/PlatformBase.cpp CCore/src/base/PlatformBase.s
XCore PlatformBase is the same as AnyCore, except it contains two additional constants:
/* consts */ const ulen MinStackLen = 4*1024 ; // 4 KByte const ulen DefaultStackLen = 64*1024 ; // 64 KByte const ulen DefaultPacketCount = 10'000 ; const unsigned DefaultEventElementCount = 5'000 ;
MinStackLen is the minimum task stack length in bytes.
DefaultStackLen is the default task stack length in bytes