Skip to content

Open-CMSIS-Pack/NXP_IMXRT1050-EVKB_BSP

Repository files navigation

Version

NXP_IMXRT1050-EVKB_BSP

This is the development repository for the NXP IMXRT1050-EVKB Board Support Pack (BSP) - a CMSIS software pack that is designed to work with all compiler toolchains (Arm Compiler, GCC, IAR, LLVM). It is released as CMSIS software pack and therefore accessible by CMSIS-Pack enabled software development tools.

Note: This is currently Work in Progress. Final release is expected in Q3'2024.

Repository top-level structure

Directory Description
.github/workflows GitHub Actions.
CMSIS/Driver Contains a CMSIS-Driver VIO that is configured for the board peripherals.
DAPLink CMSIS-DAP firmware for DAPLink.
Documents Board documentation.
Examples/Blinky Blinky example in csolution project format using CMSIS-Driver VIO and CMSIS-Compiler for printf I/O retargeting.
Layers Board layers for using the board with CMSIS-Toolbox - Reference Applications.

Usage

This BSP requires the Device Family Pack (DFP) for MIMXRT1052 and Board Support Pack (BSP) for EVKB-IMXRT1050.

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>/Keil.IMXRT1050-EVKB_BSP.pdsc

Generate software pack

The software pack is generated using bash shell scripts.

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

    NXP_IMXRT1050-EVKB_BSP $ ./gen_pack.sh
    

GitHub Actions

The repository uses GitHub Actions to generate the pack:

License

The BSP is licensed under License.

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.