You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: newsletters/2018-04-14.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If you want to mention something in [the next newsletter], make sure to leave a
15
15
* Progress has been made as part of the [Embedded Rust on Stable] initiative, including:
16
16
*`extern crate compiler_builtins` is [now included in the no_std prelude]
17
17
*[xargo no longer needed] for ARM Cortex-M development
18
-
* You can now link Embedded Rust programs [using lld]
18
+
* We also made some progress on simplifying the embedded development setup: You can now link Embedded Rust programs [using lld]
19
19
*[Wilfried] kicked off a blog series about [using embedded rust]
20
20
*[Andre Richter] is writing a tutorial for using Rust to write [bare metal Raspberry Pi 3] applications
21
21
* The Embedonomicon and the Embedded Rust Books are [now kept] in the [Embedded WG] repository, and pull requests are welcome!
@@ -66,6 +66,6 @@ As part of the [Weekly Driver Initiative], crates that are part of the `embedded
66
66
* We need help working on [RFC2070], stabilizing usage of custom Panic behavior. [nagisa] is willing to mentor!
67
67
* If you use inline assembly in your Embedded Rust programs, help us capture what assembly operations are [used most often] so we can stabilize them as intrinsics
0 commit comments