Commit graph

3 commits

Author SHA1 Message Date
DeFiDude
e141f5641b wire native lora boot poll 2026-05-03 14:57:41 -06:00
DeFiDude
084b04be45 clock: add now_ticks/now_ms/get_freq/delay_us; log_event emits real ms 2026-05-02 00:50:18 -06:00
DeFiDude
63e4188be0 clock_init: verified (qemu-virt no-op)
Single `ret` on qemu-virt — the CPU is already at qemu's configured
rate. Body is target-conditional via .ifdef TARGET_QEMU_VIRT; the C6
arm contains a .error so it fails loudly the first time someone
builds for the C6 without writing the PLL sequence.

Per @verify: kat-only, the test asserts shape only — function exists,
body is exactly one instruction (ret), no callee-saved writes.
2026-05-01 22:38:05 -06:00