theszczur wrote on Tuesday, June 30, 2015:
“C/C++ guarantee that stack variables will exist for the duration of a function” - and you are braking that standard.
it would be the best to add configuration option like “configREUSE_MAIN_STACK”
And it should be very well documented, right now I can’t find any information on the official API documentation: http://www.freertos.org/a00132.html
And there is no information in the code…