Ron Evans

Results 996 comments of Ron Evans
trafficstars

Hi @medteck thanks for posting. It will require a few additions to the `ble` package in order to support the functionality you are asking for. I will think about it...

Hello @msxfXF the target `-target cortex-m0` is not specific enough to build. You need to use the specific target that matches your *actual board*. For example: `tinygo build -target arduino-nano33...

Seems like this should be doable... anyone want to chime in here?

I suggest that you check your kernel version to make sure is 4.14+ on Linux, and alternatively if on OSX try using the "older" mapping that is in the `config/dualshock4.json`...

@aykevl the SVD file was updated, so this PR should be unblocked. :smile_cat:

This is a duplicate of https://github.com/hybridgroup/gobot/issues/362

We will add support for XCode 14 only after GH actions adds support so we can test as part of our builds. Please see https://github.com/github/roadmap/issues/813

I personally do not have one of these boards, however adding support for it should not be difficult. Please take a look at the Raspberry Pi platform implementation here: https://github.com/hybridgroup/gobot/blob/dev/platforms/raspi/raspi_adaptor.go...

See https://github.com/tinygo-org/tinygo/pull/3536 for progress on rp2040.

An update: using the `dev` branch of TinyGo itself from the upcoming 0.28, and LIttleFS filesystem in this repo on `dev` branch, is working on RP2040 flash. The fatFS is...