Marek Słowiński
Marek Słowiński
> Just a quick update. The RISC-V testing has progressed pretty well and we are now running mainline QEMU to test both the HiFive1 and OpenTitan. There is work underway...
Sorry for the confusion. I've verified my setup by running QEMU emulation in clean environment and got it working with latest Tock kernel and libtock-c library. So it was definitely...
The problem is not specific to USB implementation and is actually caused by [_keypress_ event](https://github.com/hathach/tinyusb-webusb-page/blob/main/webusb-serial/application.js#L85) being used in web application. Chrome on Android doesn't support _keypress_ event for Gboard and...
Unfortunately, it looks like keyboard events on Android Chrome are messy. **Keydown** event is detected, but doesn't return practical value under **key** property. It always returns 229 code (which is...
You can change the keyboard shortcuts for any extension on the chrome built-in page `chrome://extensions/shortcuts` 
It can be slightly improved by enabling completion for the `dotnet` command separately as described in https://github.com/dotnet/docs/blob/main/docs/core/tools/enable-tab-autocomplete.md#zsh. It is based on `dotnet complete` command in contrast to `dotnet suggest`. Both...
A workaround from @yelvert didn't work for me unfortunately, at least not with the recent 2.7.25 and 2.0.436 versions. However I found a reason why it fails and a temporary...