Go to file
Daniel Leung 1367a98e9e Redefine microkernel task object identifier type
The opaque task object id type is now a pointer to
the associated task structure, rather than an index
into the microkernel's array of task structures.

This change is a pre-requisite to support for private
task objects, which are defined in source code.

Change-Id: Idb53ea7f8a8a5b7e6477a74273930b08fc77dcfe
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
arch
doc
drivers
include Redefine microkernel task object identifier type 2016-02-05 20:15:18 -05:00
kernel Redefine microkernel task object identifier type 2016-02-05 20:15:18 -05:00
lib
misc
net
samples samples/microkernel: add test for private mailboxes 2016-02-05 20:15:18 -05:00
scripts Redefine microkernel task object identifier type 2016-02-05 20:15:18 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile
Makefile.inc
zephyr-env.sh