You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ The examples use `defmt` and `defmt_rtt` for logging, and `panic_probe` over `de
94
94
95
95
##### Alternative pin configuration & HSE
96
96
97
-
If the board you're developing for has a High Speed External oscillator connected to the correct pins, the HSE configuration can be activated by setting the `EXAMPLE_HSE` environment variable to one of `oscillator` or `bypass` when compiling.
97
+
If the board you're developing for has a High Speed External oscillator connected to the correct pins, the HSE configuration can be activated by setting the `STM32_ETH_EXAMPLE_HSE` environment variable to one of `oscillator` or `bypass` when compiling.
98
98
99
-
If the board you're developing for uses the nucleo pinout (PG11 and PG13 instead of PB11 and PB12), the pin configuration can be changed by setting the `EXAMPLE_PINS` environment variable to `nucleo` when compiling.
99
+
If the board you're developing for uses the nucleo pinout (PG11 and PG13 instead of PB11 and PB12), the pin configuration can be changed by setting the `STM32_ETH_EXAMPLE_PINS` environment variable to `nucleo` when compiling.
100
100
101
101
### Building examples
102
102
To build an example, run the following command:
@@ -115,7 +115,7 @@ cargo build --release --example ip \
115
115
If we wish to build the `arp` example for a Nucleo-F767ZI with a HSE oscillator:
0 commit comments