KnabberKiste base firmware
Base utilities, HAls and drivers for KnabberKiste firmware.
Loading...
Searching...
No Matches
KnabberKiste base firmware docs

Installation

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.

lib_deps = |
https://github.com/KnabberKiste/firmware-base

This automatically installs and builds the firmware files.

FreeRTOS

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.

lib_deps = |
https://github.com/KnabberKiste/firmware-base
https://github.com/KnabberKiste/freertos-stm32f303xc