summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imxrt/optmemextramsz.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Merge default-by-family into by-variantSebastian Huber2021-08-181-1/+0
| | | | | | | Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468.
* build: Add missing default-by-familySebastian Huber2021-07-151-0/+1
| | | | Update #4468.
* bsps/imxrt: Simplify linkcmds and make it flexibleChristian Mauderer2021-07-021-0/+19
Calling the memory FLASH and EXTRAM instead of FLEXSPI and SDRAM makes it simpler to support other types of external RAM. This patch also removes some of the calculations and improves names and documentation to avoid pitfalls. It removes a unnecessary memory definition. Update #4180