1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

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

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)