zephyr/samples/include
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
..
irq_test_common.h irq_connect for x86 uses static stub array 2016-02-05 20:14:25 -05:00
tc_nano_timeout_common.h test_context: add test for fiber delayed start and sleep 2016-02-05 20:14:22 -05:00
tc_util.h Eliminate VxMicro branding in sample project output 2016-02-05 20:14:15 -05:00
util_test_common.h samples: Use common ARRAY_SIZE() helper in all places 2016-02-05 20:13:54 -05:00