Browse Source
Splits up a wrongly unified board into 2 boards Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
23 changed files with 39 additions and 28 deletions
@ -1,15 +0,0 @@
@@ -1,15 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if(CONFIG_BOARD_NUMAKER_PFM_M467) |
||||
board_runner_args(pyocd "--target=m467hjhae") |
||||
endif() |
||||
|
||||
board_runner_args(nulink "-f") |
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/nulink.board.cmake) |
||||
|
||||
if(CONFIG_BOARD_NUMAKER_PFM_M467) |
||||
include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) |
||||
endif() |
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
board_runner_args(pyocd "--target=m467hjhae") |
||||
board_runner_args(nulink "-f") |
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/nulink.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) |
@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
|
||||
board: |
||||
name: numaker_pfm |
||||
name: numaker_pfm_m467 |
||||
vendor: Nuvoton |
||||
socs: |
||||
- name: m467 |
||||
- name: m487 |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2023 Nuvoton Technology Corporation. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
identifier: numaker_pfm/m467 |
||||
identifier: numaker_pfm_m467 |
||||
name: NUVOTON NUMAKER-PFM-M467 Kit |
||||
type: mcu |
||||
arch: arm |
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
# |
||||
# Nuvoton PFM M467 board configuration |
||||
# |
||||
# Copyright (c) 2023 Nuvoton Technology Corporation. |
||||
|
||||
config BOARD_NUMAKER_PFM_M487 |
||||
select SOC_M487 |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
board_runner_args(nulink "-f") |
||||
|
||||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
||||
include(${ZEPHYR_BASE}/boards/common/nulink.board.cmake) |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: numaker_pfm_m487 |
||||
vendor: Nuvoton |
||||
socs: |
||||
- name: m487 |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: numaker_pfm/m487 |
||||
identifier: numaker_pfm_m487 |
||||
name: NUVOTON-PFM-M487 |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue