Skip to content

Commit 185e047

Browse files
Merge #79
79: Newsletter: New chapters in the OS dev tutorials r=therealprof a=andre-richter Co-authored-by: Andre Richter <[email protected]>
2 parents 391d4c5 + ca8aa98 commit 185e047

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/2019-11-28-newsletter-21.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ If you want to mention something in [the next newsletter], send us a pull reques
4343

4444
- [@japaric] released version v0.1.0 of [`ufmt`], a smaller (6-40x) and faster (2-9x) alternative to `core::fmt` that's free of dynamic dispatch, recursion (where possible) and panicking branches. `ufmt` is *not* a drop-in replacement for `core::fmt` but it provides `uDebug` and `uDisplay` traits and a family of `uwrite!` macros. In this release the `uwrite!` macros, and the rest of the crate, work on the stable channel.
4545

46+
- [@andre-richter] added two new tutorials for the `Operating System development tutorials in Rust on the Raspberry Pi` series:
47+
- Tutorial 11: [Virtual Memory](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/tree/master/11_virtual_memory)
48+
- Tutorial 12: [CPU Exceptions: Part 1](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/tree/master/12_cpu_exceptions_part1)
49+
4650
<!-- TODO Add news about embedded projects here -->
4751

4852
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
@@ -53,6 +57,7 @@ If you have an embedded project or blog post you would like to have featured in
5357
[teensy4-rs]: https://github.com/mciantyre/teensy4-rs
5458
[@japaric]: https://github.com/japaric
5559
[`ufmt`]: https://crates.io/crates/ufmt/0.1.0
60+
[@andre-richter]: https://github.com/andre-richter
5661

5762
## `embedded-hal` Ecosystem Crates
5863

0 commit comments

Comments
 (0)