summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2023-10-31 21:55:07 +0100
committerDamien George <damien@micropython.org>2024-06-17 12:06:09 +1000
commit2d69aab7b350810322a4cba2667626949ee3d974 (patch)
tree8d86580ef23e790704aa804f2d61e8aedd4fac1b /README.md
parentd7d77d91becd0716ac1672c92652d9dd72ec613f (diff)
downloadmicropython-2d69aab7b350810322a4cba2667626949ee3d974.tar.gz
micropython-2d69aab7b350810322a4cba2667626949ee3d974.zip
qemu-riscv: Add new QEMU RV32 port.
This adds a QEMU-based bare metal RISC-V 32 bits port. For the time being only QEMU's "virt" 32 bits board is supported, using the ilp32 ABI and the RV32IMC architecture. The top-level README and the run-tests.py files are updated for this new port. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5bc6d78f0..a20e0aaf13 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,8 @@ In addition, the following ports are provided in this repository:
- [nrf](ports/nrf) -- Nordic Semiconductor nRF51 and nRF52.
- [pic16bit](ports/pic16bit) -- Microchip PIC 16-bit.
- [powerpc](ports/powerpc) -- IBM PowerPC (including Microwatt)
- - [qemu-arm](ports/qemu-arm) -- QEMU-based emulated target, for testing)
+ - [qemu-arm](ports/qemu-arm) -- QEMU-based Arm emulated target (for testing)
+ - [qemu-riscv](ports/qemu-riscv) -- QEMU-based RISC-V emulated target (for testing)
- [renesas-ra](ports/renesas-ra) -- Renesas RA family.
- [rp2](ports/rp2) -- Raspberry Pi RP2040 (including Pico and Pico W).
- [samd](ports/samd) -- Microchip (formerly Atmel) SAMD21 and SAMD51.