nuttX

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Acassis (talk | contribs) at 12:29, 15 November 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NuttX
NuttX
DeveloperGregory Nutt
Written inC, C++, assembly
OS familyReal-time operating systems
Working stateCurrent
Source modelOpen source
Latest release7.18 / October 8, 2016
Repository
Marketing targetEmbedded systems
PlatformsARM, AVR, AVR32, HCS12, SuperH, Z80
LicenseBSD (with some applications GPL and LGPL)
Official websitewww.nuttx.org

NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS's (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply embedded environments – such as fork().

NuttX was first released in 2007 by Gregory Nutt under the permissive BSD license.

Key features

  • Standards compliant
  • Core Task management
  • Modular microkernel
  • Fully preemptible
  • Naturally scalable
  • Highly configurable
  • Easily extensible to new processor architectures, SoC architecture, or board architectures. See Porting Guide.
  • FIFO and round-robin scheduling
  • Real-time, deterministic, with support for priority inheritance
  • POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, environment variables, filesystem
  • VxWorks-like task management and watchdog timers
  • BSD socket interface
  • Extensions to manage preemption
  • Inheritable “controlling terminals”, pseudo-terminals and I/O redirection
  • On-demand paging
  • System logging
  • Well documented in the NuttX User Guide

Supported platforms

File system

  • Tiny in-memory, root pseudo-file-system.
  • Virtual File System (VFS).
  • Mount-able volumes. Bind mountpoint, filesystem, and block device driver.
  • Generic system logging (SYSLOG) support.
  • FAT12/16/32 filesystem support.
  • NFS Client. Client side support for a Network File System (NFS, version 3, UDP).
  • NXFFS. The tiny NuttX wear-leveling FLASH file system.
  • SMART. FLASH file system from Ken Pettit.
  • Generic driver for SPI-based MMC/SD/SDHC cards.
  • Romfs filesystem support.
  • A Binary Loader with support for the following formats:
    • Separately linked ELF modules.
    • Separately linked NXFLAT modules. NXFLAT is a binary format that can be XIP from a file system.
  • PATH variable support.
  • File transfers via TFTP and FTP (get and put), HTML (wget), and Zmodem (sz and rz)
  • Intel HEX conversions.

Device drivers

  • VFS supports character and block drivers.
  • Asynchronous I/O (AIO).
  • Network, USB (host), USB (device), serial,I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, and watchdog timer driver architectures.
  • RAMDISK, pipes, FIFO, /dev/null, /dev/zero drivers.
  • Generic driver for SPI-based or SDIO-based MMC/SD/SDH cards.
  • Power Management sub-system.
  • Modbus support provided by built-in FreeModBus version 1.5.0.
  • Graphics Devices: framebuffer drivers, graphic and segment LCD drivers.
  • Audio Subsystem: CODECs, audio input and output drivers. Command line and graphic media player applications.
  • Input Devices: Touchscreen, USB keyboard, USB mouse, GPIO-based buttons and keypads.
  • Analog Devices: Support for Analog-to-Digital conversion (ADC), Digital-to-Analog conversion (DAC), multiplexers, and amplifiers.
  • Porting Guide sub-system.[1]

C/C++ library

  • Standard C library fully integrated into the OS
  • Includes floating point support via a Standard Math Library
  • Add-on uClibc++[2] module provides Standard C++ Library supporting iostreams, strings, STL, RTTI, exceptions, etc. (LGPL)

Networking

  • Multiple network interface support; multiple network link layer support
  • IPv4, IPv6,TCP/IP, UDP, ICMP, IGMPv2 (client) stacks.
  • Stream and datagram sockets.
  • Raw socket and local, Unix domain socket support.
  • SLIP.
  • A cJSON[3] port
  • Small footprint (based on uIP)
  • BSD compatible socket layer
  • Networking utilities (DHCP server and client, SMTP client, Telnet client, FTP server and client, TFTP client, HTTP server and client, NTP client). Inheritable Telnet sessions (as “controlling terminal”)
  • NFS Client. Client side support for a Network File System (NFS, version 3, UDP).
  • ICMPv6 autonomous auto-configuration.
  • A NuttX port of Jef Poskanzer's Thttpd HTTP server integrated with NXFLAT to provide embedded CGI.
  • PHY Link Status Management.
  • UDP Network Discvory, XML RPC Server.
  • XML RPC Server.
  • Support for network modules (such as the TI CC3000 WLAN module)

