Skip to content

MIMXRT1060 custom board support for NXP HAL modules #48746

You must be logged in to vote

Edited: this comment is now outdated. These board files are included by the board's CMakeLists.txt, not hal_nxp.cmake. For me details, see #83607 (comment).

Hi @raghulshanmuganathan-sigmaconnectivity ,
As you found, Zephyr support for the NXP boards uses hal_nxp.cmake to include board-specific files into the builds for the in-tree boards. This includes the dcd.c source file that is missing for your board build. The board-specific files are pulled in from the MCUXpresso SDK folders in hal_nxp, using the variable MCUX_BOARD. Once you create your own board and change the board name, this hal_nxp.cmake will no longer find these board-specific files.

These files are board-specific for a reason…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
You must be logged in to vote
2 replies
@ofirshe
Comment options

@DerekSnell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #48567 on August 05, 2022 19:09.