mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Add FreeRTOS+CLI examples to the Renesas RZ/T demos.
Fix some compiler warnings. Correct spellings in comments.
This commit is contained in:
parent
96ff3925d2
commit
c6a4e3191e
54 changed files with 1467 additions and 383 deletions
|
@ -135,7 +135,7 @@ vRegTest1Implementation:
|
|||
vmov d30, r4, r5
|
||||
vmov d31, r6, r7
|
||||
|
||||
/* Loop, checking each itteration that each register still contains the
|
||||
/* Loop, checking each iteration that each register still contains the
|
||||
expected value. */
|
||||
reg1_loop:
|
||||
/* Yield to increase test coverage */
|
||||
|
@ -425,7 +425,7 @@ vRegTest2Implementation:
|
|||
vmov d30, r4, r5
|
||||
vmov d31, r6, r7
|
||||
|
||||
/* Loop, checking each itteration that each register still contains the
|
||||
/* Loop, checking each iteration that each register still contains the
|
||||
expected value. */
|
||||
reg2_loop:
|
||||
/* Check all the VFP registers still contain the values set above.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue