aboutsummaryrefslogtreecommitdiff
path: root/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved version string calculation to bin/version-string.shSelene ToyKeeper2023-12-051-0/+4
| | | | | | Also updated the format slightly, so this rev is: `2023-12-03+2#1` +N for commits since tag #1 for dirty
* added bin/make-release.sh to generate a .zip file ready for releaseSelene ToyKeeper2023-12-011-1/+1
|
* shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper2023-11-071-8/+8
|
* Update make shebang for portabilityGarik First2023-11-071-1/+1
|
* help CI detect build failuresSelene ToyKeeper2023-11-051-2/+2
| | | | | | made 'make' and 'build-all.sh' exit with an error on fail, so CI can hopefully detect it... and added an intentional source bug to make it fail for testing purposes
* make clean: don't remove files in arch/dfp/Selene ToyKeeper2023-11-051-2/+2
|
* improved DFP setup and support:Selene ToyKeeper2023-11-041-2/+12
| | | | | | | | - `./make dfp` downloads and installs Atmel DFPs for each supported MCU - build.sh detects and uses attiny or avrdd, and others are simple to add - updated setup info in /README.md ... also some other small documentation updates.
* documentation updates...Selene ToyKeeper2023-11-031-0/+12
| | | | | | | | - fleshed out main README.md a bit - improved github formatting for docs/which-hex-file.md - added 'make docs' to preview .md files as .html - ignore html files generated by 'make docs' - removed rampingios-v3.html file generated years ago
* './make clean' should remove generated .cpp files tooSelene ToyKeeper2023-11-031-2/+2
| | | | (C preprocessor output files, used only for debugging)
* fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2023-11-031-0/+79
(instead of a Makefile, which isn't really needed for this project)