-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
65 lines (57 loc) · 2.32 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[root]
name = "cortex_m0"
version = "0.1.0"
dependencies = [
"altos-macros 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
"altos_core 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
"arm 0.1.0",
"volatile-ptr 0.1.0 (git+https://github.com/AltOS-Rust/volatile)",
]
[[package]]
name = "altos-macros"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/altos-core#492367941b0017c8ba1dcdbb1f2773e74254647b"
[[package]]
name = "altos_core"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/altos-core#492367941b0017c8ba1dcdbb1f2773e74254647b"
dependencies = [
"altos-macros 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
"cm0_atomic 0.1.0 (git+https://github.com/AltOS-Rust/cm0-atomic)",
"free_list_allocator 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
"volatile-ptr 0.1.0 (git+https://github.com/AltOS-Rust/volatile)",
]
[[package]]
name = "arm"
version = "0.1.0"
[[package]]
name = "cm0_atomic"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/cm0-atomic#cc0cfd61786e931535d03c962a0b10553630b470"
[[package]]
name = "cm0_sync"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/altos-core#492367941b0017c8ba1dcdbb1f2773e74254647b"
dependencies = [
"cm0_atomic 0.1.0 (git+https://github.com/AltOS-Rust/cm0-atomic)",
]
[[package]]
name = "free_list_allocator"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/altos-core#492367941b0017c8ba1dcdbb1f2773e74254647b"
dependencies = [
"altos-macros 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
"cm0_atomic 0.1.0 (git+https://github.com/AltOS-Rust/cm0-atomic)",
"cm0_sync 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)",
]
[[package]]
name = "volatile-ptr"
version = "0.1.0"
source = "git+https://github.com/AltOS-Rust/volatile#a6c4b3d8393017d8db85e71deee8867ea2476f1e"
[metadata]
"checksum altos-macros 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)" = "<none>"
"checksum altos_core 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)" = "<none>"
"checksum cm0_atomic 0.1.0 (git+https://github.com/AltOS-Rust/cm0-atomic)" = "<none>"
"checksum cm0_sync 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)" = "<none>"
"checksum free_list_allocator 0.1.0 (git+https://github.com/AltOS-Rust/altos-core)" = "<none>"
"checksum volatile-ptr 0.1.0 (git+https://github.com/AltOS-Rust/volatile)" = "<none>"