Ayke
Ayke
Fixed the issue. It's probably a bug in Python 3.5 that has been fixed in Python 3.6. I'm now running the verifier in Python 3.6.
> I also see in the page for the [esp32 coreboard](https://tinygo.org/docs/reference/microcontrollers/machine/esp32-coreboard-v2/) some hints regarding PWM. But according to the overview this should not be supported. Is PWM and I2C on...
> However, due to compiler limitations, TinyGo cannot yet produce WebAssembly that uses the supported WebAssembly syntax. No. These are not compiler limitations. We do this for backwards compatibility. I...
Fair point. Both files are the same for the same TinyGo version. So generally you should copy it from your local TinyGo installation but it doesn't matter much. If you...
I see, `lsb_release -s -c` returns `tara` instead of (what I would expect) `bionic` - because that's what this Linux Mint release seems to be based on. Most likely you...
This PR is really big and difficult to review all at once. Can you maybe split it up a bit?
There are a bunch of different changes that we may or may not want. Putting them all in one big PR makes it near-impossible to be selective about what goes...
Note that in the case of Linux, the kernel _has_ to synchronize access to the I2C bus for safe operation. I'm pretty sure the hardware will misbehave when access isn't...
What is the error that you are getting with MinGW 10?
It looks like MinGW 10 doesn't support `std::mutex`. I'm not sure how to get it supported again, as LLVM relies on an up-to-date and fully supported compiler. Maybe some additional...