Skip to content
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

Merged
merged 13 commits into from
Feb 29, 2024
Merged

hwmv2: soc:nxp: lpc: convert LPC SOC family to hardware model V2 #69260

merged 13 commits into from
Feb 29, 2024

Conversation

dleach02
Copy link
Member

Move LPC family to HWMv2

Signed-off-by: David Leach [email protected]

boards/nxp/lpcxpresso54114/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso54114/doc/index.rst Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/Kconfig.lpcxpresso55s69 Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/board.yml Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc11u6x/Kconfig.defconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc11u6x/Kconfig.soc Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig.defconfig Show resolved Hide resolved
@henrikbrixandersen henrikbrixandersen changed the title soc:nxp: lpc: convert LPC SOC family to hardware model V2 hwmv2: soc:nxp: lpc: convert LPC SOC family to hardware model V2 Feb 20, 2024
soc/nxp/lpc/Kconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/Kconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc54xxx/Kconfig.soc Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig.soc Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso54114/Kconfig.lpcxpresso54114 Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso54114/doc/index.rst Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso54114/doc/index.rst Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso54114/doc/index.rst Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/Kconfig.lpcxpresso55s69 Outdated Show resolved Hide resolved
@zephyrbot
Copy link
Collaborator

zephyrbot commented Feb 22, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
mcuboot pull/1900/head mcu-tools/mcuboot#1907 mcu-tools/mcuboot#1907/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_nxp DNM This PR should not be merged (Do Not Merge) labels Feb 22, 2024
soc/nxp/lpc/Kconfig Show resolved Hide resolved
soc/nxp/lpc/Kconfig.defconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig.soc Outdated Show resolved Hide resolved
# SPDX-License-Identifier: Apache-2.0
#

include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline

Copy link
Collaborator

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/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/Kconfig.defconfig Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/Kconfig.lpcxpresso55s69 Outdated Show resolved Hide resolved
boards/nxp/lpcxpresso55s69/board.cmake Outdated Show resolved Hide resolved
soc/nxp/lpc/Kconfig.soc Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc54xxx/Kconfig.soc Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig.soc Outdated Show resolved Hide resolved
soc/nxp/lpc/soc.yml Show resolved Hide resolved
# SPDX-License-Identifier: Apache-2.0
#

include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not resolved

boards/nxp/lpcxpresso54114/doc/index.rst Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc54xxx/Kconfig.defconfig Outdated Show resolved Hide resolved
samples/drivers/mbox/CMakeLists.txt Outdated Show resolved Hide resolved
@nordicjm nordicjm added this to the v3.7.0 milestone Feb 27, 2024
@dleach02 dleach02 requested a review from nordicjm February 27, 2024 17:21
@dleach02
Copy link
Member Author

forgot to change the HAL for the new lpc name

soc/nxp/lpc/Kconfig.defconfig Outdated Show resolved Hide resolved
modules/Kconfig.mcux Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc54xxx/Kconfig.defconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc54xxx/Kconfig.defconfig Outdated Show resolved Hide resolved
soc/nxp/lpc/lpc55xxx/Kconfig.defconfig Outdated Show resolved Hide resolved
@nordicjm nordicjm removed the DNM This PR should not be merged (Do Not Merge) label Feb 28, 2024
@zephyrbot zephyrbot added the DNM This PR should not be merged (Do Not Merge) label Feb 28, 2024
@nordicjm nordicjm removed the DNM This PR should not be merged (Do Not Merge) label Feb 28, 2024
@zephyrbot zephyrbot added the DNM This PR should not be merged (Do Not Merge) label Feb 28, 2024
dleach02 and others added 13 commits February 28, 2024 14:49
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]>
@nordicjm nordicjm removed the DNM This PR should not be merged (Do Not Merge) label Feb 29, 2024
@nordicjm nordicjm merged commit 71f94e4 into zephyrproject-rtos:collab-hwm Feb 29, 2024
29 of 30 checks passed
@dleach02 dleach02 deleted the lpc_initial_hwmv2 branch July 17, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants