drivers icon indicating copy to clipboard operation
drivers copied to clipboard

release no longer contains "net" drivers?

Open gherlein opened this issue 1 year ago • 4 comments
trafficstars

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.

gherlein avatar Jun 25 '24 13:06 gherlein

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

conejoninja avatar Jun 25 '24 14:06 conejoninja

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?

gherlein avatar Jun 25 '24 15:06 gherlein

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

deadprogram avatar Jun 27 '24 06:06 deadprogram

Thanks!

gherlein avatar Jun 27 '24 14:06 gherlein