From 6bbaec0294b8b4cef179a56f5e3ebe08b7f6722d Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Sep 2025 02:59:01 +0200 Subject: [PATCH] Readme: More toro, structure links to libc's in a list --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc20fbe..0e8066e 100644 --- a/README.md +++ b/README.md @@ -77,11 +77,15 @@ make distclean # Wipes the above, but also removes toolchain ### 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) ### Libc Implementations -[uClibc](https://uclibc.org/) -[musl libc](https://musl.libc.org/) -[dietlibc](http://www.fefe.de/dietlibc/) +- [Libc reference](https://discapes.github.io/libc-reference/) + +- [uClibc](https://uclibc.org/) +- [musl libc](https://musl.libc.org/) +- [dietlibc](http://www.fefe.de/dietlibc/) [Comparison of C/POSIX standard library implementations for Linux](https://www.etalabs.net/compare_libcs.html) (by musl author)