summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-11-16Version compiled FW with automatic macro (#267)ReFil
* Version compiled FW with hash Auto generates a macro to type out version info, local and github compilation now includes commit hash and timestamp in final uf2 files * Fix local builds makefile doesn't like the script returning the macro, directed to null for local builds as version.dtsi file accessible
2023-10-09Fix shell check warnings (#242)S0AndS0
* Fix SC2002 Shell Check warning * Fix SC2086 Shell Check warnings
2022-10-11Use makefile for a reusable docker imageJosh French
2022-09-26Update build.shReFil
Remove DTS file listing requirement that was deprecated in teh move to Z3
2022-05-20Add Dockerfile optimizationsRyan Winchester
@ThePrimeagen did these on-stream.
2022-05-20Add local build option with Docker and READMERyan Winchester