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

release no longer contains "net" drivers? #688

Open gherlein opened 1 week ago

gherlein commented 1 week ago

It exists in 0.26 but not after. Has it moved? Using the arduino-nano33-iot with the built in espat wifi adapter and cannot even build the examples due to this missing folder.

conejoninja commented 1 week ago

I think the functionality is now under netdev & netlink packages

@deadprogram ? If that's the case, then the README needs some updates (code is ok) https://github.com/tinygo-org/drivers/blob/release/README-net.md

gherlein commented 1 week ago

Could also use an example program or two. I am happy to contribute edits to docs and code, but I'm new to tinygo. If someone can point me at even one example?

deadprogram commented 5 days ago

@gherlein please see https://github.com/tinygo-org/drivers/tree/release/examples/net

gherlein commented 5 days ago

Thanks!