sago35

Results 219 comments of sago35

Hello, I think the following branch will help BLE HID move forward a bit. Currently, the `blehid2` branch of tinygo-keyboard works as a BLE HID Keyboard on Android, but it...

First, check out the blehid2 branch and try building it as is. It successfully built on my end. ``` $ git checkout blehid2 $ tinygo build -o /tmp/out.uf2 --target xiao-ble...

> Further there are quite some magic value, can you elaborate a little on these? There are still many magic numbers left, but there are no plans to fix them...

I haven't been able to respond for a while. In the near future, I will investigate using the latest **`tinygo.org/x/bluetooth`**.

I haven't looked at it in detail, but I was able to gdb tinygo with feather-nrf52840-sense via pyocd. It would be nice if we could do tinygo flash as well.

I think it is difficult to combine with openocd-target to make it work. If the openocd configuration happens to match the pyocd name, it may work. For nrf52840, the openocd-target...

I’ll make sure to review it early next week.

The error is being output from here, and we can predict that the cause lies in `findFATMounts()`. Since I don't have a macOS system, I need someone's help. https://github.com/tinygo-org/tinygo/blob/v0.33.0/main.go#L994-L1018

> /opt/homebrew/Cellar/tinygo/0.35.0/targets You can find this location by running `tinygo env` or `tinygo env TINYGOROOT`. > failed to flash /var/folders/dr/xxx/T/tinygo12345/main.uf2: unable to locate any volume: [RPI-RP2,NO NAME] For the `rp2040`...