Ayke

Results 441 comments of Ayke

We recently changed compiler/compiler.go in #941 so I'm afraid this will need another conflict resolution.

Interesting! This is certainly something that is slow and can be improved by parallelization.

Would be cool to have but I don't think anybody will actually use this. Closing, with the code remaining in this PR for anybody who is interested.

The reason that the PWM peripheral _types_ are different between chips is that a single chip can have multiple different kinds of PWM with different features. So this won't really...

Here is a PR to add PWM peripheral information to tinygo.org: https://github.com/tinygo-org/tinygo-site/pull/288

> The main motivation for this, at least for me, is the rp2040 is quite a unique case when it comes to microcontrollers, technically every single GPIO can be used...

I think we'll always want to use DMA. That is an easier to use API and likely faster overall.

Yeah, we can't do a lot about it. I hope that the stringref proposal gets some traction, that would allow us to use strings in exported functions. Until then, they...

Note: I have changed the PR from master to dev, as that's what we're working on (and dev has many changes now not included in master).

There are a number of conflicts, which you can fix by rebasing on top of the dev branch (although it appears like you already did some of that in #1048?)