boards: xtensa: xt-sim: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
@@ -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
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_XT_SIM
|
||||
bool "Xtensa Development ISS"
|
||||
depends on SIMULATOR_XTENSA
|
||||
select SOC_XTENSA_SAMPLE_CONTROLLER
|
||||
5
boards/v2/cadence/xt-sim/board.yml
Normal file
5
boards/v2/cadence/xt-sim/board.yml
Normal file
@@ -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 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user