![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Files | |
| stk_strategy_edf.h | |
| Earliest Deadline First (EDF) task-switching strategy (stk::SwitchStrategyEDF). | |
| stk_strategy_fpriority.h | |
| Fixed-priority preemptive task-switching strategy with round-robin within each priority level (stk::SwitchStrategyFixedPriority / stk::SwitchStrategyFP32). | |
| stk_strategy_monotonic.h | |
| Rate-Monotonic (RM) and Deadline-Monotonic (DM) task-switching strategies (stk::SwitchStrategyMonotonic / stk::SwitchStrategyRM / stk::SwitchStrategyDM), and the SchedulabilityCheck utility for Worst-Case Response Time (WCRT) analysis. | |
| stk_strategy_rrobin.h | |
| Round-Robin task-switching strategy (stk::SwitchStrategyRoundRobin / stk::SwitchStrategyRR). | |
| stk_strategy_swrrobin.h | |
| Smooth Weighted Round-Robin task-switching strategy (stk::SwitchStrategySmoothWeightedRoundRobin / stk::SwitchStrategySWRR). | |