1* Add abstraction for PRCI2* Rewrite src/clock.c in Zig3* Make LED handler read payload to determine desired LED status4* Allow setting all three LEDs5 * Will likely require some sort of subdispatcher code in zoap6 * That is, a subdispatcher for /led7* Debug occasional "bad checksum" Slipmux errors8* Buffer incoming UART data in a linear FIFO9 * To reduce time spend in interrupt handler10* Use RISC-V atomic instructions for MMIO11 * For example, atomic_or etc. (see RIOT code)12 * To-Do: Figure out how Zig abstracts these instructions