uvm32/host-arduino
Toby Jaffey 76fba39a21 Rework syscall ABI.
Syscalls now accept two parameters, allowing for things like "int count = read(buf, len)"
Rather than providing safe signatures for syscalls, the user is now given helper functions to safely parse incoming values, c-strings and slices.
2025-12-09 21:51:35 +00:00
..
common Rework syscall ABI. 2025-12-09 21:51:35 +00:00
config.h Rename emulator to host, for clarity 2025-12-06 22:37:10 +00:00
host-arduino.ino Rework syscall ABI. 2025-12-09 21:51:35 +00:00
mini-rv32ima.h Rename emulator to host, for clarity 2025-12-06 22:37:10 +00:00
uvm32.cpp Rework syscall ABI. 2025-12-09 21:51:35 +00:00
uvm32.h Rework syscall ABI. 2025-12-09 21:51:35 +00:00