Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.98 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.98 KB

NXP_FRDM-MCXN947_BSP

This is the development repository for the CMSIS additions to the NXP FRDM-MCXN947 Board Support Pack (BSP).

This BSP uses the generator integration of the CMSIS-Toolbox to configure NXP devices with MCUXpresso Config Tools.

CMSIS additions top-level structure

Directory Description
boards/frdmmcxn947/cmsis Placeholder for the CMSIS additions.
boards/frdmmcxn947/cmsis/doc User Guides and Documentation
boards/frdmmcxn947/cmsis/driver CMSIS-Driver VIO implementation for FRDM-MCXN947
boards/frdmmcxn947/cmsis/examples Example projects based on the CMSIS Solution Project Format Examples
boards/frdmmcxn947/cmsis/layers Board layers for using the board with CMSIS-Toolbox - Reference Applications.
boards/frdmmcxn947/cmsis/templates Device specific project templates to start new csolution projects.

Using the development repository

This development repository can be used in a local directory and mapped as software pack using for example cpackget with:

cpackget add <path>/NXP.FRDM-MCXN947_BSP

Note

  • Alternatively, to avoid any potential glithes:
    • Copy the whole content of this repository to: $CMSIS_PACK_ROOT/NXP/FRDM-MCXN947_BSP/19.1.0-dev

Generate software pack

The software pack is generated using bash shell scripts.

  • Pack generator script (gen_pack.sh) based on Open-CMSIS-Pack/gen-pack generates the software pack. Run this script locally with:

    ./gen_pack.sh
    

Issues

Please feel free to raise an issue on GitHub to report misbehavior (i.e. bugs) or start discussions about enhancements. This is your best way to interact directly with the maintenance team and the community. We encourage you to append implementation suggestions as this helps to decrease the workload of the maintenance team.