Go to file
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
arch doc: removed unused/defined CONFIG_EOI_HANDLER_SUPPORTED config option 2016-06-14 20:00:52 +00:00
boards
doc doc: remove reference to task IRQs, deprecated 2016-06-15 01:44:54 +00:00
drivers Bluetooth: Use proper net_buf APIs 2016-06-13 17:22:05 +03:00
ext
include sys_log: adds system log documentation page 2016-06-14 22:55:38 +00:00
kernel nanokernel: add nano_fifo_put_list() APIs 2016-06-13 20:24:41 +00:00
lib
misc
net Bluetooth: SMP: Fix registering L2CAP fixed channel 2016-06-14 17:14:45 +02:00
samples testcases: sanity check TCs get more language for real HW 2016-06-14 23:49:56 +00:00
scripts
tests testcases: sample static testcase to run checkpatch on the source 2016-06-14 23:49:57 +00:00
.checkpatch.conf
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile libc: change linking order to avoid over-stripping of symbols 2016-06-14 16:55:53 +00:00
Makefile.inc Revert "build: Do not depend on python while creating the relative path" 2016-06-14 16:55:52 +00:00
zephyr-env.sh