Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
8 changed files with 12 additions and 7 deletions
@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
|
||||
# Copyright (c) 2016 Zephyr Contributors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_QEMU_CORTEX_M3 |
||||
bool "Cortex-M3 Emulation (QEMU)" |
||||
depends on SOC_TI_LM3S6965 |
||||
select QEMU_TARGET |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2016 Zephyr Contributors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_QEMU_CORTEX_M3 |
||||
select SOC_TI_LM3S6965 |
||||
help |
||||
Cortex-M3 Emulation (QEMU) |
@ -1,3 +1,4 @@
@@ -1,3 +1,4 @@
|
||||
# Copyright (c) 2016 Zephyr Contributors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
set(SUPPORTED_EMU_PLATFORMS qemu) |
@ -1,3 +1,4 @@
@@ -1,3 +1,4 @@
|
||||
/* Copyright (c) 2016 Zephyr Contributors */ |
||||
/* SPDX-License-Identifier: Apache-2.0 */ |
||||
|
||||
/dts-v1/; |
@ -1,8 +1,7 @@
@@ -1,8 +1,7 @@
|
||||
# Copyright (c) 2016 Zephyr Contributors |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000 |
||||
CONFIG_SOC_TI_LM3S6965=y |
||||
CONFIG_BOARD_QEMU_CORTEX_M3=y |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
||||
CONFIG_SERIAL=y |
Loading…
Reference in new issue