mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
877 B
877 B
Examples of using the FreeRTOS-Kernel in isolation
- You can find how to include proper paths and files to successfully build the kernel using CMake in cmake_example directory.
- Example on how to run Coverity Static Analysis on the kernel using CMake can be found in coverity directory.
- Template configuration file for the kernel (FreeRTOSConfig.h) can be found in template_configuration directory.
Additional examples
You can find examples of how to use FreeRTOS-Kernel on different microcontrollers here. Additional examples of the kernel being used in real life applications in tandem with many other libraries (i.e. FreeRTOS+TCP, coreMQTT, coreHTTP etc.) here.