DEPRECATED - See README.md
The main features of aws/amazon-freertos are: Embedded Systems, Operating Systems.
Open-source alternatives to aws/amazon-freertos include: zephyrproject-rtos/zephyr — Zephyr is a real-time operating system and cross-platform embedded framework designed for resource-constrained… wind-river/vxworks7-ros2-build — Build system to automate the build of VxWorks 7 and ROS2. contiki-os/contiki — Contiki is an operating system designed for resource-constrained embedded devices and the Internet of Things. It… afiskon/stm32f103c8t6-examples. balena-os/meta-balena — A collection of Yocto layers used to build balenaOS images. arduino/linino.
Build system to automate the build of VxWorks 7 and ROS2
Zephyr is a real-time operating system and cross-platform embedded framework designed for resource-constrained hardware architectures. It provides an embedded kernel that manages memory, power consumption, and hardware peripherals across multiple microcontroller architectures. The project utilizes a hardware abstraction layer to decouple high-level kernel services from physical hardware through standardized driver interfaces. It employs a device tree hardware description format and a hierarchical configuration system to optimize binaries and feature sets for specific hardware constraints. Th
Contiki is an operating system designed for resource-constrained embedded devices and the Internet of Things. It provides a lightweight, event-driven kernel that enables multitasking and low-power wireless network connectivity on hardware with extremely limited memory and processing power. The system distinguishes itself through a stackless threading model that allows for a blocking-style programming interface while maintaining a minimal memory footprint. It supports dynamic module and firmware management, enabling the loading and linking of relocatable binary code at runtime to update applic