Rework RISC-V QEMU example to use vanilla Eclipse in place of Freedom Studio. NOTE: RISC-V QEMU mtime interrupts are not generated consistently.

This commit is contained in:
Richard Barry 2019-10-22 02:03:15 +00:00
parent ef31243396
commit 343fbe795f
7 changed files with 16 additions and 29 deletions

View file

@ -17,7 +17,7 @@ PHDRS
SECTIONS
{
__stack_size = DEFINED(__stack_size) ? __stack_size : 400;
__stack_size = DEFINED(__stack_size) ? __stack_size : 350;
.init :
{