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-03-15.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> 2018-03-15
4
4
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!
6
6
7
7
If you want to mention something in [the next newsletter], make sure to leave a comment on the issue!
8
8
@@ -11,16 +11,18 @@ If you want to mention something in [the next newsletter], make sure to leave a
11
11
*[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]
12
12
*[Emilgardis], [jamesmunns] and [ryankurte] have become collaborators of the [svd] and [svd2rust] projects.
13
13
*[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.
15
14
*[dvc94ch] has created the [riscv-rust] organization for all your embedded RISCV needs!
16
15
*[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.
19
16
20
17
## Embedded Projects
21
18
22
19
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!
23
20
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
+
24
26
## Thanks
25
27
26
28
* 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
36
38
* 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
0 commit comments