summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/nxp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-22bsps/imxrt: Move board specific filesChristian Mauderer2-534/+0
Move the files that are board specific and not specific to the chip family into a separate folder.
2023-05-22bsps/imxrt: Remove unmaintained definesChristian Mauderer1-1/+1
The defines for the different clock frequencies in the fsl_clock_config.h do not represent the clock frequencies that have been set up in the registers. Remove them to avoid someone trusting in correct values.
2023-05-22bsps/imxrt: Adapt to new mcux-sdk versionChristian Mauderer68-55465/+6
Remove the old NXP MCUXpresso SDK and adapt the BSP so that it uses the new mcux-sdk.
2021-07-02bsps/imxrt: Allow different ARM PLL settingChristian Mauderer1-0/+8
Update #4180
2021-03-21bsps/arm/imxrt: Add FDT and FDT helper for QTMRChristian Mauderer1-0/+40
Makes it simpler to access the QTMR in an application via a FDT name or link in an application specific FDT entry.
2020-11-20bsp/imxrt: Adapt imported filesChristian Mauderer3-0/+35
Update #4180
2020-11-20bsp/imxrt: Fix warnings for imported filesChristian Mauderer3-0/+10
Update #4180
2020-11-20bsp/imxrt: Import files from MCUXpresso SDK V2.8.5Christian Mauderer69-0/+55900
The following files have been imported: cp ${SDK}/boards/evkbimxrt1050/project_template/clock_config.c nxp/boards/evkbimxrt1050 cp ${SDK}/boards/evkbimxrt1050/project_template/clock_config.h include/fsl_clock_config.h cp ${SDK}/boards/evkbimxrt1050/project_template/dcd.c start/flash-dcd.c cp ${SDK}/boards/evkbimxrt1050/project_template/pin_mux.c nxp/boards/evkbimxrt1050 cp ${SDK}/boards/evkbimxrt1050/project_template/pin_mux.h include/fsl_pin_mux.h cp ${SDK}/boards/evkbimxrt1050/xip/evkbimxrt1050_flexspi_nor_config.h include/fsl_flexspi_nor_config.h cp ${SDK}/devices/MIMXRT1052/MIMXRT1052.h include cp ${SDK}/devices/MIMXRT1052/MIMXRT1052_features.h include cp ${SDK}/devices/MIMXRT1052/drivers/fsl_*.c nxp/devices/MIMXRT1052/drivers cp ${SDK}/devices/MIMXRT1052/drivers/fsl_*.h include cp ${SDK}/devices/MIMXRT1052/fsl_device_registers.h include cp ${SDK}/devices/MIMXRT1052/system_MIMXRT1052.h include/ cp ${SDK}/devices/MIMXRT1052/xip/fsl_flexspi_nor_boot.c nxp/devices/MIMXRT1052/xip/fsl_flexspi_nor_boot.c cp ${SDK}/devices/MIMXRT1052/xip/fsl_flexspi_nor_boot.h include Update #4180