summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imxrt/optlinkcmds.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-15build: Use BSP family for optionsChris Johns1-0/+1
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
2021-05-17bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer1-1/+2
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
2020-11-20bsp/imxrt: Add new BSPChristian Mauderer1-4/+3
Update #4180
2020-10-27bsp/stm32h7: New BSPSebastian Huber1-9/+9
Update #3910.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+17
Update #3818.