Add README

This commit is contained in:
Henrik Stickann 2022-03-31 13:55:38 +02:00
parent 89037e6145
commit 19fb4b8692

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# CMSIS OS2
Library using cmsis_os2.h functionality for RTOS projects.
## System events
Enable via `STA_SYSTEM_EVENT_ENABLE` defined in `sta/config.hpp`.
Requires setup of a `systemEvent` EventFlag in the project.