RIS-V_RV32_SiFive_HiFive1_GCC project now running the blinky demo - still a work in progress.

This commit is contained in:
Richard Barry 2019-10-11 02:59:13 +00:00
parent dbac79045c
commit 71d9450836
10 changed files with 365 additions and 415 deletions

View file

@ -211,13 +211,14 @@ SECTIONS
PROVIDE( end = . );
PROVIDE( metal_segment_bss_target_end = . );
.stack :
{
PROVIDE(metal_segment_stack_begin = .);
. = __stack_size;
PROVIDE( _sp = . );
. = ALIGN(16);
metal_segment_stack_begin = .;
. += __stack_size;
_sp = .;
PROVIDE(metal_segment_stack_end = .);
__freertos_irq_stack_top = .;
} >ram AT>ram :ram