awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/incubator-nuttx

0
View on GitHub↗
3,918 Stars·1,610 Forks·C·Apache-2.0·7 Aufrufenuttx.apache.org↗

Incubator Nuttx

NuttX ist ein POSIX-konformes Echtzeitbetriebssystem, das für ressourcenbeschränkte eingebettete Umgebungen entwickelt wurde. Es fungiert als skalierbares Mikrocontroller-Betriebssystem, das eine Unix-ähnliche Umgebung für die Verwaltung von Hardware und die Ausführung von Anwendungen über Architekturen von 8-Bit bis 64-Bit hinweg bietet.

Das System stellt eine hohe Software-Portabilität sicher, indem es einen Kernel implementiert, der POSIX- und ANSI-Standards folgt. Dies ermöglicht es Entwicklern, portable eingebettete Anwendungen unter Verwendung standardisierter API-Aufrufe über diverse Hardware-Architekturen hinweg zu erstellen.

Das Projekt umfasst eine modulare Kernel-Architektur und eine Hardware-Abstraktionsschicht, um das System von spezifischen Chip-Peripheriegeräten zu entkoppeln. Es nutzt prioritätsbasiertes präemptives Scheduling für deterministische Antworten und bietet Tools zur Simulation von Hardwareumgebungen für das Testen von Firmware ohne physische Boards.

Features

  • Microcontroller Firmware Frameworks - Serves as a comprehensive framework for writing and managing low-level firmware across 8-bit to 64-bit microcontrollers.
  • Embedded Real-Time Operating Systems - Functions as a lightweight, real-time operating system designed for resource-constrained environments from 8-bit to 64-bit.
  • Hardware Abstraction Layers - Provides a hardware abstraction layer to decouple the kernel from specific chip peripherals via consistent driver interfaces.
  • POSIX Interfaces - Implements standardized POSIX interfaces to ensure software portability across diverse microcontroller architectures.
  • Microcontroller Kernels - Provides a scalable microcontroller kernel with a Unix-like environment for managing hardware and applications.
  • Real-Time Operating System Development - Provides a low-latency, deterministic real-time operating system for resource-constrained microcontroller environments.
  • Real-Time Operating Systems - Acts as a POSIX-compliant real-time operating system for microcontrollers ensuring high software portability.
  • Preemptive Scheduling - Provides priority-based preemptive scheduling to ensure deterministic real-time responses.
  • Embedded Firmware Simulators - Enables firmware development and validation within a simulated environment before deployment to physical boards.
  • Peripheral Mappings - Maps hardware registers and system memory into a flat address space for direct peripheral access.
  • Hardware Simulations - Includes a system simulator for developing and testing embedded software without physical hardware.
  • Kernel Modularization - Utilizes a modular kernel architecture to scale the system across 8-bit to 64-bit environments.
  • Architecture Porting Layers - Implements a porting layer to isolate processor-specific assembly and register logic from the generic kernel.
  • Real-Time Operating Systems - Mature real-time operating system for embedded devices.

Star-Verlauf

Star-Verlauf für apache/incubator-nuttxStar-Verlauf für apache/incubator-nuttx

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Incubator Nuttx

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Incubator Nuttx.
  • zephyrproject-rtos/zephyrAvatar von zephyrproject-rtos

    zephyrproject-rtos/zephyr

    15,627Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗15,627
  • apache/nuttxAvatar von apache

    apache/nuttx

    3,912Auf GitHub ansehen↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Cembeddedmcumicrocontroller
    Auf GitHub ansehen↗3,912
  • freertos/freertos-kernelAvatar von FreeRTOS

    FreeRTOS/FreeRTOS-Kernel

    4,297Auf GitHub ansehen↗

    FreeRTOS-Kernel is a real-time operating system kernel for microcontrollers. It provides a multitasking environment through a priority-based task scheduler, an embedded memory manager, and an inter-process communication framework to ensure time-critical tasks meet their deadlines. The kernel includes a software timer engine for executing functions at predefined intervals or after set delays. It supports a minimal model of concurrent tasks and lightweight co-routine execution for systems with limited memory resources. The project covers a broad surface of embedded resource management, includi

    C
    Auf GitHub ansehen↗4,297
  • freertos/freertosAvatar von FreeRTOS

    FreeRTOS/FreeRTOS

    6,997Auf GitHub ansehen↗

    FreeRTOS is a real-time operating system for embedded devices that provides a kernel for predictable task execution. It utilizes priority-based preemptive scheduling and deterministic timing to manage simultaneous hardware tasks. The project includes a symmetric multiprocessing kernel that distributes processing workloads across multiple CPU cores using a shared memory architecture. It also provides a thread-safe TCP/IP networking stack for managing internet protocol traffic and IPv6 connectivity on embedded processors. The system incorporates an embedded memory manager with fixed-size alloc

    C
    Auf GitHub ansehen↗6,997
Alle 30 Alternativen zu Incubator Nuttx anzeigen→

Häufig gestellte Fragen

Was macht apache/incubator-nuttx?

NuttX ist ein POSIX-konformes Echtzeitbetriebssystem, das für ressourcenbeschränkte eingebettete Umgebungen entwickelt wurde. Es fungiert als skalierbares Mikrocontroller-Betriebssystem, das eine Unix-ähnliche Umgebung für die Verwaltung von Hardware und die Ausführung von Anwendungen über Architekturen von 8-Bit bis 64-Bit hinweg bietet.

Was sind die Hauptfunktionen von apache/incubator-nuttx?

Die Hauptfunktionen von apache/incubator-nuttx sind: Microcontroller Firmware Frameworks, Embedded Real-Time Operating Systems, Hardware Abstraction Layers, POSIX Interfaces, Microcontroller Kernels, Real-Time Operating System Development, Real-Time Operating Systems, Preemptive Scheduling.

Welche Open-Source-Alternativen gibt es zu apache/incubator-nuttx?

Open-Source-Alternativen zu apache/incubator-nuttx sind unter anderem: zephyrproject-rtos/zephyr — Zephyr is a real-time operating system and cross-platform embedded framework designed for resource-constrained… apache/nuttx — NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit… freertos/freertos-kernel — FreeRTOS-Kernel is a real-time operating system kernel for microcontrollers. It provides a multitasking environment… freertos/freertos — FreeRTOS is a real-time operating system for embedded devices that provides a kernel for predictable task execution.… armmbed/mbed-os — Mbed OS is a real-time operating system designed for connected internet-of-things devices and microcontroller… riot-os/riot — RIOT is a real-time operating system designed for resource-constrained microcontrollers. It provides a kernel for…