Skip to content

Commit d6b99f6

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

12 files changed

+8
-10
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
if BOARD_LPCXPRESSO55S16
77

8-
config BOARD
9-
default "lpcxpresso55S16"
10-
118
config FXOS8700_DRDY_INT1
129
default y
1310
depends on FXOS8700_TRIGGER
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# LPCXpresso55S16 board
2-
31
# Copyright (c) 2020 Henrik Brix Andersen <[email protected]>
2+
# Copyright 2024 NXP
3+
#
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_LPCXPRESSO55S16
7-
bool "NXP LPCXPRESSO-55S16"
8-
depends on SOC_SERIES_LPC55XXX
7+
select SOC_LPC55S16
98
select SOC_PART_NUMBER_LPC55S16JBD100

boards/nxp/lpcxpresso55s16/board.yml

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

0 commit comments

Comments
 (0)