30#ifndef _ARCH_CORTEXM3_STM32F2
31static const unsigned int STACK_MIN_FOR_SKYWARD = 16 * 1024;
33static const unsigned int STACK_MIN_FOR_SKYWARD = 4 * 1024;
38 return std::max(stack, STACK_MIN_FOR_SKYWARD);
This file includes all the types the logdecoder script will decode.
unsigned int skywardStack(unsigned int stack)