Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 6 additions and 7 deletions
@ -1,8 +1,5 @@
@@ -1,8 +1,5 @@
|
||||
# Copyright (c) 2016 Cadence Design Systems, Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD |
||||
default "xt-sim" |
||||
|
||||
config IPM_CONSOLE_STACK_SIZE |
||||
default 2048 if IPM_CONSOLE_RECEIVER |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: xt-sim |
||||
vendor: Cadence Design Systems |
||||
socs: |
||||
- name: xtensa_sample_controller |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@ -1,8 +1,6 @@
@@ -1,8 +1,6 @@
|
||||
# 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 |
Loading…
Reference in new issue