summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/include/bsp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imxrt: Adapt to new mcux-sdk versionChristian Mauderer2023-05-221-0/+1
| | | | | Remove the old NXP MCUXpresso SDK and adapt the BSP so that it uses the new mcux-sdk.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsp/imxrt: Enforce alignment for devicetreeChristian Mauderer2022-02-211-1/+1
| | | | | | A device tree binary has to be 8 byte aligned in memory. This is checked since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add FDT alignment check to fdt_check_header()".
* bsp/imxrt: Add new BSPChristian Mauderer2020-11-201-0/+93
Update #4180