Add generic mutex example to README.md (#79)

This commit is contained in:
Alex Kotov 2022-06-21 09:46:23 +03:00 committed by GitHub
parent 4ef44158c0
commit 655efb4d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ zero). Work-in-progress APIs can change at any time.
* [Functions](/include/kernaux/asm/)
* Generic types
* [Mutex](/include/kernaux/generic/mutex.h) (*non-breaking since* **?.?.?**)
* [Example](/examples/generic_mutex.c)
* Device drivers (for debugging only)
* [Serial console](/include/kernaux/console.h) (*work in progress*)
* [Framebuffer](/include/kernaux/framebuffer.h) (*planned*)