jcwren wrote on Sunday, July 01, 2007:
Is there any particular reason the INCLUDE_vTaskDelete check could not be moved to the xTasksWaitingTermination code in vTaskList(), instead of being a complete enable/disable for vTaskList()? Other than to update a deleted tasks status in the vTaskList() output, it does not appear that vTaskList actually needs task deletion capability to do it’s job.
Disclaimer: I’m pretty new to the FreeRTOS code base, and I could likely be missing something here.
–jc