summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm/imxrt.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imxrt: Document GPIO CS pins for LPSPIChristian Mauderer2023-11-281-0/+28
|
* user/bsps/imxrt: Add new BSP variantChristian Mauderer2023-07-241-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.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* eng, user: update bsp_defaults to bspdefaultsGedare Bloom2022-11-111-1/+1
|
* versions: Update armChris Johns2022-08-031-15/+18
| | | | Updates #4695
* bsps/imxrt: Generate correctly aligned device treeChristian Mauderer2022-02-211-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.
* user/imxrt: Add notes about problems with EVBChristian Mauderer2021-07-291-0/+9
| | | | | There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
* user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer2021-07-021-0/+20
| | | | Update #4180
* user/bsps/imxrt: Fix typoChristian Mauderer2021-07-021-1/+1
|
* bsps/imxrt: Remove superfluous options from dtcChristian Mauderer2021-05-281-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
* user/bsp/imxrt: Information for custom FDTChristian Mauderer2020-12-141-8/+38
| | | | Update #4180
* user/bsps: Add imxrtChristian Mauderer2020-11-201-0/+173
Update #4180