Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-09-02 Thread Chris Johns
On 1/9/20 5:27 pm, Sebastian Huber wrote: > > It would be nice to know your preference with respect to the function name. > I am fine with rtems_task_create_from_config(). Chris ___ devel mailing list devel@rtems.org

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-09-01 Thread Sebastian Huber
On 31/08/2020 23:15, Joel Sherrill wrote: On Fri, Aug 21, 2020 at 6:51 AM Sebastian Huber > wrote: In contrast to rtems_task_create() this function creates a task with a user-provided task storage area. And all the creation parameters are

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Joel Sherrill
On Fri, Aug 21, 2020 at 6:51 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > In contrast to rtems_task_create() this function creates a task with a > user-provided task storage area. > And all the creation parameters are in a structure which this log doesn't mention. How is

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Sebastian Huber
On 31/08/2020 20:10, Gedare Bloom wrote: On Mon, Aug 31, 2020 at 2:58 AM Sebastian Huber wrote: On 31/08/2020 09:39, Chris Johns wrote: On 31/8/20 4:43 pm, Sebastian Huber wrote: On 31/08/2020 02:34, Chris Johns wrote: On 31/8/20 12:49 am, Sebastian Huber wrote: On 22/08/2020 09:49,

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Gedare Bloom
On Mon, Aug 31, 2020 at 2:58 AM Sebastian Huber wrote: > > On 31/08/2020 09:39, Chris Johns wrote: > > > On 31/8/20 4:43 pm, Sebastian Huber wrote: > >> On 31/08/2020 02:34, Chris Johns wrote: > >> > >>> On 31/8/20 12:49 am, Sebastian Huber wrote: > On 22/08/2020 09:49, Chris Johns wrote: >

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Sebastian Huber
On 31/08/2020 09:39, Chris Johns wrote: On 31/8/20 4:43 pm, Sebastian Huber wrote: On 31/08/2020 02:34, Chris Johns wrote: On 31/8/20 12:49 am, Sebastian Huber wrote: On 22/08/2020 09:49, Chris Johns wrote: On 21/8/20 9:51 pm, Sebastian Huber wrote: In contrast to rtems_task_create()

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Chris Johns
On 31/8/20 4:43 pm, Sebastian Huber wrote: > On 31/08/2020 02:34, Chris Johns wrote: > >> On 31/8/20 12:49 am, Sebastian Huber wrote: >>> On 22/08/2020 09:49, Chris Johns wrote: >>> On 21/8/20 9:51 pm, Sebastian Huber wrote: > In contrast to rtems_task_create() this function creates a

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-31 Thread Sebastian Huber
On 31/08/2020 02:34, Chris Johns wrote: On 31/8/20 12:49 am, Sebastian Huber wrote: On 22/08/2020 09:49, Chris Johns wrote: On 21/8/20 9:51 pm, Sebastian Huber wrote: In contrast to rtems_task_create() this function creates a task with a user-provided task storage area. The name is build

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-30 Thread Chris Johns
On 31/8/20 12:49 am, Sebastian Huber wrote: > On 22/08/2020 09:49, Chris Johns wrote: > >> On 21/8/20 9:51 pm, Sebastian Huber wrote: >>> In contrast to rtems_task_create() this function creates a task with a >>> user-provided task storage area. >> The name is build but it creates a task? I am

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-30 Thread Gedare Bloom
On Sun, Aug 30, 2020 at 8:50 AM Sebastian Huber wrote: > > On 22/08/2020 09:49, Chris Johns wrote: > > > On 21/8/20 9:51 pm, Sebastian Huber wrote: > >> In contrast to rtems_task_create() this function creates a task with a > >> user-provided task storage area. > > The name is build but it

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-30 Thread Sebastian Huber
On 22/08/2020 09:49, Chris Johns wrote: On 21/8/20 9:51 pm, Sebastian Huber wrote: In contrast to rtems_task_create() this function creates a task with a user-provided task storage area. The name is build but it creates a task? I am wondering about rtems_task_create_static or something along

Re: [PATCH 7/7] rtems: Add rtems_task_build()

2020-08-22 Thread Chris Johns
On 21/8/20 9:51 pm, Sebastian Huber wrote: > In contrast to rtems_task_create() this function creates a task with a > user-provided task storage area. The name is build but it creates a task? I am wondering about rtems_task_create_static or something along this line? > Close #3959. Sorry, I had

[PATCH 7/7] rtems: Add rtems_task_build()

2020-08-21 Thread Sebastian Huber
In contrast to rtems_task_create() this function creates a task with a user-provided task storage area. Close #3959. --- cpukit/Makefile.am | 1 + cpukit/include/rtems/rtems/tasks.h | 65 ++ cpukit/include/rtems/rtems/tasksimpl.h | 11 +