The Embedded Working Group Newsletter - 19
2019-10-03This is the 19th newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
Discuss on users.rust-lang.org, on twitter, or on reddit!
If you want to mention something in the next newsletter, send us a pull request!
Embedded Projects
-
Google is working on a Coreboot replacement called Oreboot, i.e. Coreboot minus the 'C'. Slides for a talk about oreboot are also available.
-
@eldruin released a platform-agnostic driver for the VEML6075 UVA and UVB light sensor (so you can optimize your suntan) and published a blog post with some pictures of the device in action.
-
@therealprof wrote a blog post about porting an Embedded HAL impl of the digital::v1 traits for GPIOs to digital::v2.
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!
embedded-hal
Ecosystem Crates
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:
Type | Status | Count | Diff |
---|---|---|---|
Peripheral Access Crates | released | 30 | +8 |
HAL Impl Crates | released | 26 | +1 |
Board Support Crates | released | 19 | +1 |
Driver Crates Released | released | 27 | +2 |
Driver Crates WIP | WIP | 68 | +1 |
no-std crates | released | 28 | +2 |