We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ae765 commit a1db330Copy full SHA for a1db330
.github/workflows/ci.yml
@@ -1793,9 +1793,12 @@ jobs:
1793
# PLATFORM_ARGS+="-p mps3/an547 "
1794
1795
# Add RISC-V platforms
1796
- ## TODO: Add RV32I platforms
1797
- ## TODO: Add RV32E platforms
1798
- ## TODO: Add RV64I platforms
+ ## RV32I
+ PLATFORM_ARGS+="-p qemu_riscv32 "
+ ## RV32E
1799
+ PLATFORM_ARGS+="-p qemu_riscv32e "
1800
+ ## RV64I
1801
+ PLATFORM_ARGS+="-p qemu_riscv64 "
1802
fi
1803
1804
# Generate test list
0 commit comments