tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 180 forks source link

Skip Xtensa smoke tests #553

Closed aykevl closed 1 year ago

aykevl commented 1 year ago

This can be useful, to quickly run the smoke tests without compiler errors because of missing Xtensa support.

deadprogram commented 1 year ago

Good idea, thanks @aykevl