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

@ -92,7 +92,7 @@ _vRegTest1Implementation:
MOV.L #14, R14
MOV.L #15, R15
; Loop, checking each itteration that each register still contains the
; Loop, checking each iteration that each register still contains the
; expected value.
TestLoop1:
@ -177,7 +177,7 @@ _vRegTest2Implementation:
MOV.L #140, R14
MOV.L #150, R15
; Loop, checking on each itteration that each register still contains the
; Loop, checking on each iteration that each register still contains the
; expected value.
TestLoop2:

View file

@ -106,7 +106,7 @@ _vRegTest1Implementation:
MVTACLO R2, A0
MVTACHI R3, A1
MVTACLO R4, A1
/* Loop, checking each itteration that each register still contains the
/* Loop, checking each iteration that each register still contains the
expected value. */
TestLoop1:
@ -223,7 +223,7 @@ _vRegTest2Implementation:
MVTACHI R3, A1
MVTACLO R4, A1
/* Loop, checking each itteration that each register still contains the
/* Loop, checking each iteration that each register still contains the
expected value. */
TestLoop2: