zephyr/doc/kernel/overview
Inaky Perez-Gonzalez 2abd863149 doc: remove reference to task IRQs, deprecated
Per:

commit a83f895
Author: Andrew Boie <andrew.p.boie@intel.com>
Commit: Benjamin Walsh <benjamin.walsh@windriver.com>

    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>

Change-Id: I0d891772b1fb4246ec9ee9f4764b2121333ae972
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-06-15 01:44:54 +00:00
..
figures Doc: Change the Architecture part to the Overview section. 2016-02-05 20:15:19 -05:00
application_fundamentals.rst update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
kernel_fundamentals.rst doc: remove reference to task IRQs, deprecated 2016-06-15 01:44:54 +00:00
overview.rst doc: Overhaul of Zephyr Kernel Primer overview section 2016-02-05 20:15:25 -05:00
source_tree.rst docs: Update information about tree structure 2016-02-14 18:40:35 -05:00
system_fundamentals.rst update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00