w5500: initial version the driver (#788)

Thank you, @nrwiersma for working on this and @soypat for review. Now merging.
This commit is contained in:
Nicholas Wiersma
2025-11-12 10:00:21 +02:00
committed by GitHub
parent 09fd01340b
commit 4b831af52b
6 changed files with 923 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@ tinygo build -size short -o ./build/test.uf2 -target=nicenano ./examples/sharpme
tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/max6675/main.go
tinygo build -size short -o ./build/test.hex -target=pico ./examples/ens160/main.go
tinygo build -size short -o ./build/test.hex -target=pico ./examples/si5351/main.go
tinygo build -size short -o ./build/test.hex -target=pico ./examples/w5500/main.go
# network examples (espat)
tinygo build -size short -o ./build/test.hex -target=challenger-rp2040 ./examples/net/ntpclient/
# network examples (wifinina)