Skip to content

Commit 6c4da1c

Browse files
Merge #117
117: Add Rasperry Pi OS Dev tutorial 14 r=adamgreig a=andre-richter Co-authored-by: Andre Richter <[email protected]>
2 parents e403fab + b494412 commit 6c4da1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/2020-02-29-newsletter-24.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ TODO Add news related to embedded Rust that are not about new crates releases he
4545
- TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture!
4646

4747
- [@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.
4850

4951
## Embedded Projects
5052

@@ -80,6 +82,7 @@ you would like for yourself.
8082
[@rnestler]: https://github.com/rnestler
8183
[@ra-kete]: https://github.com/ra-kete
8284
[@braun-embedded]: http://github.com/braun-embedded
85+
[@andre-richter]: https://github.com/andre-richter
8386

8487
<!--
8588
TODO: Put all links for content here.
@@ -91,6 +94,8 @@ TODO: Put all links for content here.
9194
[atsamd-hal]: https://github.com/atsamd-rs/atsamd/
9295
[microfft]: https://crates.io/crates/microfft
9396
[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
9499

95100
## `embedded-hal` Ecosystem Crates
96101

0 commit comments

Comments
 (0)