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
585 stars 180 forks source link

netlink, examples: use 'ninafw' tag instead of individual board tags #640

Closed deadprogram closed 5 months ago

deadprogram commented 5 months ago

This PR modifies netlink and also the associated examples to use the 'ninafw' tag instead of individual board tags to simplify maintenance. Also see PR #4085 in the main TinyGo repo.

deadprogram commented 5 months ago

Note that #4085 in the main repo has to be merged for this PR to pass the CI tests.

deadprogram commented 5 months ago

Now that https://github.com/tinygo-org/tinygo/pull/4085 has been merged, this PR is ready.

deadprogram commented 5 months ago

Thanks for review @ysoldak now merging.