File tree 6 files changed +5625
-2
lines changed
6 files changed +5625
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,15 @@ repository = "https://github.com/thejpster/tm4c-hal/tm4c129x-hal"
15
15
edition = " 2018"
16
16
17
17
[dependencies ]
18
+ bare-metal = " 0.2.4"
18
19
cortex-m = " 0.6"
19
20
nb = " 0.1"
20
21
tm4c129x = " 0.9"
21
22
23
+ [dependencies .byteorder ]
24
+ version = " 1"
25
+ default-features = false
26
+
22
27
[dependencies .cast ]
23
28
version = " 0.2"
24
29
default-features = false
@@ -27,6 +32,17 @@ default-features = false
27
32
version = " 0.2"
28
33
features = [" unproven" ]
29
34
35
+ [dependencies .smoltcp ]
36
+ version = " 0.6"
37
+ default_features = false
38
+ features = [
39
+ " proto-ipv4" ,
40
+ " proto-ipv6" ,
41
+ " socket-raw" ,
42
+ " socket-udp" ,
43
+ " socket-tcp" ,
44
+ ]
45
+
30
46
[dependencies .void ]
31
47
version = " 1.0"
32
48
default-features = false
@@ -35,5 +51,9 @@ default-features = false
35
51
version = " 0.3.0"
36
52
path = " ../tm4c-hal"
37
53
54
+ [dependencies .vcell ]
55
+ version = " 0.1.0"
56
+ features = [" const-fn" ]
57
+
38
58
[features ]
39
59
rt = [" tm4c129x/rt" ]
You can’t perform that action at this time.
0 commit comments