aboutsummaryrefslogtreecommitdiff
path: root/clock
Commit message (Expand)AuthorAgeFilesLines
* Update Rust edition to 2021Andreas Grois2021-11-291-1/+1
* Run clippy and fix all lints.Andreas Grois2021-11-291-1/+1
* Update pulse help string and add a few serde renames.Andreas Grois2021-11-291-1/+1
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-031-1/+1
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-021-1/+1
* Add options: List plugins, and get plugin help.Andreas Grois2021-04-261-0/+30
* New clippy lints, better code...Andreas Grois2021-04-261-7/+7
* Remove redundant .cargo foldersAndreas Grois2021-04-251-2/+0
* Switch clock to cdylib, makes it use a lot less RAM (800 kb)Andreas Grois2021-04-251-1/+1
* Reduce data type in clock to u64.Andreas Grois2021-04-221-7/+17
* Fix rounding issue in clock:Andreas Grois2021-04-221-2/+21
* Change format for clock refresh rate once more.Andreas Grois2021-04-221-4/+3
* Simplified clock config. It now only has 2 options for rates.Andreas Grois2021-04-221-28/+46
* Fix rounding errors. There's still a TODO:Andreas Grois2021-04-221-13/+12
* Simple synchronized clock (limited to full seconds or 1/x seconds)Andreas Grois2021-04-201-14/+35
* Clock now does something (but isn't done yet).Andreas Grois2021-04-192-5/+38
* First semi-working implementation.Andreas Grois2021-04-184-0/+109