项目作者: jimtremblay

项目描述 :
RTOS for microcontrollers
高级语言: C
项目地址: git://github.com/jimtremblay/nOS.git
创建时间: 2014-07-17T01:37:16Z
项目社区:https://github.com/jimtremblay/nOS

开源协议:Mozilla Public License 2.0

下载


nOS

Join the chat at https://gitter.im/jimtremblay/nOS
MPLv2 License

Features:

  • Preemptive or cooperative scheduling (depending on your configuration)
  • Can be tickless for battery-powered application
  • Binary and counting semaphores
  • Mutexes with priority ceiling or priority inheritance
  • Queues for thread-safe communication
  • Flags for waiting on multiple events
  • Memory blocks for dynamic memory allocation
  • Software timers with callback and priority
  • Software interrupts (signal) with callback and priority
  • Real-time module compatible with UNIX timestamp
  • Software alarms with callback
  • No limits on number of nOS objects, except your available memory
  • Tiny footprint (as low as 1KB ROM/few bytes of RAM)
  • Fully configurable (ROM and RAM)
  • Open source, royalty free
  • Win32 and Linux simulator available

Documentation