awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/incubator-nuttx

0
View on GitHub↗
3,918 स्टार्स·1,610 फोर्क्स·C·Apache-2.0·9 व्यूज़nuttx.apache.org↗

Incubator Nuttx

NuttX is a POSIX-compliant real-time operating system designed for resource-constrained embedded environments. It functions as a scalable microcontroller OS that provides a Unix-like environment for managing hardware and running applications across architectures ranging from 8-bit to 64-bit.

The system ensures high software portability by implementing a kernel that follows POSIX and ANSI standards. This allows developers to create portable embedded applications using standardized API calls across diverse hardware architectures.

The project includes a modular kernel architecture and a hardware abstraction layer to decouple the system from specific chip peripherals. It utilizes priority-based preemptive scheduling for deterministic responses and provides tools to simulate hardware environments for testing firmware without physical 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.

स्टार हिस्ट्री

apache/incubator-nuttx के लिए स्टार हिस्ट्री चार्टapache/incubator-nuttx के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Incubator Nuttx के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Incubator Nuttx के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • zephyrproject-rtos/zephyrzephyrproject-rtos का अवतार

    zephyrproject-rtos/zephyr

    15,627GitHub पर देखें↗

    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
    GitHub पर देखें↗15,627
  • apache/nuttxapache का अवतार

    apache/nuttx

    3,912GitHub पर देखें↗

    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
    GitHub पर देखें↗3,912
  • freertos/freertos-kernelFreeRTOS का अवतार

    FreeRTOS/FreeRTOS-Kernel

    4,297GitHub पर देखें↗

    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
    GitHub पर देखें↗4,297
  • freertos/freertosFreeRTOS का अवतार

    FreeRTOS/FreeRTOS

    6,997GitHub पर देखें↗

    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
    GitHub पर देखें↗6,997
Incubator Nuttx के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

apache/incubator-nuttx क्या करता है?

NuttX is a POSIX-compliant real-time operating system designed for resource-constrained embedded environments. It functions as a scalable microcontroller OS that provides a Unix-like environment for managing hardware and running applications across architectures ranging from 8-bit to 64-bit.

apache/incubator-nuttx की मुख्य विशेषताएं क्या हैं?

apache/incubator-nuttx की मुख्य विशेषताएं हैं: 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।

apache/incubator-nuttx के कुछ ओपन-सोर्स विकल्प क्या हैं?

apache/incubator-nuttx के ओपन-सोर्स विकल्पों में शामिल हैं: 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…