Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 676 Bytes

w5500-dhcp

DHCP client for the Wiznet W5500 SPI internet offload chip.

Warning

Please review the code before use in a production environment. This code has been tested, but only with a single DHCP server.

Feature Flags

All features are disabled by default.

  • defmt: Enable logging with defmt.
  • eh0: Passthrough to w5500-hl.
  • eh1: Passthrough to w5500-hl.
  • log: Enable logging with log.
  • std: Passthrough to w5500-hl.
  • ufmt: Enable formatting types with ufmt.