3 Commits

Author SHA1 Message Date
Mikael Ågren
8b1bb01771
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-04-04 13:41:51 +02:00
Mikael Ågren
333140fae7
fw: Replace custom picorv32 instructions in qemu target 2025-04-04 13:41:45 +02: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