Ron Evans
Ron Evans
Hi @Schwusch looks that that board needs the softdevice added in TinyGo itself in similar way as the pca10056. Please see https://github.com/tinygo-org/tinygo/blob/release/targets/pca10056-s140v7.json for example. We would be happy to accept...
Wow, this looks pretty great @Cartermel thank you for working on it! @jagobagascon could you please take a look at this?
@Cartermel @jagobagascon @aykevl anything else needed here or are we good to merge?
Thank you @jagobagascon for the fix. @Cartermel can you please update the go.mod/go.sum in this PR and verify it has been addressed?
Thank you very much @Cartermel @jagobagascon and @aykevl now squash/merging.
Thank you for the improvements @sago35 and to @aykevl for review. Now merging.
Wouldn't it be better to use `image.Point` for this? https://pkg.go.dev/image#Point
> To use the bundled libc++ please add the following LDFLAGS: LDFLAGS="-L$HOMEBREW_PREFIX/opt/llvm/lib/c++ -Wl,-rpath,$HOMEBREW_PREFIX/opt/llvm/lib/c++" Looks like this needs to be done to pass CI on macOS...
Since you run TinyGo on the microcontroller itself, you would not use Firmata with TinyGo. Do you mean rewriting Firmata itself using TinyGo?
Hi, @el-jefe- which version of the Raspi do you have?