Add file-level brief documentation.
Remove accidentally duplicated model-specific peripheral driver files.
This commit is contained in:
parent
ec19436d54
commit
0557676013
111 changed files with 1039 additions and 453 deletions
|
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Simple round-robbin pseudo-task scheduler.
|
||||
*
|
||||
* Simple round-robbin cooperative scheduler for use in basic projects where non real-time tasks need
|
||||
* to be executed. Each task is executed in sequence, and can be enabled or disabled individually or as a group.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue