Skip to content

Commit 9256e19

Browse files
Update links to RISC-V projects
This PR updates links to RISC-V projects, as they are now together on a single workspace. I also added `riscv-pac` and `riscv-semihosting` to the list.
1 parent df6952e commit 9256e19

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ The RISC-V team develops and maintains the core of the RISC-V crate ecosystem.
294294
Projects maintained by this team
295295

296296
- [`riscv-rust-quickstart`]
297+
- [`riscv-pac`]
297298
- [`riscv-rt`]
299+
- [`riscv-semihosting`]
298300
- [`riscv`]
299301

300302
### The resources team
@@ -474,9 +476,11 @@ Our Matrix room is logged by on the bridged IRC channel, and you can find the lo
474476
[`panic-itm`]: https://github.com/rust-embedded/cortex-m/tree/master/panic-itm
475477
[`panic-semihosting`]: https://github.com/rust-embedded/cortex-m/tree/master/panic-semihosting
476478
[`qemu-exit`]: https://github.com/rust-embedded/qemu-exit
477-
[`riscv-rt`]: https://github.com/rust-embedded/riscv-rt
479+
[`riscv-pac`]: https://github.com/rust-embedded/riscv/tree/master/riscv-pac
480+
[`riscv-rt`]: https://github.com/rust-embedded/riscv/tree/master/riscv-rt
481+
[`riscv-semihosting`]: https://github.com/rust-embedded/riscv/tree/master/riscv-semihosting
478482
[`riscv-rust-quickstart`]: https://github.com/riscv-rust/riscv-rust-quickstart
479-
[`riscv`]: https://github.com/rust-embedded/riscv
483+
[`riscv`]: https://github.com/rust-embedded/riscv/tree/master/riscv
480484
[`rust-embedded-provisioning`]: https://github.com/rust-embedded/rust-embedded-provisioning
481485
[`rust-raspberrypi-OS-tutorials`]: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
482486
[`spidev`]:https://github.com/rust-embedded/rust-spidev

0 commit comments

Comments
 (0)