Skip to content
You must be logged in to vote

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. I would want to own those files, and keep them in my custom board folder, in my private repo. Once located in your board folder, you can modify the CMakeLi…

Replies: 3 comments

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
0 replies
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.