zephyr/kernel
Daniel Leung c290ebaebd Redefine microkernel timer objects identifier type
The opaque timer object id type is now a pointer to
the associated timer structure, rather than an index
into the microkernel's array of timer structures.

This is simply to be consistent with other microkernel
objects, such as semaphore, mutex, and mailbox.

Change-Id: If803e22ae450d4ef28e81e8a5f2451b9c26c6dce
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
..
microkernel Redefine microkernel timer objects identifier type 2016-02-05 20:15:18 -05:00
nanokernel Doxygen: Nanokernel semaphore APIs comments to header files. 2016-02-05 20:14:42 -05:00
Kconfig Kconfig: fix SYS_CLOCK_HW_CYCLES_PER_SEC dependencies 2016-02-05 20:14:42 -05:00
Makefile