micropython/ports
Alessandro Gatti 44986b1f04 qemu/riscv64: Add new QEMU RV64 port.
This adds a QEMU-based bare metal RISC-V 64 bits port.  For the time being
only QEMU's "virt" 64 bits board is supported, using the lp64 ABI and the
RV64IMC architecture.

The port's README is also updated to keep track of these changes.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-09-19 11:11:31 +10:00
..
alif alif/tinyusb_port: Fix setting of USB device addr for fast hosts. 2025-09-08 12:30:53 +10:00
bare-arm py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
cc3200 ports: Remove unneeded future imports. 2025-09-15 14:54:09 +10:00
embed embed/port: Fix alloca include for Windows platforms. 2025-08-01 12:01:37 +10:00
esp32 esp32/machine_uart: Handle properly the timeout_char argument. 2025-09-11 12:42:18 +10:00
esp8266 esp8266/main: Use new cstack API and add a stack margin of 64 bytes. 2025-09-11 12:55:36 +10:00
mimxrt mimxrt/mphalport: Fix building with USB CDC disabled. 2025-09-09 10:29:38 +10:00
minimal py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
nrf ports: Remove unneeded future imports. 2025-09-15 14:54:09 +10:00
pic16bit py/mpconfig: Rename MICROPY_PY___FILE__ to MICROPY_MODULE___FILE__. 2025-08-19 13:00:45 +10:00
powerpc py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
qemu qemu/riscv64: Add new QEMU RV64 port. 2025-09-19 11:11:31 +10:00
renesas-ra extmod/modtime: Move tuple creation to common localtime implementation. 2025-08-15 12:09:13 +10:00
rp2 rp2/mphalport: Fix building with USB CDC disabled. 2025-09-09 10:29:38 +10:00
samd samd/mphalport: Fix building with USB CDC disabled. 2025-09-09 10:29:38 +10:00
stm32 stm32/main: Use defined constants to enable N6 clocks during low power. 2025-09-18 23:32:44 +10:00
unix unix/Makefile: Add additional testing targets. 2025-09-16 12:31:14 +10:00
webassembly extmod/modtime: Move tuple creation to common localtime implementation. 2025-08-15 12:09:13 +10:00
windows shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
zephyr zephyr/CMakeLists.txt: Enable sys.implementation._build. 2025-09-08 11:24:32 +10:00