Skip to content

Commit d1b130f

Browse files
author
James Munns
committed
Add newsletter 24, update template
1 parent 3f875e3 commit d1b130f

File tree

3 files changed

+138
-10
lines changed

3 files changed

+138
-10
lines changed

content/2020-01-30-newsletter-23.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
+++
22
title = "The Embedded Working Group Newsletter - 23"
3-
date = 2020-01-30
4-
draft = true
5-
in_search_index = false
3+
date = 2020-02-01
4+
draft = false
5+
in_search_index = true
66
template = "page.html"
77
+++
88

9-
<!-- TODO before release set `draft` to `false` and `in_search_index` to `true` -->
10-
119
This is the 23rd newsletter of the [Embedded WG] where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
1210

1311
[Embedded WG]: https://github.com/rust-embedded/wg
@@ -31,8 +29,6 @@ If you want to mention something in [the next newsletter], send us a pull reques
3129

3230
## Highlights
3331

34-
<!-- TODO Add news related to embedded Rust that are not about new crates releases here -->
35-
3632
- [embedded-hal-mock](https://github.com/dbrgn/embedded-hal-mock/) has released 0.7.1 on crates.io with [support for error expectations](https://docs.rs/embedded-hal-mock/0.7.1/embedded_hal_mock/i2c/index.html#testing-error-handling). This means that you can now unit test the error handling logic of your embedded-hal driver crates.
3733

3834
- TODO(remove, this is an example) "const generics" has landed in nightly!
@@ -41,7 +37,7 @@ If you want to mention something in [the next newsletter], send us a pull reques
4137

4238
## Embedded Projects
4339

44-
- [@almindor] released a platform-agnostic [driver for the MAX7219][max7219-driver] segmented display and published a [blog post][max7219-blog-post] including a picture of an example setup.
40+
- [@almindor] released a platform-agnostic [driver for the MAX7219][max7219-driver] segmented display and published a [blog post][max7219-blog-post] including a picture of an example setup.
4541

4642
- [@rubberduck203][@rubberduck203] added VS Code configurations to the [cortex-m-quickstart][cortex-m-quickstart] and published a [blog post][vscode-blog]. Debugging Cortex-M projects in editor with VS Code now works out of the box.
4743

content/2020-02-29-newsletter-24.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
+++
2+
title = "The Embedded Working Group Newsletter - 24"
3+
date = 2020-02-29
4+
draft = true
5+
in_search_index = false
6+
template = "page.html"
7+
+++
8+
9+
<!-- TODO before release set `draft` to `false` and `in_search_index` to `true` -->
10+
11+
This is the 24th newsletter of the [Embedded WG] where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
12+
13+
[Embedded WG]: https://github.com/rust-embedded/wg
14+
15+
<!-- TODO uncomment -->
16+
17+
<!-- Discuss on [#rust-embedded:matrix.org], [users.rust-lang.org], [on twitter], or [on reddit]! -->
18+
19+
<!-- [#rust-embedded:matrix.org]: https://matrix.to/#/#rust-embedded:matrix.org -->
20+
<!-- [users.rust-lang.org]: https://example.org/#TODO -->
21+
<!-- [on twitter]: https://example.org/#TODO -->
22+
<!-- [on reddit]: https://example.org/#TODO -->
23+
24+
<!-- more -->
25+
26+
If you want to mention something in [the next newsletter], send us a pull request!
27+
28+
<!-- TODO before release add the next template! -->
29+
30+
[the next newsletter]: https://github.com/rust-embedded/blog/edit/master/content/${TODO}.md
31+
32+
## Highlights
33+
34+
<!--
35+
TODO Add news related to embedded Rust that are not about new crates releases here. Things that go here include:
36+
37+
* Blog Posts
38+
* Proof of concepts
39+
* Product releases
40+
* Upstream changes/releases
41+
-->
42+
43+
- TODO(remove, this is an example) "const generics" has landed in nightly!
44+
45+
- TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture!
46+
47+
## Embedded Projects
48+
49+
<!--
50+
TODO Add news about embedded projects here. Things that
51+
go here include:
52+
53+
* New crates
54+
* New releases of existing crates
55+
* Embedded Application releases
56+
-->
57+
58+
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
59+
60+
<!-- LINK SECTION FOR HIGHLIGHTS AND EMBEDDED PROJECTS -->
61+
62+
<!--
63+
TODO: Put all markdown links here for User names. Prefer
64+
Github usernames, twitter handles, or blog URLs. If you
65+
are submitting for yourself, please choose whatever link
66+
you would like for yourself.
67+
-->
68+
[someusername]: https://github.com/...
69+
[@sometwittername]: https://twitter.com/...
70+
71+
<!--
72+
TODO: Put all links for content here.
73+
-->
74+
[embedded-foo 1.0.0 released]: https://example.com/blog/...
75+
76+
## `embedded-hal` Ecosystem Crates
77+
78+
As part of the [Weekly Driver Initiative], crates that are part of the `embedded-hal` ecosystem are now tracked in the [Awesome Embedded Rust] repository. Here is a current snapshot of what is available there:
79+
80+
<!-- TODO fill in the numbers before release -->
81+
82+
| Type | Status | Count | Diff |
83+
| :--- | :----- | :---- | :--- |
84+
| [Peripheral Access Crates] | released | ?? | +? |
85+
| [HAL Impl Crates] | released | ?? | +? |
86+
| [Board Support Crates] | released | ?? | +? |
87+
| [Driver Crates Released] | released | ?? | +? |
88+
| [Driver Crates WIP] | WIP | ?? | +? |
89+
| [no-std crates] | released | ?? | +? |
90+
| [no-std crates WIP] | WIP | ?? | +? |
91+
92+
[Awesome Embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust
93+
[Weekly Driver Initiative]: https://github.com/rust-embedded/wg/issues/39
94+
[Peripheral Access Crates]: https://github.com/rust-embedded/awesome-embedded-rust#peripheral-access-crates
95+
[HAL Impl Crates]: https://github.com/rust-embedded/awesome-embedded-rust#hal-implementation-crates
96+
[Board Support Crates]: https://github.com/rust-embedded/awesome-embedded-rust#board-support-crates
97+
[Driver Crates Released]: https://github.com/rust-embedded/awesome-embedded-rust#driver-crates
98+
[Driver Crates WIP]: https://github.com/rust-embedded/awesome-embedded-rust#wip
99+
[no-std crates]: https://github.com/rust-embedded/awesome-embedded-rust#no-std-crates
100+
[no-std crates WIP]: https://github.com/rust-embedded/awesome-embedded-rust#wip-1

newsletter-template.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,50 @@ If you want to mention something in [the next newsletter], send us a pull reques
3131

3232
## Highlights
3333

34-
<!-- TODO Add news related to embedded Rust that are not about new crates releases here -->
34+
<!--
35+
TODO Add news related to embedded Rust that are not about new crates releases here. Things that go here include:
36+
37+
* Blog Posts
38+
* Proof of concepts
39+
* Product releases
40+
* Upstream changes/releases
41+
-->
3542

3643
- TODO(remove, this is an example) "const generics" has landed in nightly!
3744

3845
- TODO(remove, this is an example) the Rust compiler has gained cross compilation support for the Xtensa architecture!
3946

4047
## Embedded Projects
4148

42-
<!-- TODO Add news about embedded projects here -->
49+
<!--
50+
TODO Add news about embedded projects here. Things that
51+
go here include:
52+
53+
* New crates
54+
* New releases of existing crates
55+
* Embedded Application releases
56+
-->
4357

4458
If you have an embedded project or blog post you would like to have featured in the Embedded WG Newsletter, make sure to add it to [the next newsletter], we would love to show it off!
4559

60+
- TODO(remove, this is an example) Crate embedded-foo has released version 1.0.0!
61+
62+
<!-- LINK SECTION FOR HIGHLIGHTS AND EMBEDDED PROJECTS -->
63+
64+
<!--
65+
TODO: Put all markdown links here for User names. Prefer
66+
Github usernames, twitter handles, or blog URLs. If you
67+
are submitting for yourself, please choose whatever link
68+
you would like for yourself.
69+
-->
70+
[someusername]: https://github.com/...
71+
[@sometwittername]: https://twitter.com/...
72+
73+
<!--
74+
TODO: Put all links for content here.
75+
-->
76+
[embedded-foo 1.0.0 released]: https://example.com/blog/...
77+
4678
## `embedded-hal` Ecosystem Crates
4779

4880
As part of the [Weekly Driver Initiative], crates that are part of the `embedded-hal` ecosystem are now tracked in the [Awesome Embedded Rust] repository. Here is a current snapshot of what is available there:

0 commit comments

Comments
 (0)