Skip to content

Commit 7b8e249

Browse files
committed
doc: platform-support.md: Document port
1 parent 567c27a commit 7b8e249

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/doc/rustc/src/platform-support.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,5 +410,8 @@ target | std | host | notes
410410
[`riscv32imafc-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 32bit with NuttX
411411
[`riscv64imac-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 64bit with NuttX
412412
[`riscv64gc-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 64bit with NuttX
413+
[`riscv32e-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32E ISA)
414+
[`riscv32em-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32EM ISA)
415+
[`riscv32emc-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32EMC ISA)
413416

414417
[runs on NVIDIA GPUs]: https://github.com/japaric-archived/nvptx#targets

src/doc/rustc/src/platform-support/riscv32-unknown-none-elf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# `riscv32{i,im,ima,imc,imac,imafc}-unknown-none-elf`
1+
# `riscv32{i,im,ima,imc,imac,imafc,e,em,emc}-unknown-none-elf`
22

33
**Tier: 2**
44

55
Bare-metal target for RISC-V CPUs with the RV32I, RV32IM, RV32IMC, RV32IMAFC and RV32IMAC ISAs.
66

77
**Tier: 3**
88

9-
Bare-metal target for RISC-V CPUs with the RV32IMA ISA.
9+
Bare-metal target for RISC-V CPUs with the RV32IMA, RV32E, RV32EM and RV32EMC ISAs.
1010

1111
## Target maintainers
1212

0 commit comments

Comments
 (0)