Results 13 issues of Hansem Ro

This pull request introduces image support and partial clipboard support to resolve the main objective of #100. Image resizing or transform is not yet supported. Notable changes: - Images are...

This fixes `test_plusargs` test case with VCS where plusargs would be missing from from `cocotb.plusargs`. Without passing $(PLUSARGS) to simv, test case would fail: ``` MODULE=plusargs TESTCASE= TOPLEVEL=tb_top TOPLEVEL_LANG=verilog \...

### Problem The specific issue I am having is that fsdb dumping cannot be done if Verdi is not installed or linked to VCS. I am running VCS (S-2021.09) on...

In preparation for ISP protocol support for all platforms, this PR replaces platform-specific rawhid backends with a common LibUSB-1.0 backend. With only one backend to maintain, it becomes easier to...

ISP bootrom features programming via USB and UART using external software like [HT32 Flash Programmer](https://web.archive.org/web/*/https://www.holtek.com/documents/10179/6393513/HT32_Flash_Programmer_v109d.exe). Two important distinctions between ISP and IAP are that ISP bootrom is on all HT32...

This commit fixes a build step for MSYS2/QMK_MSYS with MinGW-w64 toolchain by statically linking libgcc and libstdc++ (instead of copying from invalid path). The previous method of locating libraries in...

See #12. Working commands: - `info` : prints ISP version, model, page size, flash size - `wipe` : mass erase device - `version` : get ISP version - `reboot` :...

This PR makes the following changes: - fix bootloader detection logic which helps pok3rtool detect (MasterKeys) keyboards in bootloader mode. - add support for Cooler Master MasterKeys Pro S RGB...

~Don't have pok3r RGB keyboard, but~ wanted to help out with the RE effort and create a starting point for support in QMK. (Update: got the keyboard). Pok3r RGB has...