zephyr/include/microkernel
Andrew Boie a83f895dd5 microkernel: deprecate task IRQs
This mechanism does not add enough value to the kernel to be worth
maintaining it. Drivers that need deferred processing of interrupts
can simply define their own task and have the interrupt handler
release an event that the task waits on.

The API is marked as deprecated and it is removed from unit test
coverage as well as the documentation.

Change-Id: Ib87b91cb41e9b6d7fdf0dc62b240a531b6a8889f
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-04-15 16:02:12 +00:00
..
base_api.h debug: add debug tracing support for task initialization 2016-03-11 22:13:30 +00:00
command_packet.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
event.h doc: API doc edits for microkernel event.h 2016-02-11 20:12:31 +00:00
fifo.h doc: Edit the microkernel FIFO 2016-02-11 01:21:19 +00:00
mailbox.h doc: Edit microkernel mailbox 2016-02-11 01:21:51 +00:00
memory_map.h doc: Migrating API edit on microkernel memory_map.h 2016-02-11 01:15:43 +00:00
memory_pool.h memory_pool_heap: malloc/free access over a heap memory pool 2016-03-10 23:19:59 +00:00
mutex.h doc: Edit API documentation on microkernel mutex.h 2016-02-11 01:15:43 +00:00
pipe.h doc: Edit API documentation on microkernel pipe.h 2016-02-11 01:46:17 +00:00
semaphore.h doc: API edits for microkernel semaphore.h 2016-02-11 12:16:23 +00:00
task_irq.h microkernel: deprecate task IRQs 2016-04-15 16:02:12 +00:00
task.h doc: Edit API documentation on microkernel task.h 2016-02-11 01:46:42 +00:00
ticks.h microkernel: Add support for *_sleep() during initialization 2016-03-26 10:17:15 +00:00