File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Pull requests are welcome :)
15
15
Add one of the following to the ` [dependencies] ` section in your ` Cargo.toml ` (with the correct MCU specified):
16
16
17
17
``` toml
18
- stm32-eth = { version = " 0.3.0 " , features = [" stm32f429" ] } # For stm32f4xx-like MCUs
19
- stm32-eth = { version = " 0.3.0 " , features = [" stm32f767" ] } # For stm32f7xx-like MCUs
20
- stm32-eth = { version = " 0.3.0 " , features = [" stm32f107" ] } # For stm32f107
18
+ stm32-eth = { version = " 0.4.1 " , features = [" stm32f429" ] } # For stm32f4xx-like MCUs
19
+ stm32-eth = { version = " 0.4.1 " , features = [" stm32f767" ] } # For stm32f7xx-like MCUs
20
+ stm32-eth = { version = " 0.4.1 " , features = [" stm32f107" ] } # For stm32f107
21
21
```
22
22
23
23
` stm32_eth ` re-exports the underlying HAL as ` stm32_eth::hal ` .
@@ -162,4 +162,4 @@ STM32_ETH_EXAMPLE_PINS=nucleo STM32_ETH_EXAMPLE_HSE=oscillator \
162
162
cargo run --release --example arp \
163
163
--features stm32f767 \
164
164
--target thumbv7em-none-eabihf
165
- ```
165
+ ```
You can’t perform that action at this time.
0 commit comments