mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 06:07:45 -04:00
Change version and license text in RISC-V_RV32_SiFive_HiFive1_GCC FreeRTOSConfig.h file.
This commit is contained in:
parent
11c391dfb3
commit
fccc445865
5 changed files with 44 additions and 176 deletions
|
@ -38,7 +38,7 @@
|
|||
* main_full.c.
|
||||
*/
|
||||
|
||||
.align( 8 )
|
||||
.align( 4 )
|
||||
vRegTest1Implementation:
|
||||
|
||||
/* Fill the core registers with known values. */
|
||||
|
@ -148,12 +148,12 @@ reg1_error_loop:
|
|||
ebreak
|
||||
jal reg1_error_loop
|
||||
|
||||
.align( 16 )
|
||||
.align( 4 )
|
||||
ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
.align( 8 )
|
||||
.align( 4 )
|
||||
vRegTest2Implementation:
|
||||
|
||||
/* Fill the core registers with known values. */
|
||||
|
@ -260,7 +260,7 @@ reg2_error_loop:
|
|||
ebreak
|
||||
jal reg2_error_loop
|
||||
|
||||
.align( 16 )
|
||||
.align( 4 )
|
||||
ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue