We have not found any use-cases for dynamic IRQs where a static IRQ did not also suffice. Deprecate so that we can eventually remove from Zephyr and nontrivially decrease the complexity of the kernel. Change-Id: I509655371773aeaca7d01134dd850eb4cd95f387 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
13 lines
305 B
Text
13 lines
305 B
Text
CONFIG_ISR_STACK_SIZE=2048
|
|
CONFIG_MAIN_STACK_SIZE=1024
|
|
CONFIG_COMMAND_STACK_SIZE=64
|
|
CONFIG_PRINTK=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_NUM_TASK_PRIORITIES=64
|
|
CONFIG_NUM_COMMAND_PACKETS=64
|
|
CONFIG_NUM_TIMER_PACKETS=16
|
|
CONFIG_MICROKERNEL_SERVER_STACK_SIZE=4096
|
|
|
|
CONFIG_SYS_POWER_MANAGEMENT=y
|
|
|
|
CONFIG_NUM_IRQS=43
|