You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rv32emu comes with experimental SDL support, which can render the frame via SDL2. However, it is unlikely useful to most visual applications, and there should be some relevant system calls associated with input events.
Expected output:
Add syscall_poll_event amd syscall_get_input which listen to keyboard/mouse events abstracted by SDL2.
Provide a neat and minimal test suite (RV32 ELF executables) for SDL support.