Skip to content

Commit 888305d

Browse files
committed
boards: nxp: Renamed MCXA166 to MCXA346
Renamed MCXA166 to MCXA346. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 24d2b07 commit 888305d

File tree

34 files changed

+73
-73
lines changed

34 files changed

+73
-73
lines changed

boards/nxp/frdm_mcxa166/Kconfig.frdm_mcxa166

Lines changed: 0 additions & 6 deletions
This file was deleted.

boards/nxp/frdm_mcxa166/board.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2025 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4-
config BOARD_FRDM_MCXA166
4+
config BOARD_FRDM_MCXA346
55
select BOARD_EARLY_INIT_HOOK
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_FRDM_MCXA346
5+
select SOC_MCXA346
6+
select SOC_PART_NUMBER_MCXA346VLQ
File renamed without changes.

boards/nxp/frdm_mcxa166/board.cmake renamed to boards/nxp/frdm_mcxa346/board.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
board_runner_args(jlink "--device=MCXA166")
8-
board_runner_args(linkserver "--device=MCXA166:FRDM-MCXA166")
9-
board_runner_args(pyocd "--target=mcxA166")
7+
board_runner_args(jlink "--device=MCXA346")
8+
board_runner_args(linkserver "--device=MCXA346:FRDM-MCXA346")
9+
board_runner_args(pyocd "--target=MCXA346")
1010

1111
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
1212
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nxp/frdm_mcxa346/board.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
board:
2+
name: frdm_mcxa346
3+
full_name: FRDM-MCXA346
4+
vendor: nxp
5+
socs:
6+
- name: mcxa346

boards/nxp/frdm_mcxa166/doc/index.rst renamed to boards/nxp/frdm_mcxa346/doc/index.rst

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
.. zephyr:board:: frdm_mcxa166
1+
.. zephyr:board:: frdm_mcxa346
22
33
Overview
44
********
55

6-
FRDM-MCXA166 are compact and scalable development boards for rapid prototyping of
6+
FRDM-MCXA346 are compact and scalable development boards for rapid prototyping of
77
MCX A16X MCUs. They offer industry standard headers for easy access to the MCUs I/Os,
88
integrated open-standard serial interfaces and an on-board MCU-Link debugger.
99
MCX A Series are high-performance, low-power microcontrollers with MAU,SmartDMA and performance efficiency.
1010

1111
Hardware
1212
********
1313

14-
- MCX-A166 Arm Cortex-M33 microcontroller running at 180 MHz
14+
- MCX-A346 Arm Cortex-M33 microcontroller running at 180 MHz
1515
- 1MB dual-bank on chip Flash
1616
- 256 KB RAM
1717
- 1x FlexCAN with FD, 1x RGB LED, 3x SW buttons
1818
- On-board MCU-Link debugger with CMSIS-DAP
1919
- Arduino Header, SmartDMA/Camera Header, mikroBUS
2020

21-
For more information about the MCX-A166 SoC and FRDM-MCXA166 board, see:
21+
For more information about the MCX-A346 SoC and FRDM-MCXA346 board, see:
2222

23-
- `MCX-A166 SoC Website`_
24-
- `MCX-A166 Datasheet`_
25-
- `MCX-A166 Reference Manual`_
26-
- `FRDM-MCXA166 Website`_
27-
- `FRDM-MCXA166 User Guide`_
28-
- `FRDM-MCXA166 Board User Manual`_
29-
- `FRDM-MCXA166 Schematics`_
23+
- `MCX-A346 SoC Website`_
24+
- `MCX-A346 Datasheet`_
25+
- `MCX-A346 Reference Manual`_
26+
- `FRDM-MCXA346 Website`_
27+
- `FRDM-MCXA346 User Guide`_
28+
- `FRDM-MCXA346 Board User Manual`_
29+
- `FRDM-MCXA346 Schematics`_
3030

3131
Supported Features
3232
==================
@@ -36,7 +36,7 @@ Supported Features
3636
Connections and IOs
3737
===================
3838

39-
The MCX-A166 SoC has 6 gpio controllers and has pinmux registers which
39+
The MCX-A346 SoC has 6 gpio controllers and has pinmux registers which
4040
can be used to configure the functionality of a pin.
4141

