Search found 2 matches

by DaveLowther
Tue Feb 11, 2025 1:38 pm
Forum: ESP32 Arduino
Topic: How to enable vTaskList using PlatformIO and Arduino Framework
Replies: 2
Views: 1197

Re: How to enable vTaskList using PlatformIO and Arduino Framework

Thank you for the advice, I will try that
by DaveLowther
Mon Feb 10, 2025 5:03 pm
Forum: ESP32 Arduino
Topic: How to enable vTaskList using PlatformIO and Arduino Framework
Replies: 2
Views: 1197

How to enable vTaskList using PlatformIO and Arduino Framework

I’m new to FreeRTOS, but have 30+ years experience of writing code for embedded systems. I’ve use a variety of task schedulers during that time. I am just experimenting at the moment. I’m using FreeRTOS V10.4.3 with an ESP32 dev board. I’d like to see what tasks are running, in addition to those tha...