Update Freedom Studio RISC-V demo for the latest GCC RISC-V port - not yet tested.

This commit is contained in:
Richard Barry 2018-12-27 04:34:08 +00:00
parent 80f6f3e59b
commit e5daf23d75
7 changed files with 32 additions and 20 deletions

View file

@ -157,5 +157,6 @@ SECTIONS
PROVIDE( _heap_end = . );
. = __stack_size;
PROVIDE( _sp = . );
__freertos_irq_stack_top = .;
} >ram AT>ram :ram
}