add DHCP resource
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2024-05-20 20:44:47 +02:00
parent 25521b3772
commit 8dc7e7ac6c
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -115,3 +115,4 @@ format as the packet framing format.
## Resources
- [STM32H743ZI Ethernet link checker example](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/ethernet-nucleo-h743zi2.rs)
- [smoltcp DHCP client](https://github.com/smoltcp-rs/smoltcp/blob/main/examples/dhcp_client.rs)