Add FreeRTOS+CLI examples to the Renesas RZ/T demos.

Fix some compiler warnings.
Correct spellings in comments.
This commit is contained in:
Richard Barry 2015-10-10 10:29:29 +00:00
parent 96ff3925d2
commit c6a4e3191e
54 changed files with 1467 additions and 383 deletions

View file

@ -262,7 +262,7 @@ volatile unsigned portBASE_TYPE uxUnusedStack;
ulTicksToWait = mainERROR_PERIOD;
}
/* Toggle the LED each itteration. */
/* Toggle the LED each iteration. */
vParTestToggleLED( mainCHECK_LED );
/* For demo only - how much unused stack does this task have? */