[PATCH 13/18] config: Add _Thread_Idle_body

Chris Johns chrisj at rtems.org
Sat Feb 15 23:36:40 UTC 2020


On 2020-02-15 03:02, Sebastian Huber wrote:
> Move the idle thread body configuration constant out of the
> configuration table.
> 
> Provide a default definition of the idle thread body constant.

May be I am missing something simple here. How would I provide an custom 
IDLE task? Is it by providing something like ...

#include <rtems/score/threadidledata.h>

const Thread_Idle_body _Thread_Idle_body = My_Idle_body;

Chris


More information about the devel mailing list