summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imxrt/bspimxrt.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/imxrt: Allow different ARM PLL settingChristian Mauderer2021-07-021-0/+1
| | | | Update #4180
* bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer2021-05-171-0/+9
| | | | | | | | | | | | The sizes are configurable via fuses or per software via some registers. At the moment the registers are not changed. Changing the registers destroys data stored in the RAM areas (like application code or data). So either the fuses or some bootloader should be used to set them before the application starts. This also adds an OCRAM only linker command file. Update #4180
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-261-0/+1
| | | | Update #4267.
* build: Sort source listsSebastian Huber2021-02-241-1/+1
| | | | Use the Python sorted() function to sort the "source" lists.
* bsps/shared: Build fsl-edma only for certain BSPChristian Mauderer2021-01-221-0/+2
| | | | | Move the Freescale EDMA driver to it's own object and build it only for the BSP that is currently using it.
* bsps/imxrt: Add ioctl to LPSPI to get registersChristian Mauderer2021-01-211-0/+1
| | | | | | | | This allows an application to get the registers of the LPSPI. That is usefull for applications that want to use DMA for a very specialized and highly optimized communication. Update #4180
* bsps/shared: Adapt fsl-edma driver for imxrtChristian Mauderer2021-01-211-0/+2
| | | | | | | | | | Note: The changes have been done with portability in mind. The driver should (in theory) be able to replace the original one in the MPC BSPs too. For full compatibility an adaption layer and especially a test would be necessary. Because both are missing, don't integrate it into the MPC BSP now. Update #4180
* bsps/arm/imx*: Fix location of shared headersChristian Mauderer2020-12-141-6/+5
| | | | | | | When moving the headers from the imx BSP to the shared area, the wrong directory has been selected. This patch fixes that problem. Update #4180
* bsps/imxrt: Split up dts.Christian Mauderer2020-12-141-0/+1
| | | | | | This allows simpler creation of own dts files for custom boards. Update #4180
* bsp/imxrt: Add new BSPChristian Mauderer2020-11-201-0/+250
Update #4180