Ayke
Ayke
IRQ handling is outside of the scope of this change. While I have plans for that, this proposal is only about how to pass pin numbers to a peripheral. My...
It works if you remove the default value for the value. For example: ```go var version string ``` Doing this with an initializer is not currently supported.
I don't think this is documented anywhere for TinyGo. It's just a side effect from how the x/tools/go/ssa package works and how this feature is implemented in TinyGo. Not sure...
> except that I don't think `Glob` is guaranteed to be in any order: [golang/go#17153](https://github.com/golang/go/issues/17153) Fair enough. I've added a `sort.Strings` call to be sure. > Is it still relevant/needed?...
This is now ready for review.
This fails, rebasing on #2037 (once merged) might fix it.
Another build failure. Rebasing on #2051 should _really_ fix this - hopefully.
Rebased. Hopefully all tests pass this time.
Looks like this doesn't quite work yet, the issue appears to be the lack of Go assembly support in TinyGo.