Skip to content

Conversation

xavraz
Copy link
Contributor

@xavraz xavraz commented Oct 14, 2025

Creation of the zephyr/samples/net/openthread/shell/boards to support the MCXW7x boards components.

Creation of the zephyr/samples/net/openthread/shell/boards to support
the MCXW7x boards components.

Signed-off-by: Xavier Razavet <[email protected]>
Copy link

#
# Copyright (c) 2025 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use SPDX identifier instead (# SPDX-License-Identifier: Apache-2.0)

:conf: "prj-ot-host-nxp.conf"
:goals: build
:compact:
west build -b frdm_rw612 zephyr/samples/net/openthread/shell -d <build_path> -p -- -DEXTRA_CONF_FILE="prj-ot-host-nxp.conf"
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to add the comment explicitly, the sole purpose of the above snippet is to generate the command in the documentation.

:conf: "prj-ot-host-nxp.conf"
:goals: build
:compact:
west build -b frdm_mcxw72/mcxw727c/cpu0 zephyr/samples/net/openthread/shell -d <build_path> -p -- -DEXTRA_CONF_FILE="prj-ot-host-nxp.conf"
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto

extra_args:
# Disabling monolithic since CI environment doesn't use blobs
- CONFIG_NXP_MONOLITHIC_NBU=n
- EXTRA_CONF_FILE="overlay-ot-rcp-host-nxp.conf"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the overlay really no longer needed? It seems to configure way more compared to what's added in this PR.

extra_args:
- CONFIG_BUILD_ONLY_NO_BLOBS=y
# Disabling monolithic since CI environment doesn't use blobs
- CONFIG_NXP_MONOLITHIC_NBU=n
Copy link
Contributor

Choose a reason for hiding this comment

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

This variant sample.net.openthread.shell.esp seems to have been added to cover ESP boards specifically, please don't modify their confguration with NXP-specific stuff. Please add a new build variant, or cosider unifying with rw612_openthread_rcp_host if possible.

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.

4 participants