aboutsummaryrefslogtreecommitdiff
path: root/bin/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-03updated MODELS, bin/models.py, and hw/BRANDS...Selene ToyKeeper1-4/+29
- changed column order to (model, mcu, name) - changed column sizes (auto-sized w/ 2 spaces between columns) - made it handle hex digits in model numbers - reserved 1900 to 2199 for years only, not model numbers - noted gChart and thefreeman sharing a brand ID
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper1-27/+35
and updated other scripts and files accordingly
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2021-09-22added attiny type to the MODELS file, rewrote how MODELS file gets generatedSelene ToyKeeper1-0/+71
(because it's kind of important to know which MCU each light uses, and because this will be helpful later when the build system is rewritten)