3 Commits

Author SHA1 Message Date
Mikael Ågren
15bf72bc37
Add QEMU_SYSCALL to enable Qemu syscalls
Enable Qemu syscall handling by defining QEMU_SYSCALL instead of
QEMU_DEBUG. That way we can select either or.
2025-03-24 11:36:09 +01:00
Mikael Ågren
d239b952b0
fw: Replace custom picorv32 instructions in qemu target 2025-03-18 17:40:10 +01:00
Mikael Ågren
d82c3a706e
fw: Add syscalls
Adds:
- SYSCALL_RESET
- SYSCALL_SET_LED

Co-authored-by: Michael Cardell Widerkrantz <mc@tillitis.se>
2025-02-27 14:27:05 +01:00