awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/incubator-nuttx

0
View on GitHub↗
3,918 estrellas·1,610 forks·C·Apache-2.0·7 vistasnuttx.apache.org↗

Incubator Nuttx

NuttX es un sistema operativo en tiempo real compatible con POSIX diseñado para entornos embebidos con recursos limitados. Funciona como un SO de microcontrolador escalable que proporciona un entorno similar a Unix para gestionar hardware y ejecutar aplicaciones en arquitecturas que van desde 8 bits hasta 64 bits.

El sistema garantiza una alta portabilidad del software al implementar un kernel que sigue los estándares POSIX y ANSI. Esto permite a los desarrolladores crear aplicaciones embebidas portátiles utilizando llamadas a la API estandarizadas en diversas arquitecturas de hardware.

El proyecto incluye una arquitectura de kernel modular y una capa de abstracción de hardware para desacoplar el sistema de periféricos de chip específicos. Utiliza programación preventiva basada en prioridad para respuestas deterministas y proporciona herramientas para simular entornos de hardware para probar firmware sin placas físicas.

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.

Historial de estrellas

Gráfico del historial de estrellas de apache/incubator-nuttxGráfico del historial de estrellas de apache/incubator-nuttx

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace apache/incubator-nuttx?

NuttX es un sistema operativo en tiempo real compatible con POSIX diseñado para entornos embebidos con recursos limitados. Funciona como un SO de microcontrolador escalable que proporciona un entorno similar a Unix para gestionar hardware y ejecutar aplicaciones en arquitecturas que van desde 8 bits hasta 64 bits.

¿Cuáles son las características principales de apache/incubator-nuttx?

Las características principales de apache/incubator-nuttx son: 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.

¿Qué alternativas de código abierto existen para apache/incubator-nuttx?

Las alternativas de código abierto para apache/incubator-nuttx incluyen: 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…

Alternativas open-source a Incubator Nuttx

Proyectos open-source similares, clasificados según cuántas características comparten con Incubator Nuttx.
  • zephyrproject-rtos/zephyrAvatar de zephyrproject-rtos

    zephyrproject-rtos/zephyr

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

    apache/nuttx

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

    FreeRTOS/FreeRTOS-Kernel

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

    FreeRTOS/FreeRTOS

    6,997Ver en 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
    Ver en GitHub↗6,997
  • Ver las 30 alternativas a Incubator Nuttx→