zephyr/samples/microkernel/test
Dmitriy Korovkin f1420515a7 irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() function
Flags allow passing IRQ triggering option for x86 architecture.
Each platform defines flags for a particular device and then
device driver uses them when registers the interrupt handler.

The change in API means that device drivers and sample
applications need to use the new API.

IRQ triggering configuration is now handled by device drivers
by using flags passed to interrupt registering API:
IRQ_CONNECT_STATIC() or irq_connect()

Change-Id: Ibc4312ea2b4032a2efc5b913c6389f780a2a11d1
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:24:44 -05:00
..
test_aes sanity: run sha256 on select platforms only 2016-02-05 20:24:28 -05:00
test_bluetooth initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_cbc samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_critical Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_ctr samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_events microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
test_fifo Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_fifo_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_fp_sharing use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_hmac samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_libs use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_mail use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_mail_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_map Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_map_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_mutex Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_pipe use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_pipe_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_pool use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_prng samples: remove duplicate crypto test code 2016-02-05 20:24:19 -05:00
test_rand32 Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_sema kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
test_sema_priv test_sema: fix initialization race 2016-02-05 20:24:26 -05:00
test_sha256 sanity: run sha256 on select platforms only 2016-02-05 20:24:28 -05:00
test_sprintf sanity: exclude Minute IA platforms from float tests 2016-02-05 20:24:43 -05:00
test_stackprot Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_static_idt use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
test_task Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_task_irq irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() function 2016-02-05 20:24:44 -05:00
test_task_priv CONFIG_DRV_RANDOM is obsolete 2016-02-05 20:15:35 -05:00
test_tickless cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
test_timer Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
test_xip use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00