tinygo-org / tinygo-site

Web site for TinyGo project.
https://tinygo.org
54 stars 110 forks source link

Missing boards on Microcontrollers overview #355

Open kagehisa opened 1 year ago

kagehisa commented 1 year ago

It seems the documentation is missing some boards, e.g. the esp32-c3 as it is visible in the github readme file. I also see in the page for the esp32 coreboard some hints regarding PWM. But according to the overview this should not be supported. Is PWM and I2C on the ESP32 coreboard now supported? Or am I reading the machine reference wrong?

aykevl commented 1 year ago

I also see in the page for the esp32 coreboard some hints regarding PWM. But according to the overview this should not be supported. Is PWM and I2C on the ESP32 coreboard now supported? Or am I reading the machine reference wrong?

Those are some shared types and globals used for all machine packages. So PWM is not supported, even though there are some references to PWM in there.