Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-16 Thread Chris Johns
On 16/2/20 6:12 pm, Sebastian Huber wrote: > On 16/02/2020 00:36, Chris Johns wrote: > >> 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. >>

Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-16 Thread Gedare Bloom
On Sun, Feb 16, 2020 at 12:30 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > On 16/02/2020 05:31, Gedare Bloom wrote: > > On Sat, Feb 15, 2020 at 4:36 PM Chris Johns wrote: > >> On 2020-02-15 03:02, Sebastian Huber wrote: >> > Move the idle thread body configuration constant

Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-15 Thread Sebastian Huber
On 16/02/2020 05:31, Gedare Bloom wrote: On Sat, Feb 15, 2020 at 4:36 PM Chris Johns > wrote: On 2020-02-15 03:02, Sebastian Huber wrote: > Move the idle thread body configuration constant out of the > configuration table. > > Provide a default

Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-15 Thread Sebastian Huber
On 16/02/2020 00:36, Chris Johns wrote: 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

Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-15 Thread Gedare Bloom
On Sat, Feb 15, 2020 at 4:36 PM Chris Johns wrote: > 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

Re: [PATCH 13/18] config: Add _Thread_Idle_body

2020-02-15 Thread Chris Johns
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