diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2023-10-31 21:55:07 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-06-17 12:06:09 +1000 |
commit | 2d69aab7b350810322a4cba2667626949ee3d974 (patch) | |
tree | 8d86580ef23e790704aa804f2d61e8aedd4fac1b /README.md | |
parent | d7d77d91becd0716ac1672c92652d9dd72ec613f (diff) | |
download | micropython-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |