aboutsummaryrefslogtreecommitdiff
path: root/make (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-05memester eggSelene ToyKeeper1-0/+20
(was written a long time ago on a whim and never committed, may as well do it now)
2023-12-05moved version string calculation to bin/version-string.shSelene ToyKeeper1-0/+4
Also updated the format slightly, so this rev is: `2023-12-03+2#1` +N for commits since tag #1 for dirty
2023-12-01added bin/make-release.sh to generate a .zip file ready for releaseSelene ToyKeeper1-1/+1
2023-11-07shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper1-8/+8
2023-11-07Update make shebang for portabilityGarik First1-1/+1
2023-11-05help CI detect build failuresSelene ToyKeeper1-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
2023-11-05make clean: don't remove files in arch/dfp/Selene ToyKeeper1-2/+2
2023-11-04improved DFP setup and support:Selene ToyKeeper1-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.
2023-11-03documentation updates...Selene ToyKeeper1-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
2023-11-03'./make clean' should remove generated .cpp files tooSelene ToyKeeper1-2/+2
(C preprocessor output files, used only for debugging)
2023-11-03fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper1-0/+79
(instead of a Makefile, which isn't really needed for this project)
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.