summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/objdevserialzynq.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-24build: Sort source listsSebastian Huber1-1/+1
Use the Python sorted() function to sort the "source" lists.
2020-12-04spec: Move zynq-uart into its own objectKinsey Moore1-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.