summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/boards (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imxrt: Add imxrt1166_cm7_saltshaker BSPChristian Mauderer2023-07-246-0/+1299
| | | | | The BSP is for a custom i.MXRT1166 based board. At the moment, only the cortex M7 is supported.
* bsps/imsrt: Make flash config more flexibleChristian Mauderer2023-07-241-0/+60
| | | | | | | | The flash configuration is something very board specific. So move the file to a board specific location. Beneath that, not all controllers and configurations need the flash config right at the address 0 of the flash. For example on the i.MXRT11xx, the config has an offset for some flash types.
* bsps/imxrt: Move board specific filesChristian Mauderer2023-05-224-0/+857
Move the files that are board specific and not specific to the chip family into a separate folder.