freertos-kernel
There are 10 repositories under freertos-kernel topic.
tsandmann/freertos-teensy
FreeRTOS port with C++ std::thread support for ARM boards Teensy 3.6, 4.0 and 4.1 (cortex-m4f and cortex-m7f)
alexCajas/EmbeddedMqttBroker
This is a Mqtt broker for embedded devices, developed in C++, FreeRTOS to use advanced multitasking capabilities, and arduino core. Tested in an Esp32 and esp8266.
jonenz/FreeRTOS-Cpp
C++17 header-only interface to the FreeRTOS kernel API.
JZimnol/pico_freertos_shell
Raspberry Pi Pico FreeRTOS Shell is a module that allows you to add an interactive shell with custom commands to your application.
JZimnol/pico_shell_example
Example application that showcases Raspberry Pi Pico FreeRTOS Shell module.
aleksanry/FreeRTOS-Kernel
FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
coduri/FreeRTOS_LotteryScheduling
Explored the complexities of embedded systems and developed a FreeRTOS Lottery Scheduler for Arm Cortex-M3 on QEMU, enhancing scheduling capabilities beyond default implementations.
Orel138/STM32_FreeRTOS-Kernel
An example of implementation of FreeRTOS-kernel for STM32
oleggtro/thi-intp-freertos-demo
a demo project for university utilizing freertos queues and hardware times, unfinished
tsandmann/freertos-posix
Experimental FreeRTOS port with C++ std::thread support for posix platforms