1 个仓库
Kernel components that manage the scheduling and execution of timer-based callbacks.
Distinct from Execution State Timers: Candidates cover UX timers or profiling timers; this is an OS kernel engine for executing functions at intervals.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Software Timer Engines. Refine with filters or upvote what's useful.
FreeRTOS-Kernel 是一个用于微控制器的实时操作系统内核。它通过基于优先级的任务调度器、嵌入式内存管理器和进程间通信框架提供多任务环境,以确保时间关键型任务满足截止期限。 该内核包含一个软件定时器引擎,用于在预定义的时间间隔或设定的延迟后执行函数。它支持并发任务的最小模型,并为内存资源受限的系统提供轻量级协程执行。 该项目涵盖了广泛的嵌入式资源管理,包括通过队列和事件组进行的任务间通信,以及确定性的系统资源调度。 项目集成通过使用获取工具或版本控制子模块的构建系统集成来管理。
Provides a dedicated engine for executing specific functions at predefined intervals or after set delays.