660878e4e2
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> |
||
---|---|---|
.. | ||
irq_test_common.h | ||
tc_nano_timeout_common.h | ||
tc_util.h | ||
util_test_common.h |