Skip to content

Commit c8922ec

Browse files
committed
Fix some links, grammar, and organization
1 parent dc294f8 commit c8922ec

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

newsletters/2018-03-15.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 2018-03-15
44
5-
This is the first newsletter of the [Embedded WG]! We will be releasing this newsletter on a bi-weekly basis, and looking to highlight new progress, cool project, thanking the community, and advertising projects that need help!
5+
This is the first newsletter of the [Embedded WG]! We will be releasing this newsletter on a bi-weekly basis, and we are looking to highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
66

77
If you want to mention something in [the next newsletter], make sure to leave a comment on the issue!
88

@@ -11,16 +11,18 @@ If you want to mention something in [the next newsletter], make sure to leave a
1111
* [Tock-OS] has released the [1.0 of their kernel], gotten the Rust Userspace library back in order, and are working on a [new register interface]
1212
* [Emilgardis], [jamesmunns] and [ryankurte] have become collaborators of the [svd] and [svd2rust] projects.
1313
* [hannobraun], [ilya-epifanov], [thejpster], [therealprof] have become collaborators of the [embedded-hal] project.
14-
* [pcein] has released the third weekly driver for the [`adc-mcp3008`], an 8-channel 10-bit ADC.
1514
* [dvc94ch] has created the [riscv-rust] organization for all your embedded RISCV needs!
1615
* [dylanmckay] has begun [rebasing][avr-rust-rebase] the avr-rust/rust fork onto a recent rust-lang/rust version, bringing in LLVM 6.0 support.
17-
* [japaric] has released the fourth weekly driver for the enc28j60, an Ethernet controller with SPI interface.
18-
* [dbrgn] has released the fifth weekly driver for the mcp3425, a 16-bit ADC with I2C interface.
1916

2017
## Embedded Projects
2118

2219
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to mention it on the tracking issue for [the next newsletter], we would love to show it off!
2320

21+
### `embedded-hal` drivers
22+
23+
* [japaric] has [released][enc-blog] the fourth weekly driver for the [`enc28j60`], an Ethernet controller with SPI interface.
24+
* [dbrgn] has [released][mcp-blog] the fifth weekly driver for the [`mcp3425`], a 16-bit ADC with I2C interface.
25+
2426
## Thanks
2527

2628
* Thanks to everyone who has been commenting on the [Embedded WG Issues], especially for the [Embedded Rust Book] tracking issue!
@@ -36,10 +38,11 @@ If you have an embedded project that could use contributors or maintainers, leav
3638
* We want to explore stabilizing some assembly operations in core as an alternative to the unstable asm! macro. We would love some help identifying the assembly operations that need to be provided this way as some can be implemented in external assembly files without losing
3739
semantics. Details in issue [#63].
3840

39-
4041
[#63]: https://github.com/rust-lang-nursery/embedded-wg/issues/63
4142
[1.0 of their kernel]: https://www.tockos.org/blog/2018/talking-tock-35/
4243
[`adc-mcp3008`]: https://crates.io/crates/adc-mcp3008
44+
[`enc28j60`]: https://crates.io/crates/enc28j60
45+
[`mcp3425`]: https://crates.io/crates/mcp3425
4346
[avr-rust-rebase]: https://github.com/avr-rust/rust/pull/91
4447
[cortex-m-rt-lld]: https://github.com/japaric/cortex-m-rt/issues/53
4548
[dbrgn]: https://github.com/dbrgn
@@ -50,6 +53,7 @@ semantics. Details in issue [#63].
5053
[Embedded WG]: https://github.com/rust-lang-nursery/embedded-wg
5154
[embedded-hal]: https://github.com/japaric/embedded-hal
5255
[Emilgardis]: https://github.com/Emilgardis
56+
[enc-blog]: http://blog.japaric.io/wd-4-enc28j60/
5357
[FenrirWolf]: https://github.com/FenrirWolf
5458
[gh18807]: https://github.com/rust-lang/rust/issues/18807
5559
[gh41315]: https://github.com/rust-lang/rust/issues/41315
@@ -59,6 +63,7 @@ semantics. Details in issue [#63].
5963
[jamesmunns]: https://github.com/jamesmunns
6064
[japaric]: https://github.com/japaric
6165
[lld-issues]: https://github.com/japaric/cortex-m-rt/issues/53#issuecomment-371972935
66+
[mcp-blog]: https://blog.dbrgn.ch/2018/3/13/rust-mcp3425-driver/
6267
[new register interface]: https://www.tockos.org/blog/2018/talking-tock-36/
6368
[pcein]: https://github.com/pcein
6469
[riscv-rust]: https://github.com/riscv-rust

0 commit comments

Comments
 (0)