BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
587 stars 177 forks source link

Tidy up CMake toolchain files which should be common across the tutorial #26

Closed BrianSidebotham closed 4 years ago

BrianSidebotham commented 4 years ago

The cmake toolchain files were in each of the tutorial directories where we used them (from part-3 on...) which meant much duplication.

They never need to change throughout the life of the tutorial, so we can just keep a single copy of each target's toolchain file centrally.