Browse Source
This commit updates Renesas Starter Kit+ for RZ/T2M board to use HWMv2. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/69687/head
10 changed files with 9 additions and 18 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RZT2M_STARTER_KIT |
||||
bool "RZ/T2M Starter Kit Board" |
||||
depends on SOC_RENESAS_RZT2M |
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_RZT2M_STARTER_KIT |
||||
|
||||
config BOARD |
||||
default "rzt2m_starter_kit" |
||||
|
||||
endif |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2023 Nordic Semiconductor ASA |
||||
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RZT2M_STARTER_KIT |
||||
select SOC_RENESAS_RZT2M |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: rzt2m_starter_kit |
||||
vendor: Renesas |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@ -1,9 +1,6 @@
@@ -1,9 +1,6 @@
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_RENESAS_RZT2M=y |
||||
CONFIG_BOARD_RZT2M_STARTER_KIT=y |
||||
|
||||
CONFIG_SERIAL=y |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
Loading…
Reference in new issue