![]() |
KnabberKiste base firmware
Base utilities, HAls and drivers for KnabberKiste firmware.
|
You can install the includes for this library in your platformio.ini configuration file by adding the link to the repository to it's lib_deps.
This automatically installs and builds the firmware files.
FreeRTOS is a real-time operating system, which can be used in combindation with this library. Functions marked as thread-safe or similar are safe to be used between threads.
You can install a fully pre-configured version of FreeRTOS for the STM32F303xC from this repository by adding it to your lib_deps, similarly to how you install this library.