10498|5

6040

帖子

203

TA的资源

版主

楼主
 

NuttX Real-Time Operating System [复制链接]

本帖最后由 lcofjp 于 2017-4-6 21:17 编辑

今天我无意中得知NuttX这个系统,感觉不错,搜了一下论坛也没有提及过,特介绍与大家了解一下。官网地址:http://nuttx.org/
NuttX Real-Time Operating System
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 design.
  • Fully preemptible.
  • Naturally scalable.
  • Highly configurable.
  • Easily extensible to new processor architectures, SoC architecture, or board architectures. See Porting Guide.
  • FIFO, round-robin, and “sporadic” scheduling.
  • Realtime, deterministic, with support for priority inheritance.
  • Tickless operation.
  • POSIX/ANSI-like task controls, named message queues, counting semaphores, clocks/timers, signals, pthreads, cancellation points, environment variables, filesystem.
  • VxWorks-like task management and watchdog timers.
  • BSD socket interface.
  • Extensions to manage pre-emption.
  • Optional tasks with address environments (Processes).
  • Symmetric Multi-Processing (SMP)
  • Loadable kernel modules; lightweight, embedded shared libraries.
  • Memory Configurations: (1) Flat embedded build, (2) Protected build with MPU, and (3) Kernel build with MMU.
  • Memory Allocators: (1) standard heap memory allocation, (2) granule allocator, (3) shared memory, and (4) dynamically sized, per-process heaps.
  • Thread Local Storage (TLS)
  • Inheritable “controlling terminals” and I/O redirection. Pseudo-terminals.
  • On-demand paging.
  • System logging
  • May be built either as an open, flat embedded RTOS or as a separtely built, secure kernel with a system call gate interface.
  • Built-in, per-thread CPU load measurements.
  • Custom NuttX C library
  • Application interface well documented in the NuttX User Guide.

Supported platforms
  • ARM
    • ARM7TDMI (TI TMS320 C5471, Calypso, MoxART, NXP LPC214x, LPC2378, STMicro STR71x)
    • ARM920T (Freescale i.MX1)
    • ARM926EJS (TI DM320, NXP LPC31xx)
    • ARM Cortex-A5 (Atmel SAMA5D2, SAMA5D3, SAMA5D4)
    • ARM Cortex-A8 (Allwinner A10)
    • ARM Cortex-A9 (NXP/Freescale i.MX6)
    • ARM Cortex-R4/R4F (TI TMS570)
    • ARM Cortex-M0 (nuvoTon NUC120, NXP/Freescale KL25Z, KL26Z, Atmel SAMD20/21, SAML21)
    • ARM Cortex-M3 (ST Micro STM32 F1/L4/F2, TI/Stellaris LM3S, NXP LPC17xx, Atmel SAM3U/3X, SiliconLabs EFM32)
    • ARM Cortex-M4 (with/without floating point unit: ST Micro STM32 F3/F4/L4, TI/Stellaris LM4F/TM4C, NXP LPC43xx, Freescale Kinetis K20/K40/60/64/66, Atmel SAM4C/4E/4S/4L, Infineon XMC4xxx)
    • ARM Cortex-M7 (Atmel SAMV71/SAME70, ST Micro STM32 F7)
  • Atmel AVR
    • Atmel 8-bit AVR (AT90USB, ATmega)
    • AVR32
  • Freescale M68HCS12
  • Intel
    • 80×86
  • MIPS
    • MicroChip PIC32MX (MIPS32 24Kc)
    • MicroChip PIC32MZ (MIPS32 M14k)
  • Misoc
    • LM32 (Qemu)
  • Renesas/Hitachi
    • Renesas/Hitachi SuperH
    • Renesas M16C/26
  • RISC-V
  • Xtensa LX6
    • Expressif ESP32
  • Zilog
    • Zilog Z16F ZNeo
    • Zilog eZ80 Acclaim!
    • Zilog Z8Encore!
    • Zilog Z80
  • Complete List

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.
  • ROMFS file system support.
  • BINFS pseudo-file system support.
  • HOSTFS file system support (simulation only).
  • Union file system. Supports combining and overlaying file systems
  • procfs/ pseudo-file system.
  • Generic driver for SPI-based MMC/SD/SDH cards.
  • A Binary Loader with support for the following formats:


    • Separately linked ELF modules.
    • Separately linked NXFLATmodules. 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, generic timer, and watchdog timer driver architectures.
  • RAMDISK, pipes, FIFO, /dev/null, /dev/zero, /dev/random, and loop 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.
  • Crytopgraphic sub-system.
  • Input Devices: Touchscreen, USB keyboard, USB mouse, analog/discrete joystock, GPIO-based buttons and keypads.
  • Memory Technology Devices
  • Analog Devices: Support for Analog-to-Digital conversion (ADC), Digital-to-Analog conversion (DAC), multiplexers, and amplifiers.
  • System Logging Devices.

