C Freertos

Open-source C projects categorized as Freertos

Top 23 C Freerto Projects

  1. libwebsockets

    canonical libwebsockets.org networking library

    Project mention: Show HN: Crawl a modern website to a zip, serve the website from the zip | news.ycombinator.com | 2024-06-10

    The libwebsockets server (https://libwebsockets.org) supports serving directly from zip archives. Furthermore, if a URL is mapped to a compressed archive member, and assuming the browser can accept gzip-compressed files (as most can), then the compressed data is copied from archive over http to the browser, without de-compressing or conversion by the server. The server does a little bit of header fiddling but otherwise sends the raw bytes to the browser, which automatically decompresses it.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. InfiniTime

    Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS

  4. arduino-pico

    Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards

  5. Lua-RTOS-ESP32

    Lua RTOS for ESP32

  6. Arduino_FreeRTOS_Library

    A FreeRTOS Library for all Arduino ATmega Devices (Uno R3, Leonardo, Mega, etc).

  7. MuditaOS

    Mobile operating system based on FreeRTOS™ optimized for E Ink displays - developed for Mudita Pure minimalist phone

  8. Modbus-STM32-HAL-FreeRTOS

    Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. breadboard-os

    A firmware platform aimed at quick prototyping, built around FreeRTOS and a feature-packed CLI

    Project mention: Breadboard OS | news.ycombinator.com | 2024-05-15
  11. luos_engine

    Open-source and real-time orchestrator for cyber-physical-systems, to easily design, test and deploy embedded applications and digital twins.

  12. freertos-addons

    Additions to FreeRTOS

  13. HeliOS

    A community delivered, open source embedded operating system project. (by heliosproj)

  14. pros

    Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller

  15. nesper

    Program the ESP32 with Nim! Wrappers around ESP-IDF API's.

    Project mention: Go Protobuf: The New Opaque API | news.ycombinator.com | 2024-12-16

    My favorite serde format is Msgpack since it can be dropped in for an almost one-to-one replacement of JSON. There's also CBOR which is based on MsgPack but has diverged a bit and added and a data definition language too (CDDL).

    Take JSON-RPC and replace JSON with MsgPack for better handling of integer and float types. MsgPack/CBOR are easy to parse in place directly into stack objects too. It's super fast even on embedded. I've been shipping it for years in embedded projects using a Nim implementation for ESP32s (1) and later made a non-allocating version (2). It's also generally easy to convert MsgPack/CBOR to JSON for debugging, etc.

    There's also an IoT focused RPC based on CBOR that's an IETF standard and a time series format (3). The RPC is used a fair bit in some projects.

    1: https://github.com/elcritch/nesper/blob/devel/src/nesper/ser...

  16. kendryte-freertos-sdk

    This project is no longer maintained Not recommended for product development.

  17. nuclei-sdk

    Nuclei RISC-V Software Development Kit

  18. FreeACT

    FreeACT is a minimal Active Object (Actor) framework for FreeRTOS

  19. reliance-edge

    Transactional power-failsafe filesystem for microcontrollers

  20. freertos-teensy

    FreeRTOS port with C++ std::thread support for ARM boards Teensy 3.5, 3.6, 4.0 and 4.1 (cortex-m4f and cortex-m7f)

  21. Wall-E

    Development Repository for Wall-E (by SRA-VJTI)

  22. bitclock

    An e-ink desk companion

    Project mention: Bop Spotter | news.ycombinator.com | 2024-09-30
  23. pubsub-c

    Pub/Sub library for C

  24. CatPilot

    CatPilot is a hardware and OS agnostic drone's autopilot software stack. It is designed for faster creation of scalable distributed control systems for mission-critical applications.

  25. Stm32-FatFs-FreeRTOS

    STM32 example of FreeRTOS & FatFs for controlling an SPI-connected MMC/SD memory card

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Freertos discussion

Log in or Post with

C Freertos related posts

Index

What are some of the best open-source Freerto projects in C? This list will help you:

# Project Stars
1 libwebsockets 4,914
2 InfiniTime 2,930
3 arduino-pico 2,262
4 Lua-RTOS-ESP32 1,235
5 Arduino_FreeRTOS_Library 886
6 MuditaOS 665
7 Modbus-STM32-HAL-FreeRTOS 618
8 breadboard-os 555
9 luos_engine 522
10 freertos-addons 467
11 HeliOS 377
12 pros 282
13 nesper 207
14 kendryte-freertos-sdk 203
15 nuclei-sdk 134
16 FreeACT 116
17 reliance-edge 112
18 freertos-teensy 101
19 Wall-E 91
20 bitclock 74
21 pubsub-c 75
22 CatPilot 38
23 Stm32-FatFs-FreeRTOS 27

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?