zephyr/samples/microkernel/test
Dmitriy Korovkin 660878e4e2 irq_connect for x86 uses static stub array
In order to provide the same irq_connect() on all platforms
on x86, irq_connect() now uses a static array of interrupt
stubs. Device driver does not need to provide interrupt stub
to irq_connect() function.

Add NUM_DYNAMIC_STUBS configuration parameter, the number
of interrupt stubs used for dynamic interrupt registration.

Modify tests for unified interrupt register API

Tests that deal with interrupts are modified to work
with the new interrupt registration API.

Add CONFIG_NUM_DYNAMIC_STUBS option to dynamic interrupt projects

Projects that use dynamic interrupt handler registration on x86
have to include CONFIG_NUM_DYNAMIC_STUBS parameter in the
configuration.

Change-Id: Ic90c726485521a57cf695fd3edc8cac85d0b827d
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:25 -05:00
..
test_bluetooth Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_critical Rename scheduler_time_slice_set() to sys_scheduler_time_slice_set() 2016-02-05 20:14:19 -05:00
test_events irq_connect for x86 uses static stub array 2016-02-05 20:14:25 -05:00
test_fifo Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_fp_sharing Rename scheduler_time_slice_set() to sys_scheduler_time_slice_set() 2016-02-05 20:14:19 -05:00
test_libs Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_mail Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_map Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_mutex Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_pipe Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_pool Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_rand32 Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_sema irq_connect for x86 uses static stub array 2016-02-05 20:14:25 -05:00
test_sprintf Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_stackprot Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_static_idt Kbuild: Assembly code extension. 2016-02-05 20:14:20 -05:00
test_task irq_connect for x86 uses static stub array 2016-02-05 20:14:25 -05:00
test_task_irq Introduce CPU_CORTEX_M3_M4 option 2016-02-05 20:14:25 -05:00
test_tickless Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00
test_timer test_timer: test timeouts/timers in microkernel 2016-02-05 20:14:22 -05:00
test_xip Rename TIMO -> ZEPHYR 2016-02-05 20:14:16 -05:00