C/C++ Library
  • Standard C Library Fully integrated into the OS.
  • Includes floating point support via a Standard Math Library.
  • Add-on uClibc++ module provides Standard C++ Library supportng iostreams, strings, STL, RTTI, exceptions, etc. (LGPL).

Networking

  • Multiple network interface support; multiple network link layer support
  • IPv4, IPv6, TCP/IP, UDP, ARP, ICMP, ICMPv6, IGMPv2 (client) stacks.
  • Stream, datagram, and raw packet sockets
  • Raw socket and local, Unix domain socket support
  • DNS name resolution / NetDB
  • SLIP, TUN/PPP, local loopback devices
  • A cJSON port
  • Small footprint.
  • BSD compatible socket layer.
  • Networking utilities (DHCP server and client, SMTP client, TELNET client, FTP server and client, TFTP client, HTTP server and client, PPPD, NTP client). Inheritable TELNET sessions (as “controlling terminal”). VNC server.
  • ICMPv6 autonomous auto-configuration
  • NFS Client. Client side support for a Network File System (NFS, version 3, UDP).
  • A NuttX port of Jeff 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.
  • NAND Support.
  • FTL. Simple Flash Translation Layer support file systems on FLASH.
  • 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.
  • Seam-less support for USB hubs.

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 mass storage, CDC/ACM serial, HID keyboard, and HID mouse.
  • Built-in USB trace functionality for USB debug.

Graphics Support

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

Add-Ons
NuttShell
A small, scalable, bash-like shell for NuttX with rich feature set and small footprint. See the NuttShell User Guide.

Pascal Runtime
The Pascal add-on is available for download from the Bitbucket.org website.

apps/ Package
The apps/ package is not strictly a part or NuttX but is retained in the NuttX GIT repository and is released NuttX as a separate versioned package. The apps/ package contains a collection of NuttX appliations including the NuttShell (NSH), networking utilities, tests and examples, interpreters, and NSH extension commands.


最新回复

嵌入式的?  详情 回复 发表于 2017-4-6 21:58
点赞 关注(1)

回复
举报

1万

帖子

25

TA的资源

版主

沙发
 
支持的型号不少。
 
 

回复

1万

帖子

16

TA的资源

版主

板凳
 
感觉又出了一个操作系统,收费不???

点评

BSD协议的,应该是可以免费使用的  详情 回复 发表于 2017-4-6 21:10
 
个人签名http://shop34182318.taobao.com/
https://shop436095304.taobao.com/?spm=a230r.7195193.1997079397.37.69fe60dfT705yr
 
 

回复

6040

帖子

203

TA的资源

版主

4
 
ddllxxrr 发表于 2017-4-6 20:44
感觉又出了一个操作系统,收费不???

BSD协议的,应该是可以免费使用的
 
 
 

回复

6423

帖子

17

TA的资源

版主

5
 
关注了下这段
Flash Support
MTD-inspired interface for Memory Technology Devices.
NAND Support.
FTL. Simple Flash Translation Layer support file systems on FLASH.
NXFFS. the NuttX wear-leveling FLASH file system.
Support for SPI-based FLASH devices.
 
个人签名training
 
 

回复

2721

帖子

0

TA的资源

纯净的硅(中级)

6
 
嵌入式的?
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表