File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ TODO Add news related to embedded Rust that are not about new crates releases he
45
45
- TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture!
46
46
47
47
- [ @hannobraun ] [ @braun-embedded ] wrote an [ article about his DW1000 driver] [ dw1000 ] .
48
+ - [ @andre-richter ] added a new tutorial to the [ Operating System development tutorials in Rust on the Raspberry Pi] series:
49
+ - [ Tutorial 14: Exceptions Part 2: Peripheral IRQs] - Including drivers for the BCM and GICv2 interrupt controllers.
48
50
49
51
## Embedded Projects
50
52
@@ -80,6 +82,7 @@ you would like for yourself.
80
82
[ @rnestler ] : https://github.com/rnestler
81
83
[ @ra-kete ] : https://github.com/ra-kete
82
84
[ @braun-embedded ] : http://github.com/braun-embedded
85
+ [ @andre-richter ] : https://github.com/andre-richter
83
86
84
87
<!--
85
88
TODO: Put all links for content here.
@@ -91,6 +94,8 @@ TODO: Put all links for content here.
91
94
[ atsamd-hal ] : https://github.com/atsamd-rs/atsamd/
92
95
[ microfft ] : https://crates.io/crates/microfft
93
96
[ dw1000 ] : https://braun-embedded.com/dw1000/
97
+ [ Operating System development tutorials in Rust on the Raspberry Pi ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
98
+ [ Tutorial 14: Exceptions Part 2: Peripheral IRQs ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/14_exceptions_part2_peripheral_IRQs
94
99
95
100
## ` embedded-hal ` Ecosystem Crates
96
101
You can’t perform that action at this time.
0 commit comments