summaryrefslogtreecommitdiff
path: root/spec/build/bsps/arm (follow)
AgeCommit message (Collapse)Author
2020-10-10build: Add test excludes for rcxx01Sebastian Huber
2020-10-06build: Add test excludes for RTEMS_DEBUGSebastian Huber
2020-10-05bsps: Break out AArch32 GICv3 supportKinsey Moore
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.
2020-10-05bsps: Break out AArch32 portions of GPT driverKinsey Moore
This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
2020-10-05Move ARM PL011 UART driverKinsey Moore
This UART driver is now needed for BSPs other than ARM.
2020-10-05build: Add test excludes for RTEMS_DEBUGSebastian Huber
Close #4121.
2020-09-14build: Alternative build system based on wafSebastian Huber
Update #3818.