aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-01added docs/battery-rainbow.png from old repo, since it's still relevantSelene ToyKeeper1-0/+0
2023-11-30minor documentation updatesSelene ToyKeeper2-8/+9
2023-11-05docs: added info on contributing, fixed minor formatting issuesSelene ToyKeeper1-14/+25
2023-11-04renamed anduril-manual.txt -> anduril-manual.mdSelene ToyKeeper1-0/+0
2023-11-04converted anduril-manual.txt to markdown formatSelene ToyKeeper1-510/+595
2023-11-04improved DFP setup and support:Selene ToyKeeper1-0/+4
- `./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 ToyKeeper2-13/+198
- 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-03added docs/which-hex-file.md to answer the #1 FAQSelene ToyKeeper1-0/+39
2023-11-02reorganized project files (part 1)Selene ToyKeeper3-0/+5915
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)