From 0e598b7ee05f4449fae700b28e65cdcfda42ba72 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Sep 2025 02:51:50 +0200 Subject: [PATCH] Readme: add section about todo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2a1e05..cc20fbe 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ make distclean # Wipes the above, but also removes toolchain | `mip` | Machine Interrupt Pending | Machine | Indicates pending interrupts. | | `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. | +### TODO +- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")` + ### Libc Implementations [uClibc](https://uclibc.org/)