Checklist mark kassert done
This commit is contained in:
parent
89197a0b07
commit
6f5746a805
1 changed files with 4 additions and 4 deletions
|
@ -85,10 +85,10 @@ make distclean # Wipes the above, but also removes toolchain
|
||||||
| `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. |
|
| `mie` | Machine Interrupt Enable | Machine | Controls which interrupts are enabled. |
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
- Kassert, some macro in the form of `ASSERT(condition, "This went wrong")`
|
- [x] Kassert, some macro in the form of `ASSERT(condition, "This went wrong")`
|
||||||
- [FatFs](https://elm-chan.org/fsw/ff/)
|
- [ ] [FatFs](https://elm-chan.org/fsw/ff/)
|
||||||
- Integrate [Kconfig](https://github.com/ulfalizer/Kconfiglib)
|
- [ ] Integrate [Kconfig](https://github.com/ulfalizer/Kconfiglib)
|
||||||
- Klog, or some form of logging that is directable and more than just kprintf
|
- [ ] Klog, or some form of logging that is directable and more than just kprintf
|
||||||
|
|
||||||
### Libc Implementations
|
### Libc Implementations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue