@@ -26,14 +26,7 @@ stm32f1xx-hal = { version = "0.9", optional = true }
26
26
ieee802_3_miim = { version = " 0.7" , optional = true }
27
27
cortex-m = " 0.7"
28
28
log = { version = " 0.4" , optional = true }
29
-
30
- # For rtic-echo
31
- cortex-m-rtic = { version = " 1.0" , optional = true }
32
29
defmt = { 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 }
37
30
38
31
[dependencies .smoltcp ]
39
32
version = " 0.8"
@@ -70,7 +63,7 @@ stm32f779 = ["stm32f7xx-hal/stm32f779", "device-selected", "fence"]
70
63
smoltcp-phy = [" smoltcp" ]
71
64
72
65
# 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" ]
74
67
rtic-echo-example-altpin = [ ]
75
68
76
69
[dev-dependencies ]
@@ -79,6 +72,10 @@ cortex-m-rt = "0.7"
79
72
panic-itm = " 0.4"
80
73
cortex-m-semihosting = " 0.3"
81
74
fugit = " 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"
82
79
83
80
[[example ]]
84
81
name = " pktgen"
0 commit comments