Skip to content

Commit 6781d5d

Browse files
committed
initial v9.0.0 commit
1 parent c71be97 commit 6781d5d

27 files changed

+4069
-2392
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FreeRTOS
2-
version=8.2.3-18
2+
version=9.0.0-01
33
author=Richard Berry <[email protected]>
44
maintainer=Phillip Stevens <[email protected]>
55
sentence=Real Time Operating System implemented for AVR (Uno, Leonardo, Mega).

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Watchdog period options:
3131

3232
Note that Timer resolution is affected by integer math division and the time slice selected. Trying to measure 100ms, using a 60ms time slice for example, won't work.
3333

34-
Stack for the loop() function has been set at 128 bytes. This can be configured by adjusting the configIDLE_STACK_SIZE parameter.
34+
Stack for the loop() function has been set at 192 bytes. This can be configured by adjusting the configIDLE_STACK_SIZE parameter.
3535
It should not be less than the configMINIMAL_STACK_SIZE. If you have stack overflow issues, just increase it.
3636
Users should prefer to allocate larger structures, arrays, or buffers using pvPortMalloc(), rather than defining them locally on the stack.
3737

0 commit comments

Comments
 (0)