Difference between revisions of "RTOS"
From Wiki at Neela Nurseries
m |
m |
||
Line 10: | Line 10: | ||
How to create static threads and dynamic threads, in ChibiOS: | How to create static threads and dynamic threads, in ChibiOS: | ||
* http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:howtos:createthread | * http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:howtos:createthread | ||
+ | |||
+ | How to choose thread's working area or memory size: | ||
+ | * http://forum.chibios.org/viewtopic.php?t=4177 | ||
</ul> | </ul> |
Revision as of 05:17, 11 February 2021
2021-02-02 Tuesday
Real Time Operating System references . . .
ChibiOS:
-
How to create static threads and dynamic threads, in ChibiOS:
How to choose thread's working area or memory size: