Skip to content

Commit 2b9fd9e

Browse files
committed
Clarify IRR project
1 parent 35fdac3 commit 2b9fd9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

newsletters/2018-07-29.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ If you want to mention something in [the next newsletter], make sure to leave a
1313

1414
* [libm], the `no_std` port of MUSL's math library led by [japaric] has finished its' first release! It can now be used by embedded (or `wasm`!) targets that need support for math functions.
1515
* [droogmic] is working on [microrust], a port of [japaric]'s Discovery book for the BBC MicroBit, based on the Nordic nRF51
16-
* [Hideki Sekine] and [Vaishali Thakkar] have landed initial support for an [Embedded CI Harness] as part of the [Increasing Rust's Reach] project. This opens the door for tests that will help prevent regressions in `rustc` and `cargo` for ARM Cortex-M targets
16+
* [Hideki Sekine] and [Vaishali Thakkar] have landed initial support for an [Embedded CI Harness] in the [`rust-lang/rust`] repo as part of the [Increasing Rust's Reach] project. This opens the door for tests that will help prevent regressions in `rustc` and `cargo` for ARM Cortex-M targets
1717
* [CMSIS intrinsics] for ARM Cortex processors have landed in [stdsimd]. Check out the [the docs] in nightly soon<sup>†</sup> for info, thanks to [Paolo Teti] and [japaric]!
1818
* [Ashley Williams] released [cargo-generate], a CLI tool for generating Cargo projects from a template, reducing the need to manually write boilerplate code. If you write some embedded templates, [let us know]!
1919

20-
†: The CMSIS intrinsics will show up in the next successful nightly build (after 2018-07-30)
20+
†: The CMSIS intrinsics will show up in the docs after the next successful nightly build (after 2018-07-30)
2121

2222
[japaric]: https://github.com/japaric
2323
[libm]: https://github.com/japaric/libm#libm
@@ -29,6 +29,7 @@ If you want to mention something in [the next newsletter], make sure to leave a
2929
[Increasing Rust's Reach]: http://reach.rust-lang.org/
3030
[Hideki Sekine]: https://github.com/sekineh
3131
[Vaishali Thakkar]: https://github.com/nerdyvaishali
32+
[`rust-lang/rust`]: https://github.com/rust-lang/rust
3233

3334
[Ashley Williams]: https://github.com/ashleygwilliams
3435
[cargo-generate]: https://crates.io/crates/cargo-generate

0 commit comments

Comments
 (0)