Rtos

Open-source projects categorized as Rtos

Top 23 Rto Open-Source Projects

  • zephyr

    Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

  • Project mention: Ask HN: Anyone Waiting on BT Auracast? | news.ycombinator.com | 2023-12-16

    Hey folks. Anyone out there waiting for BT Auracast? It was announced June 2022, and immediately struck me as must have.

    I lost my earbuds, but it seems ridiculous to get a replacement without Auracast, seems like surely if I'm going to make a decent sized purchase like that it needs to support group playing. I want to tune into the radios of other people on the metro or on the bus, want to be able to watch a movie on the plane with someone.

    Auracast was announced in June 2022. Anyone else out there struggling with expectations here? I'm really hoping the product announcement season that's right around the corner had a good number of Auracast announcements.

    Side note, a ton of it is over my head but it's been so so fun tuning in every once and again to see how Zephyr's Bluetooth Audio work is going. Just wild now much has gone into this! https://github.com/zephyrproject-rtos/zephyr/commits/main/subsys/bluetooth/audio

  • rt-thread

    RT-Thread is an open source IoT real-time operating system (RTOS).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • PlatformIO

    Your Gateway to Embedded Software Development Excellence :alien:

  • Project mention: Help Needed with Tauri Desktop App for NFC Card Enrollment on ESP32 | /r/tauri | 2023-08-26

    For the ESP32 in read mode, we've successfully developed a project using PlatformIO that accepts the key during build time and stores it in memory.

  • Awesome-Embedded

    A curated list of awesome embedded programming.

  • Project mention: learning resources for embedded engineers | /r/embedded | 2023-06-27

    This massive page of resources has helped me tremendously throughout my embedded learning, that would probably be a good starting point.

  • RIOT

    RIOT - The friendly OS for IoT (by RIOT-OS)

  • nuttx

    Apache NuttX is a mature, real-time embedded operating system (RTOS)

  • Project mention: Xiaomi Vela IoT Platform is Being Open-Sourced Based on NuttX Real-time OS | /r/embedded | 2023-11-19
  • Lua-RTOS-ESP32

    Lua RTOS for ESP32

  • SaaSHub

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

    SaaSHub logo
  • qpc

    QP/C Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines

  • awesome-embedded-software

    :stars: List of software (HW interfaces, libs, protocols, etc) specifically suitable for resource-constrained Embedded Systems (low-memory and low-power) like 8-bit, 16-bit and 32-bit microcontrollers.

  • Project mention: Great list of resources for embedded developers | /r/embedded | 2023-06-20
  • trampoline

    Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.

  • modern-embedded-programming-course

    Companion repository to the "Modern Embedded Systems Programming" video course.

  • Project mention: Many Hands Make Light Work - Let’s Learn Together | /r/embedded | 2023-06-09

    - The companion GitHub repository

  • lwesp

    Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.

  • freertos-addons

    Additions to FreeRTOS

  • LuatOS

    LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)

  • Project mention: Why/how to implement scripting languages with C/C++ codebase. | /r/embedded | 2023-05-30

    On bare metal/RTOS embedded platforms, the scripting language is used instead of C/C++ to program the device. Common examples are Lua and Micropython, but JavaScript and Ruby have also been used this way.

  • distortos

    object-oriented C++ RTOS for microcontrollers

  • Project mention: What are some concepts/tools/tricks that are frequently used in C/C++ code for embedded software? | /r/embedded | 2023-07-10

    The only all-C++ RTOS implementation (that I've come across) is Distortos..

  • trice

    🟒 super fast πŸš€ and tiny πŸ₯ embedded device 𝘾 printf-like trace ✍ code, works also inside ⚑ interrupts ⚑ and real-time PC πŸ’» logging (trace ID visualization πŸ‘€)

  • Project mention: Fully Permissive License C++ Logger For Embedded System | /r/embedded | 2023-06-28
  • lwcell

    Lightweight cellular modem host AT library

  • qpcpp

    QP/C++ Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines

  • HeliOS

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

  • FreeRTOS-rust

    Rust crate for FreeRTOS

  • mtkernel_3

    micro T-Kernel 3.0

  • Project mention: The Tron Project: How Japan Almost Ruled IT | news.ycombinator.com | 2023-09-30
  • QuarkTS

    An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.

  • memfault-firmware-sdk

    Memfault Firmware SDK for embedded systems. More information at https://docs.memfault.com.

  • Project mention: Last call! Local to San Francisco, Boston, or Berlin? Upcoming Firmware Meetups! | /r/embedded | 2023-09-13

    These community events are hosted by Memfault, the creators of the Interrupt blog. We hope to see you there! ☺️

  • 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).

Rtos related posts

  • Ask HN: Anyone Waiting on BT Auracast?

    1 project | news.ycombinator.com | 16 Dec 2023
  • VisionFive 2 ROM addresses for Zephyr RTOS

    3 projects | /r/RISCV | 5 Dec 2023
  • Adding support for visionfive2 in zephyr rtos

    2 projects | /r/embedded | 24 Nov 2023
  • Xiaomi Vela IoT Platform is Being Open-Sourced Based on NuttX Real-time OS

    1 project | /r/embedded | 19 Nov 2023
  • Last call! Local to San Francisco, Boston, or Berlin? Upcoming Firmware Meetups!

    1 project | /r/embedded | 13 Sep 2023
  • Zephyr (small footprint realtime OS) supported boards

    1 project | news.ycombinator.com | 4 Aug 2023
  • Learning to write device drivers using C/C++ in Zephyr OS

    2 projects | /r/embedded | 11 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more β†’

Index

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

Project Stars
1 zephyr 9,635
2 rt-thread 9,562
3 PlatformIO 7,526
4 Awesome-Embedded 5,049
5 RIOT 4,782
6 nuttx 2,337
7 Lua-RTOS-ESP32 1,147
8 qpc 892
9 awesome-embedded-software 662
10 trampoline 583
11 modern-embedded-programming-course 551
12 lwesp 435
13 freertos-addons 434
14 LuatOS 437
15 distortos 431
16 trice 423
17 lwcell 388
18 qpcpp 351
19 HeliOS 340
20 FreeRTOS-rust 318
21 mtkernel_3 180
22 QuarkTS 179
23 memfault-firmware-sdk 137

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com