Ron Evans
Ron Evans
## Solved issues and/or description of the change Changes needed for compatibility with the new version of the `bluetooth` package. ## Manual test - OS and Version (Win/Mac/Linux): Linux -...
## Solved issues and/or description of the change This PR correct all usage of ps3 joystick reads, which are now `int` instead of `int16` ## Manual test - OS and...
The latest release of TinyGo removed the `-target=wasi` in favor of the newer `GOOS/GOARCH` values, however those do not exist in Go 1.20 so it causes an issue for those...
This is a very very early draft PR to hopefully help jumpstart adding support for the Arduino Uno R4.
This PR adds an ADC only implementation for the pcf8591 I2C ADC/DAC. A future PR can add the DAC feature.
This PR updates the still incomplete support for the Renesas family of processors by switching to the main `cmsis-svd` repo for the SVD data, and removing the separate repo that...
This PR adds the custom domain redirect files for all drivers that were missing them. It also adds a missing `` tag so they are now correctly formed.
Hello, there! Thanks for this very useful project. While doing some testing recently, it was pointed out to me that the typical endpoint for SSE is `messages` (plural) not `message`...
This PR changes the default SSE endpoint to `messages` to match the standard one used in the official servers. Fixes #71 ## Summary by CodeRabbit - **Refactor** - Updated the...
``` $ tinygo version tinygo version 0.28.1 linux/amd64 (using go version go1.20 and LLVM version 15.0.0) $ tinygo flash -target gopher-badge ./examples/marble-game/ tinygo:ld.lld: error: undefined hidden symbol: __math_invalidf >>> referenced...