Complete Phase 1: add clock utility, unit test, build targets, and docs

This commit is contained in:
2026-08-28 21:57:43 +02:00
parent 742611b841
commit 975e3b2974
8 changed files with 67 additions and 16 deletions
+3 -3
View File
@@ -10,8 +10,8 @@ previous one is validated.
- [x] Meson build files (`meson.build`, `meson_options.txt`).
- [x] Public module headers with `namespace sc`.
- [ ] Unit test that exercises a trivial utility function.
- [ ] `README.md` with build instructions.
- [x] Unit test that exercises a trivial utility function.
- [x] `README.md` with build instructions.
**Validation**: `meson setup build && meson compile -C build && meson test -C build`.
@@ -89,4 +89,4 @@ where available.
## Current phase
Phase 1 — skeleton and tooling.
Phase 2 — software H.264 encode/decode.