Search found 2 matches

by fwdevgw
Wed Feb 12, 2025 3:40 pm
Forum: ESP-IDF
Topic: FreeRTOS Version Update
Replies: 2
Views: 1292

Re: FreeRTOS Version Update

The uxTaskGetStackHighWaterMark() API works even in previous versions of FreeRTOS but I need the values of pxTopOfStack and pxEndOfStack that are available only when this snippet is run: in latest versions of FreeRTOS the #if condition is in OR instead of AND , so the snippet is availbale even when ...
by fwdevgw
Tue Feb 04, 2025 11:51 am
Forum: ESP-IDF
Topic: FreeRTOS Version Update
Replies: 2
Views: 1292

FreeRTOS Version Update

I am using latest version of ESP-IDF (v.5.4.0) but I see that FreeRTOS version is Vanilla FreeRTOS v10.5.1 I need latest freertos version v11.0.0 or later to enable the stack runtime usage for each individual task: this can be done by enabling the configRECORD_STACK_HIGH_ADDRESS even when portSTACK_...