Skip to content

Commit cbdc40f

Browse files
dleach02nordicjm
authored andcommitted
boards: nxp: convert lpcxpresso55s06 to hwmv2
Convert lpcxpresso55s06 Signed-off-by: David Leach <[email protected]>
1 parent e4502cd commit cbdc40f

12 files changed

+9
-10
lines changed

boards/boards_legacy/arm/lpcxpresso55s06/Kconfig.defconfig renamed to boards/nxp/lpcxpresso55s06/Kconfig.defconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# LPCXpresso55S06 board
22

33
# Copyright (c) 2022 metraTec
4+
# Copyright 2024 NXP
45
# SPDX-License-Identifier: Apache-2.0
56

67
if BOARD_LPCXPRESSO55S06
78

8-
config BOARD
9-
default "lpcxpresso55s06"
10-
119
if BOOTLOADER_MCUBOOT
1210
choice MCUBOOT_BOOTLOADER_MODE
1311
# Board only supports MCUBoot via "upgrade only" method:
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# LPCXpresso55S06 board
2-
31
# Copyright (c) 2022 metraTec
2+
# Copyright 2024 NXP
3+
#
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_LPCXPRESSO55S06
7-
bool "NXP LPCXPRESSO-55S06"
8-
depends on SOC_SERIES_LPC55XXX
7+
select SOC_LPC55S06
98
select SOC_PART_NUMBER_LPC55S06JBD64

boards/nxp/lpcxpresso55s06/board.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: lpcxpresso55s06
3+
vendor: nxp
4+
socs:
5+
- name: lpc55s06
File renamed without changes.

0 commit comments

Comments
 (0)