summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/objdevserialzynq.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Sort source listsSebastian Huber2021-02-241-1/+1
| | | | Use the Python sorted() function to sort the "source" lists.
* spec: Move zynq-uart into its own objectKinsey Moore2020-12-041-0/+19
Currently, zynq-uart code is always built and has some requirements for BSPs that use it. Instead of making all BSPs satisfy that requirement or working around it by setting defaults, this moves the zynq-uart code into its own spec build object so it can be included if needed.