Planned USB driver

This commit is contained in:
Alex Kotov 2022-01-12 15:39:22 +05:00
parent 9dc5979944
commit fbab6ce995
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ API
* Device drivers (for debugging only)
* [Serial console](/include/kernaux/console.h)
* [Framebuffer](/include/kernaux/framebuffer.h) *(planned)*
* USB *(planned)*
* Algorithms
* [Simple command line parser](/include/kernaux/cmdline.h)
* [Example](/examples/cmdline.c)