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 move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_atomic move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_bitfield test_bitfield: exercise sys_*_bit and sys_bitfield_*_bit 2016-03-04 15:12:07 +00:00
test_build move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
test_context tests: kernel: test_context: reduce ram requirements 2016-03-31 23:17:52 +00:00
test_critical move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_early_sleep tests: test_early_sleep: Let's test at all initialization level 2016-04-08 15:08:33 +00:00
test_errno move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_events move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
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 move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_ipm test: Convert returning code to errno.h 2016-03-23 15:49:40 +00:00
test_libs move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_lifo tests: kernel: test-lifo: reduce ram requirements 2016-03-30 20:02:54 +00:00
test_mail move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_mail_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_map move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_map_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_mem_safe move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_mutex tests: kernel: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_obj_tracing debug: add task tracing to sanity test 2016-03-11 22:13:43 +00:00
test_pipe move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_pipe_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_pool tests: kernel: test_pool: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_rand32 test_rand32: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_ring_buf test_ring_buf: only nanokernel version exist 2016-02-11 13:08:44 -05:00
test_sema tests: kernel: reduce ram requirements 2016-03-31 23:17:51 +00:00
test_sema_priv tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
test_sleep test: Add nanokernel test_sleep project 2016-02-23 10:48:54 -05:00
test_slist tests: Add a test suite for the single linked list generic 2016-04-01 00:01:58 +00:00
test_sprintf/microkernel move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_stack/nanokernel move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_stackprot move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_static_idt move include directory for tests cases to tests/ 2016-02-11 18:08:08 +00:00
test_task test_task: only microkernel version exist 2016-02-11 13:08:44 -05:00
test_task_priv test_task_priv: only microkernel version exist 2016-02-11 13:08:44 -05:00
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 samples/tests: remove old message about standard security 2016-03-07 16:07:35 +00:00