zephyr/include/arch
Daniel Leung 75e5427e15 microkernel: put _k_task_list into its own binary section
The _k_task_list was a static array generated by sysgen,
where it containing all pre-defined tasks from MDEF file.
To support private task objects (aka, defining tasks within
source files), the task list has to accommodate tasks that
are not only processed through sysgen, but also those defined
within source files.

This is done by creating a new section in binary, and all task
objects go into this section. By doing this, the task list
can still be manipulated as an array, which is required for
task group operation.

Change-Id: I799d6967567079498bc414e0cb809e8af856b53e
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
..
arc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
arm microkernel: put _k_task_list into its own binary section 2016-02-05 20:15:18 -05:00
x86 microkernel: put _k_task_list into its own binary section 2016-02-05 20:15:18 -05:00
cpu.h Rename VXMICRO_ARCH and VXMICRO 2016-02-05 20:14:16 -05:00