Skip to content

Commit 711af98

Browse files
peterwangszkartben
authored andcommitted
boards: frdm_mcxaxx6: add frdm_mcxa366 board
1. the three boards share the same board schematic - frdm_mcxa266, frdm_mcxa346, frdm_mcxa366 2. board dts,kconfig and cmake file could share 3. add MCXA366 soc and frdm_mcxa366 board Signed-off-by: Peter Wang <[email protected]>
1 parent f3a82fc commit 711af98

40 files changed

+588
-425
lines changed

boards/nxp/frdm_mcxa266/Kconfig

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

boards/nxp/frdm_mcxa266/board.cmake

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

boards/nxp/frdm_mcxa266/board.yml

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

boards/nxp/frdm_mcxa346/CMakeLists.txt

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

boards/nxp/frdm_mcxa346/Kconfig

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

boards/nxp/frdm_mcxa346/board.c

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

boards/nxp/frdm_mcxa346/board.cmake

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

boards/nxp/frdm_mcxa346/board.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

boards/nxp/frdm_mcxaxx6/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config BOARD_NEEDS_EARLY_HOOK
5+
bool
6+
default y if BOARD_FRDM_MCXA266 || BOARD_FRDM_MCXA346 || BOARD_FRDM_MCXA366
7+
select BOARD_EARLY_INIT_HOOK

0 commit comments

Comments
 (0)