-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hwmv2: soc:nxp: lpc: convert LPC SOC family to hardware model V2 #69260
hwmv2: soc:nxp: lpc: convert LPC SOC family to hardware model V2 #69260
Conversation
boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55S69_cpu0_ns_defconfig
Outdated
Show resolved
Hide resolved
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not resolved
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not resolved
boards/nxp/lpcxpresso55s69/lpcxpresso55s69_lpc55s69_cpu1_defconfig
Outdated
Show resolved
Hide resolved
forgot to change the HAL for the new lpc name |
Move LPC family to HWMv2 Signed-off-by: David Leach <[email protected]> soc: nxp: convert LPC SOC family to hardware model V2 Move LPC family to HWMv2 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso11u68 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso51u68 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso55s06 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso55s16 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso55s28 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso55s36 Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso54114 Signed-off-by: David Leach <[email protected]>
Global fixup of overlay and conf files Signed-off-by: David Leach <[email protected]>
Convert lpcxpresso55s69 Signed-off-by: David Leach <[email protected]>
Fixup for LPC54114 and LPC55S69 Signed-off-by: Emilio Benavente <[email protected]> Signed-off-by: David Leach <[email protected]>
Update for hwmv2 Signed-off-by: David Leach <[email protected]>
Convert Faze board Signed-off-by: David Leach <[email protected]>
71f94e4
into
zephyrproject-rtos:collab-hwm
Move LPC family to HWMv2
Signed-off-by: David Leach [email protected]