4242
+------------+-----------------+----------------------------+
@@ -50,13 +50,13 @@ can be used to configure the functionality of a pin.
5050
System Clock
5151
============
5252

53-
The MCX-A166 SoC is configured to use FRO running at 180MHz as a source for
53+
The MCX-A346 SoC is configured to use FRO running at 180MHz as a source for
5454
the system clock.
5555

5656
Serial Port
5757
===========
5858

59-
The FRDM-MCXA166 SoC has 6 LPUART interfaces for serial communication.
59+
The FRDM-MCXA346 SoC has 6 LPUART interfaces for serial communication.
6060
LPUART 2 is configured as UART for the console.
6161

6262
Programming and Debugging
@@ -118,7 +118,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
118118

119119
.. zephyr-app-commands::
120120
:zephyr-app: samples/hello_world
121-
:board: frdm_mcxa166
121+
:board: frdm_mcxa346
122122
:goals: flash
123123

124124
Open a serial terminal, reset the board (press the RESET button), and you should
@@ -127,7 +127,7 @@ see the following message in the terminal:
127127
.. code-block:: console
128128
129129
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
130-
Hello World! frdm_mcxa166/mcxa166
130+
Hello World! frdm_mcxa346/mcxa346
131131
132132
Debugging
133133
=========
@@ -136,7 +136,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
136136

137137
.. zephyr-app-commands::
138138
:zephyr-app: samples/hello_world
139-
:board: frdm_mcxa166/mcxa166
139+
:board: frdm_mcxa346/mcxa346
140140
:goals: debug
141141

142142
Open a serial terminal, step through the application in your debugger, and you
@@ -145,7 +145,7 @@ should see the following message in the terminal:
145145
.. code-block:: console
146146
147147
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
148-
Hello World! frdm_mcxa166/mcxa166
148+
Hello World! frdm_mcxa346/mcxa346
149149
150150
Troubleshooting
151151
===============
@@ -156,23 +156,23 @@ Troubleshooting
156156
.. include:: ../../common/board-footer.rst
157157
:start-after: nxp-board-footer
158158

159-
.. _MCX-A166 SoC Website:
159+
.. _MCX-A346 SoC Website:
160160
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-a-series-microcontrollers/mcx-a13x-14x-15x-mcus-with-arm-cortex-m33-scalable-device-options-low-power-and-intelligent-peripherals:MCX-A13X-A14X-A15X
161161

162-
.. _MCX-A166 Datasheet:
162+
.. _MCX-A346 Datasheet:
163163
https://www.nxp.com/docs/en/data-sheet/MCXAP100M96FS6.pdf
164164

165-
.. _MCX-A166 Reference Manual:
165+
.. _MCX-A346 Reference Manual:
166166
https://www.nxp.com/webapp/Download?colCode=MCXAP100M96FS6RM
167167

168-
.. _FRDM-MCXA166 Website:
169-
https://www.nxp.com/design/design-center/development-boards-and-designs/general-purpose-mcus/frdm-development-board-for-mcx-a144-5-6-a154-5-6-mcus:FRDM-MCXA166
168+
.. _FRDM-MCXA346 Website:
169+
https://www.nxp.com/design/design-center/development-boards-and-designs/general-purpose-mcus/frdm-development-board-for-mcx-a144-5-6-a154-5-6-mcus:FRDM-MCXA346
170170

171-
.. _FRDM-MCXA166 User Guide:
172-
https://www.nxp.com/document/guide/getting-started-with-frdm-mcxa166:GS-FRDM-MCXA166
171+
.. _FRDM-MCXA346 User Guide:
172+
https://www.nxp.com/document/guide/getting-started-with-frdm-mcxa346:GS-FRDM-MCXA346
173173

174-
.. _FRDM-MCXA166 Board User Manual:
174+
.. _FRDM-MCXA346 Board User Manual:
175175
https://www.nxp.com/docs/en/user-manual/UM12121.pdf
176176

177-
.. _FRDM-MCXA166 Schematics:
177+
.. _FRDM-MCXA346 Schematics:
178178
https://www.nxp.com/webapp/Download?colCode=SPF-90841

0 commit comments

Comments
 (0)