@@ -26,14 +26,7 @@ stm32f1xx-hal = { version = "0.9", optional = true }
2626ieee802_3_miim = { version = " 0.7" , optional = true }
2727cortex-m = " 0.7"
2828log = { version = " 0.4" , optional = true }
29-
30- # For rtic-echo
31- cortex-m-rtic = { version = " 1.0" , optional = true }
3229defmt = { version = " 0.3" , optional = true }
33- defmt-rtt = { version = " 0.3" , optional = true }
34- panic-probe = { version = " 0.3" , optional = true , features = [ " print-defmt" ] }
35- systick-monotonic = { version = " 1.0" , optional = true }
36- fugit = { version = " 0.3" , optional = true }
3730
3831[dependencies .smoltcp ]
3932version = " 0.8"
@@ -70,7 +63,7 @@ stm32f779 = ["stm32f7xx-hal/stm32f779", "device-selected", "fence"]
7063smoltcp-phy = [" smoltcp" ]
7164
7265# Example features
73- rtic-echo-example = [ " ieee802_3_miim" , " cortex-m-rtic " , " smoltcp-phy" , " smoltcp/defmt" , " smoltcp/medium-ethernet" , " smoltcp/socket-tcp" , " defmt " , " defmt-rtt " , " panic-probe " , " systick-monotonic " , " fugit " ]
66+ rtic-echo-example = [ " ieee802_3_miim" , " defmt " , " smoltcp-phy" , " smoltcp/defmt" , " smoltcp/medium-ethernet" , " smoltcp/socket-tcp" ]
7467rtic-echo-example-altpin = [ ]
7568
7669[dev-dependencies ]
@@ -79,6 +72,10 @@ cortex-m-rt = "0.7"
7972panic-itm = " 0.4"
8073cortex-m-semihosting = " 0.3"
8174fugit = " 0.3"
75+ cortex-m-rtic = " 1.0"
76+ defmt-rtt = " 0.3"
77+ panic-probe = { version = " 0.3" , features = [ " print-defmt" ] }
78+ systick-monotonic = " 1.0"
8279
8380[[example ]]
8481name = " pktgen"
0 commit comments