RinHizakura

Results 5 issues of RinHizakura

Global variables and function definitions are put in a single header file and this may cause multiple definitions when `print.h` is included in two or more files. It could be...

In #9 , we have an abstraction of bus device with read and write method now. Since we have PCI and UART device emulation now, and there could be more...

Can we consider to propagate the return value from test_device() to main()? In this way, we can easily check the return code directly like `echo $?` in Linux to know...

Examples

Since more people may be involved in providing necessary new features, we need to consider whether to set up basic CI/CD tests to ensure that no regression will occur after...

help wanted

We'll observe 100% CPU usage by the reader thread when the GDBSTUB is running, and the reason is because the `socket_reader` keeps polling the status variable. In #10, @fabiomurer tried...