SuperTinyKernel™ RTOS (STK) is a high-performance, deterministic, bare-metal C++ real-time operating system designed for resource-constrained embedded systems.
Note: This repository is related to examples configured exclusively for MCUXpresso. For details about SuperTinyKernel RTOS, visit its project on GitHub.
🛠 Getting Started with MCUXpresso
STK provides ready-to-use examples for popular development boards. Follow these steps to get up and running:
-
Clone the Repository:
git clone https://github.com/SuperTinyKernel-RTOS/stk-examples-nxp.git cd stk-examples-nxp -
Initialize Dependencies: Run the configuration script. This will automatically fetch the STK kernel, examples and necessary HAL drivers.
python configure.py
-
Build & Flash: Open or import the project to MCUXpresso, compile, and flash your board.
| Board | Path | Description |
|---|---|---|
| FRDM-K66F | project\blinky-frdm-k66f |
Basic LED toggle using STK tasks/threads. |
| MIMXRT1050-EVK | project\blinky-evkb-imxrt1050 |
Basic LED toggle using STK tasks/threads. |
Note: Using GCC/Eclipse? Examples for these environments are located in the main STK repository: STK Main Repo - Examples
- Core: Repository
- Documentation: STK API
- Issue Tracker: Report a bug