mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
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:
parent
ef31243396
commit
343fbe795f
7 changed files with 16 additions and 29 deletions
|
@ -17,7 +17,7 @@ PHDRS
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
__stack_size = DEFINED(__stack_size) ? __stack_size : 400;
|
||||
__stack_size = DEFINED(__stack_size) ? __stack_size : 350;
|
||||
|
||||
.init :
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue