Undefined reference to `vPortEvaluateYieldFromISR' when building custom FreeRTOS #10723
Open
1 task done
Labels
Type: Question
Only question
Board
ESP32S3
Device Description
I have a custom hardware that use the ESP32S3 module.
Hardware Configuration
Version
latest master (checkout manually)
IDE Name
VSCode
Operating System
Ubuntu 22.04
Flash frequency
240MHz
PSRAM enabled
yes
Upload speed
115200
Description
Hello,
I am trying to use the following FreeRTOS functions in my project:
vTaskList
vTaskGetRunTimeStats
Following the guidance in issue (#1350), I successfully created a custom FreeRTOS build with these functions enabled. However, I now encounter an undefined reference error for the function vPortEvaluateYieldFromISR.
Is there a specific configuration option that needs to be set in the sdkconfig file to include this function in the build?
Thank you for your assistance!
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: