Readme: More toro, structure links to libc's in a list
This commit is contained in:
parent
0e598b7ee0
commit
6bbaec0294
1 changed files with 7 additions and 3 deletions
10
README.md
10
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue