mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 10:42:31 +00:00
This replaces the hard-coded vector table, as well as the software ISR table created by the linker. Now both are generated in build via script. Issue: ZEP-1038, ZEP-1165 Change-Id: Ie6faaf8f7ea3a7a25ecb542f6cf7740836ad7da3 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=512
|
|
CONFIG_MAIN_STACK_SIZE=512
|
|
CONFIG_GEN_ISR_TABLES=n
|
|
CONFIG_NUM_IRQS=3
|
|
CONFIG_COMPILER_OPT="-O0"
|