Skip to content

Commit 7c22c31

Browse files
committed
Some extra docs on how to (properly) use smoltcp
1 parent 8fd0fd6 commit 7c22c31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ fn ETH() {
9898

9999
## `smoltcp` support
100100

101-
Use feature-flag `smoltcp-phy`
101+
Use feature-flag `smoltcp-phy`.
102+
103+
To make proper use of `smoltcp`, you will also have to activate additional `smoltcp` features. You can do this by adding a dependency on the same version of `smoltcp` as `stm32-eth` to your own `Cargo.toml` with the features you require activated.
102104

103105
## Examples
104106

0 commit comments

Comments
 (0)