From 6f5746a805fadf1f137c9a9e46f427ebab81d49b Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 6 Sep 2025 00:15:27 +0200 Subject: [PATCH] Checklist mark kassert done --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83f7173..25f736c 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ make distclean # Wipes the above, but also removes toolchain | `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. | ### TODO -- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")` -- [FatFs](https://elm-chan.org/fsw/ff/) -- Integrate [Kconfig](https://github.com/ulfalizer/Kconfiglib) -- Klog, or some form of logging that is directable and more than just kprintf +- [x] Kassert, some macro in the form of `ASSERT(condition, "This went wrong")` +- [ ] [FatFs](https://elm-chan.org/fsw/ff/) +- [ ] Integrate [Kconfig](https://github.com/ulfalizer/Kconfiglib) +- [ ] Klog, or some form of logging that is directable and more than just kprintf ### Libc Implementations