mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-23 11:09:28 -05:00
Update GCC RISC-V QEMU project to support new RISC-V port and vector mode (#780)
This commit is contained in:
parent
2b956b97c7
commit
673d3d7eea
10 changed files with 195 additions and 28 deletions
|
|
@ -95,6 +95,7 @@ SOURCE_FILES += (DEMO_PROJECT)/riscv-virt.c
|
|||
SOURCE_FILES += ./printf-stdarg.c
|
||||
ASM_SOURCE_FILES += ./start.S
|
||||
ASM_SOURCE_FILES += ./RegTest.S
|
||||
ASM_SOURCE_FILES += ./vector.S
|
||||
|
||||
|
||||
#Create a list of object files with the desired output directory path.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
target remote localhost:1234
|
||||
set arch riscv:rv32
|
||||
set remotetimeout 250
|
||||
flushregs
|
||||
file ./output/RTOSDemo.elf
|
||||
load
|
||||
tb main
|
||||
Loading…
Add table
Add a link
Reference in a new issue