stm32f1xx_HBL/srv/task.c
2024-04-28 19:14:28 +02:00

9 lines
261 B
C

/** @file task.c
* Module handling the task creation and management
*
* The module provides an API to create, run and manage lightweight, stack-less
* threads (tasks). This system is based on protothreads,
* see https://dunkels.com/adam/pt/index.html
*/