zephyr/doc/kernel/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
..
microkernel.rst microkernel: deprecate task IRQs 2016-04-15 16:02:12 +00:00
microkernel_data.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_events.rst doc: Edit microkernel_events for clarity, ReST syntax, and parallelism. 2016-03-03 09:50:46 +00:00
microkernel_fibers.rst doc: Minor edits needed on microkernel_fibers.rst 2016-02-26 21:18:08 +00:00
microkernel_fifos.rst doc: Edit microkernel API links 2016-04-13 15:04:04 +00:00
microkernel_mailboxes.rst doc: Edit microkernel API links 2016-04-13 15:04:04 +00:00
microkernel_memory.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_memory_maps.rst doc: ReST syntax added to memory_maps.rst to enhance readability 2016-02-26 21:15:08 +00:00
microkernel_memory_pools.rst doc: Edit microkernel_memory_pools.rst for consistency in structure. 2016-02-26 21:15:08 +00:00
microkernel_mutexes.rst doc: Edit microkernel_mutexes.rst; add ReST syntax, clarifications. 2016-03-08 00:42:12 +00:00
microkernel_pipes.rst doc: Edit microkernel API links 2016-04-13 15:04:04 +00:00
microkernel_semaphores.rst doc: Edit microkernel_semaphores.rst for consist structure and APIs. 2016-03-03 09:49:24 +00:00
microkernel_synchronization.rst doc: Reorder listing of microkernel synchronization objects 2016-02-05 20:15:26 -05:00
microkernel_tasks.rst doc: Edit microkernel_tasks.rst for grammar and clarity 2016-02-24 17:02:19 +00:00
microkernel_timers.rst doc: Edit microkernel_timers.rst with better ReST syntax to enhance readability. 2016-03-04 15:09:37 +00:00