aboutsummaryrefslogtreecommitdiff
path: root/hw/wurkkos/ts25 (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-04renamed wurkkos-ts25-boost to wurkkos-ts26Selene ToyKeeper4-359/+0
(the product name changed upstream)
2025-06-04wurkkos ts25-boost: calibrated for 20250210 prototypeSelene ToyKeeper2-11/+10
- changed from RGB button to RGB front aux - complete recalibration of voltage sensor - had to change party strobe timing to make it work again - still couldn't fix moon, it's flickery AF no matter what I do
2024-08-19ts25-boost: calibrated for new prototypeSelene ToyKeeper2-8/+13
- battery voltage readings - RGB button aux - less moon flicker (but brighter, less efficient moon) - reduced blink brightness (old brightness was so high it was throwing off battery readings)
2024-03-12ts25-boost: reduced visible PWM, made party strobe less blurrySelene ToyKeeper1-5/+5
2024-03-12wurkkos-ts25-boost: calibrated the battery voltage measurementsSelene ToyKeeper1-2/+2
2023-12-17documented Wurkkos TS25/TS11/FC13 distinctionsSelene ToyKeeper1-0/+20
2023-12-06added wurkkos-ts25-boost (early version made from spec, no clue if it works)Selene ToyKeeper4-0/+355
2023-11-19missed a "include -> HWDEF_H" conversion earlierSelene ToyKeeper1-1/+2
2023-11-10refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper1-5/+1
Phew, that's a lot of changes! And there's still a lot more to do...
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper3-3/+1
and updated other scripts and files accordingly
2023-11-03renamed cfg.h -> anduril.h inside source filesSelene ToyKeeper1-1/+1
2023-11-03renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper1-0/+0
(still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper3-5/+5
(also modified the build scripts to work with the new file structure)
2023-11-02reorganized project files (part 1)Selene ToyKeeper3-0/+293
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)