mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 14:17:41 -04:00
Added the "full" demo to the RISC-V_RV32_SiFive_HiFive1_GCC demo - backup check in only as still a work in progress.
This commit is contained in:
parent
71d9450836
commit
d4216903d9
11 changed files with 1021 additions and 126 deletions
|
@ -125,7 +125,7 @@ _start:
|
|||
/* The RISC-V port only uses new-style constructors and destructors. */
|
||||
la a0, __libc_fini_array
|
||||
call atexit
|
||||
call __libc_init_array
|
||||
/*_RB_ call __libc_init_array */
|
||||
|
||||
_skip_init:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue