mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 10:58:48 +02:00
pxTopOfStack is always available and pxEndOfStack is available whenever you have: (portSTACK_GROWTH > 0) or ( configRECORD_STACK_HIGH_ADDRESS == 1) Include it in the info report whenever it is available to the tcb. Co-authored-by: Vince Burns <vburns@sensata.com>