Set the IPM console stack size only when the console is enabled. See #22474. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_SOC_XTENSA_SAMPLE_CONTROLLER=y
|
|
CONFIG_BOARD_XT_SIM=y
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_GEN_ISR_TABLES=y
|
|
CONFIG_GEN_IRQ_VECTOR_TABLE=n
|
|
CONFIG_SIMULATOR_XTENSA=y
|