]> git.sur5r.net Git - freertos/commitdiff
Fix spelling mistakes copied and pasted into a couple of RISC-V demo main.c files.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2019 16:31:57 +0000 (16:31 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2019 16:31:57 +0000 (16:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2750 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c
FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c

index ca2c01b88f0b4242af588ce6c278d667057fb62d..64ed555456c4207b43be090856d51b0c20b388a8 100644 (file)
@@ -48,7 +48,7 @@
  * main_full.c.\r
  */\r
 \r
-.align( 8 )\r
+.align( 4 )\r
 vRegTest1Implementation:\r
 \r
        /* Fill the additional registers with known values. */\r
@@ -193,12 +193,12 @@ reg1_error_loop:
        ebreak\r
        jal reg1_error_loop\r
 \r
-.align( 16 )\r
+.align( 4 )\r
 ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter\r
 \r
 /*-----------------------------------------------------------*/\r
 \r
-.align( 8 )\r
+.align( 4 )\r
 vRegTest2Implementation:\r
 \r
        /* Fill the additional registers with known values. */\r
@@ -340,7 +340,7 @@ reg2_error_loop:
        ebreak\r
        jal reg2_error_loop\r
 \r
-.align( 16 )\r
+.align( 4 )\r
 ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter\r
 \r
 \r
index b8741cd5f82432d470c3ef044973caff2d9c0c03..c8be19e6d529cf2b8a652dcd87fffaf177a67f9d 100644 (file)
@@ -87,10 +87,10 @@ void vApplicationIdleHook( void );
 void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
 void vApplicationTickHook( void );\r
 \r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
 static void prvSetupHardware( void );\r
 \r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
 void vSendString( const char * const pcString );\r
 \r
 /*-----------------------------------------------------------*/\r
index 700421c70d4661b54adad4b44bd04d8b8b0206b1..1225598ea0606064c2b8b97d4872baf5384bd396 100644 (file)
@@ -71,10 +71,10 @@ void vApplicationIdleHook( void );
 void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );\r
 void vApplicationTickHook( void );\r
 \r
-/* Prepare haredware to run the demo. */\r
+/* Prepare hardware to run the demo. */\r
 static void prvSetupHardware( void );\r
 \r
-/* Send a messaage to the UART initialised in prvSetupHardware. */\r
+/* Send a message to the UART initialised in prvSetupHardware. */\r
 void vSendString( const char * const pcString );\r
 \r
 /*-----------------------------------------------------------*/\r