We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75a45e commit c71be97Copy full SHA for c71be97
library.properties
@@ -1,9 +1,10 @@
1
name=FreeRTOS
2
-version=8.2.3-17
+version=8.2.3-18
3
author=Richard Berry <[email protected]>
4
maintainer=Phillip Stevens <[email protected]>
5
sentence=Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).
6
paragraph=The primary design goals are: Easy to use, Small footprint, Robust. Uses Watchdog Timer for 15ms resolution. Slow blink = stack overflow. Fast blink = heap malloc() failure.
7
category=Timing
8
url=https://github.com/feilipu/Arduino_FreeRTOS_Library
9
architectures=avr
10
+includes=Arduino_FreeRTOS.h
0 commit comments