mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Update Freedom Studio RISC-V demo for the latest GCC RISC-V port - not yet tested.
This commit is contained in:
parent
80f6f3e59b
commit
e5daf23d75
7 changed files with 32 additions and 20 deletions
|
@ -157,5 +157,6 @@ SECTIONS
|
|||
PROVIDE( _heap_end = . );
|
||||
. = __stack_size;
|
||||
PROVIDE( _sp = . );
|
||||
__freertos_irq_stack_top = .;
|
||||
} >ram AT>ram :ram
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue