12 lines
519 B
INI
12 lines
519 B
INI
name=FreeRTOS
|
|
version=11.1.0-3
|
|
author=Richard Barry <info@freertos.org>
|
|
maintainer=Phillip Stevens <phillip.stevens@gmail.com>
|
|
sentence=FreeRTOS Real Time Operating System implemented for Arduino devices.
|
|
paragraph=The primary design goals are: Easy to use, Small footprint, Robust. Uses SysTick for 10ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.
|
|
category=Timing
|
|
url=https://github.com/feilipu/Arduino_FreeRTOS_Library
|
|
architectures=MIK32_Amur
|
|
license=MIT
|
|
includes=Arduino_FreeRTOS.h
|