awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·5 vuesnuttx.apache.org↗

Incubator Nuttx

NuttX est un système d'exploitation temps réel (RTOS) conforme POSIX conçu pour les environnements embarqués aux ressources limitées. Il fonctionne comme un OS de microcontrôleur évolutif qui fournit un environnement de type Unix pour gérer le matériel et exécuter des applications à travers des architectures allant de 8 bits à 64 bits.

Le système assure une haute portabilité logicielle en implémentant un noyau qui suit les standards POSIX et ANSI. Cela permet aux développeurs de créer des applications embarquées portables en utilisant des appels API standardisés à travers diverses architectures matérielles.

Le projet inclut une architecture de noyau modulaire et une couche d'abstraction matérielle pour découpler le système des périphériques de puce spécifiques. Il utilise une planification préemptive basée sur la priorité pour des réponses déterministes et fournit des outils pour simuler des environnements matériels pour tester le firmware sans cartes physiques.

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.

Historique des stars

Graphique de l'historique des stars pour apache/incubator-nuttxGraphique de l'historique des stars pour apache/incubator-nuttx

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Incubator Nuttx

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Incubator Nuttx.
  • zephyrproject-rtos/zephyrAvatar de zephyrproject-rtos

    zephyrproject-rtos/zephyr

    15,627Voir sur GitHub↗

    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
    Voir sur GitHub↗15,627
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Voir sur GitHub↗

    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
    Voir sur GitHub↗3,912
  • freertos/freertos-kernelAvatar de FreeRTOS

    FreeRTOS/FreeRTOS-Kernel

    4,297Voir sur GitHub↗

    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
    Voir sur GitHub↗4,297
  • freertos/freertosAvatar de FreeRTOS

    FreeRTOS/FreeRTOS

    6,997Voir sur GitHub↗

    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
    Voir sur GitHub↗6,997
Voir les 30 alternatives à Incubator Nuttx→

Questions fréquentes

Que fait apache/incubator-nuttx ?

NuttX est un système d'exploitation temps réel (RTOS) conforme POSIX conçu pour les environnements embarqués aux ressources limitées. Il fonctionne comme un OS de microcontrôleur évolutif qui fournit un environnement de type Unix pour gérer le matériel et exécuter des applications à travers des architectures allant de 8 bits à 64 bits.

Quelles sont les fonctionnalités principales de apache/incubator-nuttx ?

Les fonctionnalités principales de apache/incubator-nuttx sont : 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.

Quelles sont les alternatives open-source à apache/incubator-nuttx ?

Les alternatives open-source à apache/incubator-nuttx incluent : 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…