Skip to content

Commit 8070c3b

Browse files
committed
boards: nxp: removing cpu0 from mcxw72
Removing cpu0 reference from mcxw72 target as only cpu0 should be targeted on this device. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
1 parent 67f2464 commit 8070c3b

File tree

29 files changed

+21
-33
lines changed

29 files changed

+21
-33
lines changed

boards/nxp/frdm_mcxw72/Kconfig.frdm_mcxw72

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_FRDM_MCXW72
5-
select SOC_MCXW727C_CPU0 if BOARD_FRDM_MCXW72_MCXW727C_CPU0
5+
select SOC_MCXW727C
66
select SOC_PART_NUMBER_MCXW727CMFTA

boards/nxp/frdm_mcxw72/doc/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ Openthread applications
9898

9999
.. zephyr-app-commands::
100100
:zephyr-app: samples/net/sockets/echo_server
101-
:board: frdm_mcxw72/mcxw727c/cpu0
101+
:board: frdm_mcxw72
102102
:goals: build
103103

104104
.. zephyr-app-commands::
105105
:zephyr-app: samples/net/sockets/echo_client
106-
:board: frdm_mcxw72/mcxw727c/cpu0
106+
:board: frdm_mcxw72
107107
:goals: build
108108

109109
Application Flashing
@@ -113,7 +113,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
113113

114114
.. zephyr-app-commands::
115115
:zephyr-app: samples/hello_world
116-
:board: frdm_mcxw72/mcxw727c/cpu0
116+
:board: frdm_mcxw72
117117
:goals: flash
118118

119119
Open a serial terminal, reset the board (press the RESET button), and you should
@@ -122,7 +122,7 @@ see the following message in the terminal:
122122
.. code-block:: console
123123
124124
*** Booting Zephyr OS build v3.7.0-xxx-xxxx ***
125-
Hello World! frdm_mcxw72/mcxw727c/cpu0
125+
Hello World! frdm_mcxw72
126126
127127
Debugging
128128
=========
@@ -131,7 +131,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
131131

132132
.. zephyr-app-commands::
133133
:zephyr-app: samples/hello_world
134-
:board: frdm_mcxw72/mcxw727c/cpu0
134+
:board: frdm_mcxw72
135135
:goals: debug
136136

137137
Open a serial terminal, step through the application in your debugger, and you
@@ -140,7 +140,7 @@ should see the following message in the terminal:
140140
.. code-block:: console
141141
142142
*** Booting Zephyr OS build v3.7.0-xxx-xxxx ***
143-
Hello World! frdm_mcxw72/mcxw727c/cpu0
143+
Hello World! frdm_mcxw72
144144
145145
NBU Flashing
146146
============

boards/nxp/frdm_mcxw72/frdm_mcxw72_mcxw727c_cpu0.yaml renamed to boards/nxp/frdm_mcxw72/frdm_mcxw72.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
identifier: frdm_mcxw72/mcxw727c/cpu0
1+
identifier: frdm_mcxw72
22
name: NXP FRDM_MCXW72
33
type: mcu
44
arch: arm

boards/nxp/mcxw72_evk/Kconfig.mcxw72_evk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_MCXW72_EVK
5-
select SOC_MCXW727C_CPU0 if BOARD_MCXW72_EVK_MCXW727C_CPU0
5+
select SOC_MCXW727C
66
select SOC_PART_NUMBER_MCXW727CMFTA

boards/nxp/mcxw72_evk/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
9797

9898
.. zephyr-app-commands::
9999
:zephyr-app: samples/hello_world
100-
:board: mcxw72_evk/mcxw727c/cpu0
100+
:board: mcxw72_evk
101101
:goals: flash
102102

103103
Open a serial terminal, reset the board (press the RESET button), and you should
@@ -106,7 +106,7 @@ see the following message in the terminal:
106106
.. code-block:: console
107107
108108
*** Booting Zephyr OS build v3.7.0-xxx-xxxx ***
109-
Hello World! mcxw72_evk/mcxw727c/cpu0
109+
Hello World! mcxw72_evk
110110
111111
Debugging
112112
=========
@@ -115,7 +115,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
115115

116116
.. zephyr-app-commands::
117117
:zephyr-app: samples/hello_world
118-
:board: mcxw72_evk/mcxw727c/cpu0
118+
:board: mcxw72_evk
119119
:goals: debug
120120

121121
Open a serial terminal, step through the application in your debugger, and you
@@ -124,7 +124,7 @@ should see the following message in the terminal:
124124
.. code-block:: console
125125
126126
*** Booting Zephyr OS build v3.7.0-xxx-xxxx ***
127-
Hello World! mcxw72_evk/mcxw727c/cpu0
127+
Hello World! mcxw72_evk
128128
129129
Bluetooth
130130
=========

boards/nxp/mcxw72_evk/mcxw72_evk_mcxw727c_cpu0.yaml renamed to boards/nxp/mcxw72_evk/mcxw72_evk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
identifier: mcxw72_evk/mcxw727c/cpu0
1+
identifier: mcxw72_evk
22
name: NXP MCXW72_EVK
33
type: mcu
44
arch: arm

0 commit comments

Comments
 (0)