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 @@ -47,6 +47,9 @@ TODO Add news related to embedded Rust that are not about new crates releases he
47
47
- [ @hannobraun ] [ @braun-embedded ] wrote an [ article about his DW1000 driver] [ dw1000 ] .
48
48
- [ @andre-richter ] added a new tutorial to the [ Operating System development tutorials in Rust on the Raspberry Pi] series:
49
49
- [ Tutorial 14: Exceptions Part 2: Peripheral IRQs] - Including drivers for the BCM and GICv2 interrupt controllers.
50
+ - In recent nightlies,` rust-std ` support for the two ` bare-metal ` ` aarch64 ` targets [ has landed] [ aarch64-rust-std ] .
51
+ - Add them using ` rustup target add aarch64-unknown-none-softfloat ` or ` rustup target add aarch64-unknown-none ` .
52
+ - [ See it in action here] [ os-dev-rust-std ] for building a kernel without the need for third-party tools like ` xbuild ` or ` xargo ` .
50
53
51
54
## Embedded Projects
52
55
@@ -96,6 +99,8 @@ TODO: Put all links for content here.
96
99
[ dw1000 ] : https://braun-embedded.com/dw1000/
97
100
[ Operating System development tutorials in Rust on the Raspberry Pi ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
98
101
[ Tutorial 14: Exceptions Part 2: Peripheral IRQs ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/14_exceptions_part2_peripheral_IRQs
102
+ [ aarch64-rust-std ] : https://github.com/rust-lang/rust/pull/68334
103
+ [ os-dev-rust-std ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/commit/c4f9432e131f6aa6dd58b9ba795d67ec3bfd3c7f
99
104
100
105
## ` embedded-hal ` Ecosystem Crates
101
106
You can’t perform that action at this time.
0 commit comments