File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
<div class =" four columns" id =" discovery-book" >
9
9
<div class =" domain-icon" >
10
10
<img src =" /static/images/chip1.svg" alt =" DIP-6 package" />
11
- <a href =" https://japaric .github.io/discovery" >
11
+ <a href =" https://rust-embedded .github.io/discovery/ " >
12
12
<h3 >The Discovery Book</h3 >
13
13
</a >
14
14
</div >
19
19
<div class =" four columns" id =" embedded-rust-book" >
20
20
<div class =" domain-icon" >
21
21
<img src =" /static/images/chip2.svg" alt =" TFQP-16 package" />
22
- <a href =" https://book. rust-embedded.org /" >
22
+ <a href =" https://rust-embedded.github.io/book /" >
23
23
<h3 >The Embedded Rust Book</h3 >
24
24
</a >
25
25
</div >
31
31
<div class =" four columns" id =" embedonomicon" >
32
32
<div class =" domain-icon" >
33
33
<img src =" /static/images/chip3.svg" alt =" BGA package" />
34
- <a href =" https://embedonomicon. rust-embedded.org /" >
34
+ <a href =" https://rust-embedded.github.io/embedonomicon /" >
35
35
<h3 >The Embedonomicon</h3 >
36
36
</a >
37
37
</div >
Original file line number Diff line number Diff line change 24
24
<p >
25
25
Dynamic memory allocation is optional. Use a global allocator and dynamic data structures.
26
26
Or leave out the heap altogether and statically allocate everything.
27
- <a href =" https://github.com/rust-lang-nursery/ embedded-wg/ issues/125 " >Learn more</a >
27
+ <a href =" https://github.com/rust-embedded/book/ issues/8 " >Learn more</a >
28
28
</p >
29
29
</div >
30
30
<div class =" four columns" id =" safe-concurrency" >
35
35
<p >
36
36
Rust makes it impossible to accidentally share state between threads.
37
37
Use any concurrency approach you like, and you'll still get Rust's strong guarantees.
38
- <a href =" https://github.com/rust-lang-nursery/ embedded-wg/ issues/124 " >Learn more</a >
38
+ <a href =" https://github.com/rust-embedded/book/ issues/7 " >Learn more</a >
39
39
</p >
40
40
</div >
41
41
</div >
48
48
<p >
49
49
Integrate Rust into your existing C codebase or leverage an existing SDK to write a Rust
50
50
application.
51
- <a href =" https://github.com/rust-lang-nursery/ embedded-wg/ issues/48 " >Learn more</a >
51
+ <a href =" https://github.com/rust-embedded/book/ issues/1 " >Learn more</a >
52
52
</p >
53
53
</div >
54
54
<div class =" four columns" id =" portability" >
59
59
<p >
60
60
Write a library or driver once, and use it with a variety of systems, ranging
61
61
from very small microcontrollers to powerful SBCs.
62
- <a href =" https://github.com/rust-lang-nursery/ embedded-wg/ issues/119 " >Learn more</a >
62
+ <a href =" https://github.com/rust-embedded/book/ issues/6 " >Learn more</a >
63
63
</p >
64
64
</div >
65
65
<div class =" four columns" >
You can’t perform that action at this time.
0 commit comments