zephyr/tests/kernel
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
..
test_arm_m3_irq_vector_table
test_atomic
test_bitfield
test_build
test_context tests: kernel: test_context: reduce ram requirements 2016-03-31 23:17:52 +00:00
test_critical
test_early_sleep tests: test_early_sleep: Let's test at all initialization level 2016-04-08 15:08:33 +00:00
test_errno
test_events
test_fifo test_fifo: Reorganize directories 2016-04-01 00:07:28 +00:00
test_fifo_priv test_fifo: Reorganize directories 2016-04-01 00:07:28 +00:00
test_fp_sharing
test_ipm
test_libs
test_lifo
test_mail
test_mail_priv
test_map
test_map_priv
test_mem_safe
test_mutex tests: kernel: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_obj_tracing
test_pipe
test_pipe_priv
test_pool tests: kernel: test_pool: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_rand32
test_ring_buf
test_sema tests: kernel: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_sema_priv
test_sleep
test_slist tests: Add a test suite for the single linked list generic 2016-04-01 00:01:58 +00:00
test_sprintf/microkernel
test_stack/nanokernel
test_stackprot
test_static_idt
test_task
test_task_priv
test_tickless/microkernel test_tickless: disable test for STM32 SoCs 2016-04-01 13:12:57 +00:00
test_timer test_fifo: Reorganize directories 2016-04-01 00:07:28 +00:00
test_xip