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 29ab797 commit b8b312bCopy full SHA for b8b312b
.github/workflows/ci.yml
@@ -1765,9 +1765,12 @@ jobs:
1765
# PLATFORM_ARGS+="-p mps3/an547 "
1766
1767
# Add RISC-V platforms
1768
- ## TODO: Add RV32I platforms
1769
- ## TODO: Add RV32E platforms
1770
- ## TODO: Add RV64I platforms
+ ## RV32I
+ PLATFORM_ARGS+="-p qemu_riscv32 "
+ ## RV32E
1771
+ PLATFORM_ARGS+="-p qemu_riscv32e "
1772
+ ## RV64I
1773
+ PLATFORM_ARGS+="-p qemu_riscv64 "
1774
fi
1775
1776
# Generate test list
0 commit comments