![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Directories | |
| arch | |
| strategy | |
| sync | |
| time | |
Files | |
| stk.h | |
| Top-level STK include. Provides the Kernel class template and all built-in task-switching strategies. | |
| stk_arch.h | |
Hardware Abstraction Layer (HAL) declarations for the stk::hw namespace. | |
| stk_common.h | |
| Contains interface definitions of the library. | |
| stk_defs.h | |
| Compiler and platform low-level definitions for STK. | |
| stk_helper.h | |
| Contains helper implementations which simplify user-side code. | |
| stk_linked_list.h | |
| Intrusive doubly-linked list implementation used internally by the kernel. | |