summaryrefslogtreecommitdiff
path: root/bin/get_version.sh
AgeCommit message (Collapse)Author
2023-12-27Prefer `tr` to ${char^^}, which does not work on older bash versions (#303)Jim Jowdy
* Prefer `tr` to ${char^^}, which does not work on older bash versions * Update CHANGELOG.md --------- Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
2023-12-07Make get_version use bash from $PATH (#287)David Whetstone
* Make get_version use bash from $PATH * Update CHANGELOG.md --------- Co-authored-by: ReFil <31960031+ReFil@users.noreply.github.com>
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