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>
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
CONFIG_NUM_TASK_PRIORITIES=32
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_DRV_RANDOM=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NUM_DYNAMIC_STUBS=2
|