|
| 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 |
0 commit comments