###蹄牛操作系统TINIUX
蹄牛操作系统TINIUX与国内外各开发板厂商进行了不同形式的合作,目前对市场上常见的开发板均提供支持。下面列出TINIUX为部分开发板提供的例程源码,供大家测试评估。例程分为通用例程与专用例程两种:通用例程不局限于某一款开发板/评估板,简单演示了蹄牛操作系统TINIUX的任务创建、信号量创建、任务间同步、软件定时器等功能,普适性比较强;专用例程主要演示了蹄牛操作系统TINIUX与LwIP等第三方开源库的组合应用,这部分例程与开发板的具体设计结合较为紧密,会明确给出适用的具体开发板,用户可以借鉴使用。
###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()).