Flash support

  • MTD-inspired interface for Memory Technology Devices
  • FTL. Simple Flash Translation Layer support file systems on FLASH
  • NAND Support
  • NXFFS. the NuttX wear-leveling FLASH file system
  • Support for SPI-based FLASH devices

USB support

USB host support

  • USB host architecture for USB host controller drivers and device-dependent USB class drivers.
  • USB host controller drivers available for the Atmel SAMA5Dx, NXP LPC17xx, LPC31xx, and STmicro STM32.
  • Device-dependent USB class drivers available for USB mass storage and HID keyboard.

USB device support

  • Gadget-like architecture for USB device controller drivers and device-dependent USB class drivers
  • USB device controller drivers available for the PIC32, Atmel AVR, SAM3, SAM4, and SAMA5Dx, NXP LPC17xx, LPC214x, LPC313x, and LPC43xx, Silicon Laboraties EFM32, STMicro STM32 F1, F2, F3, and F4, and TI DM320.
  • Device-dependent USB class drivers available for USB serial and for USB mass storage
  • Built-in USB trace functionality for USB debug

Graphics support

  • Framebuffer drivers
  • LCD drivers for both parallel and SPI LCDs and OLEDs
  • NX Graphics Subsystem: A graphics library, windowing system and font support that works with either framebuffer or LCD drivers
  • NuttX Widgets:[4] A graphical user interface written in conservative C++ that integrates with NX graphics
  • NuttX Window Manager:[5] A tiny window manager based on the NX graphics subsystem and NuttX widgets

Projects using NuttX

  • Thingsee IoT development device.[6]
  • Autopilot PX4 is using NuttX to control a variety of autonomous platforms.[7]
  • Pixhawk: An Advanced, User-Friendly Autopilot.[8]
  • Biffer Board supports NuttX besides many other RTOS.[9]
  • MP3 player implemented with NuttX.[10]
  • OsmocomBB is using NuttX to develop an operating system for cell phones.[11]
  • A homebrew steer-by-wire system implemented using NuttX.[12]
  • Video Performance Measurement Device.[13]
  • Low Power Embedded Software Optimization for the NuttX RTOS.[14]
  • Motorola Moto Z.[15]

References

  1. ^ "Porting Guide". Retrieved 22 November 2012.
  2. ^ "uClibc++". Retrieved 22 November 2012.
  3. ^ "cJSON". Retrieved 22 November 2012.
  4. ^ "NuttX Widgets". Retrieved 22 November 2012.
  5. ^ "NxWM". Retrieved 22 November 2012.
  6. ^ "Thingsee". Retrieved 27 July 2015.
  7. ^ "Autopilot PX4". Retrieved 3 May 2013.
  8. ^ "Pixhawk". Retrieved 10 January 2014.
  9. ^ "Bifferboard". Retrieved 22 November 2012.
  10. ^ "Nuttx playing MP3 in Detron Board". Retrieved 22 November 2012.
  11. ^ "OsmocomBB". Retrieved 22 November 2012.
  12. ^ "A Homebrew Steer-by-Wire System". Retrieved 22 November 2012.
  13. ^ "Design of an Embedded System for Video Performance Measurements. Petteri Aimonen's Master Thesis" (PDF). Retrieved 22 July 2014.
  14. ^ "Low Power Embedded Software Optimization for the NuttX RTOS. Diego Sánchez López's Monograph of Electric Engineering Graduation" (PDF). Retrieved 12 July 2015.
  15. ^ "Modular Moto Z Android phone supports DIY and RPi HAT add-ons". Retrieved 22 August 2016.

External links