summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/opto0.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Allow separate optimization flagsSebastian Huber2022-07-041-3/+1
| | | | | | | | Allow separate optimization flags for the BSP, cpukit, and tests. For example, the BSP and cpukit may be built without optimization if coverage instrumentation is enabled, however, the tests may still use optimization. Update #4670.
* 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: Use BSP family for optionsChris Johns2021-07-151-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
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+22
Update #3818.