We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

AvRtos

AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers.
It was written in C.
AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme.
AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger.

AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website http://avrtos.sourceforge.net
Tags
License
Features
  • Small footprint
  • Preemtive multitasking
  • Needs only 1 kByte of flash memory for code
  • Needs only 11 Byte RAM for one task control block
  • Needs only 5 Byte RAM for one semaphore control block
  • Needs only 13 Byte RAM for one queue control block
  • Semaphores for task synchronization
  • Queues for task synchronization
  • AVR, ARM-Cortex-M3 and ARM-Cortex-M4