10 Commits

Author SHA1 Message Date
bd02f625a5 feat: upgrade to zig v0.15.1
note: emu crashes for unknown reason
2025-10-12 21:03:32 -05:00
d4b7167e29 chore: simply some zig fmt builtin changes 2023-07-17 01:09:54 -05:00
d96c9c01ff chore: update to latest builtin syntax 2023-07-10 22:09:48 -05:00
954fb279ad chore: move cpu implementation to it's own module
There's a decent amount of Hacks and TODO:s that need revisiting
I should spend a bit of time cleaning up code 😔
2023-06-25 18:56:56 -05:00
e380af7056 chore: use a more efficient decimal->bcd algorithm
This will not improve perf in any way because this code only gets run
one time a second orz
2023-02-21 23:22:42 -06:00
af8ec4db5b chore: go through TODOs and FIXMEs
mainly deleting / rewording those that no longer apply
2022-10-31 06:17:09 -03:00
14b24787ab style: remove unnecessary imports 2022-10-28 21:56:55 -03:00
26dba16789 chore(gpio): add missing errdefer 2022-10-17 20:01:50 -03:00
fd38fd6506 style(scheduler): rename scheduler event handlers 2022-10-13 00:23:58 -03:00
fa3b9c21b9 chore: move Gpio and Clock structs to separate file 2022-09-18 00:37:45 -03:00