summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm/imxrt.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-28bsps/imxrt: Document GPIO CS pins for LPSPIChristian Mauderer1-0/+28
2023-07-24user/bsps/imxrt: Add new BSP variantChristian Mauderer1-36/+81
Add information about the new i.MXRT1166 BSP. Rework some parts that have been changed during or as preparation for that variant: * The BSP now adapts to the Chip variant. It's no longer necessary to overwrite the PLL settings in an application. * Improve documentation on how to adapt to different boards. * Add Update the i.MXRT chapter so that it represents the new i.MXRT1166 BSP. * Add information about mcux-sdk and how to handle it.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-11-11eng, user: update bsp_defaults to bspdefaultsGedare Bloom1-1/+1
2022-08-03versions: Update armChris Johns1-15/+18
Updates #4695
2022-02-21bsps/imxrt: Generate correctly aligned device treeChristian Mauderer1-2/+4
The device tree has to be aligned correctly. rtems-bin2c has a new parameter for that. This patch uses this parameter to generate the right alignment and makes it more clear how to use the generated C file.
2021-07-29user/imxrt: Add notes about problems with EVBChristian Mauderer1-0/+9
There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
2021-07-02user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer1-0/+20
Update #4180
2021-07-02user/bsps/imxrt: Fix typoChristian Mauderer1-1/+1
2021-05-28bsps/imxrt: Remove superfluous options from dtcChristian Mauderer1-1/+1
The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
2020-12-14user/bsp/imxrt: Information for custom FDTChristian Mauderer1-8/+38
Update #4180
2020-11-20user/bsps: Add imxrtChristian Mauderer1-0/+173
Update #4180