summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/leon3/obj.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom1-0/+1
Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project.
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber1-0/+1
Update #4267.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+62
Update #3818.