Re: Init task

2019-08-04 Thread Sebastian Huber
is the priority of the Init Task ? the default priority is 1, you can change it via configuration options: https://docs.rtems.org/branches/master/c-user/configuring_a_system.html#classic-api-initialization-tasks-table-configuration and second if i create one more task, i will have two tasks

Init task

2019-08-04 Thread yaron o
hello all, In my application i am using rtems_task Init(rtems_task_argument argument) as my main (and only) task and that is where the application start to work , i want to add one more task with the lowest priory. my first question is what is the priority of the Init Task ? and second if i