Skip to content

Commit

Permalink
WIP: dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 12, 2023
1 parent 5ad12a4 commit 425f481
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ embedded-io = { version = "0.6", default-features = false }
embedded-io-async = { version = "0.6", default-features = false, optional = true }
heapless = { version = "0.7", default-features = false }
httparse = { version = "1.7", default-features = false }
num_enum = { version = "0.7", default-features = false }
embassy-futures = "0.1"
embassy-sync = { version = "0.3", default-features = false }
no-std-net = { version = "0.6", default-features = false }
Expand Down
Loading

0 comments on commit 425f481

Please sign in to comment.