|
| 1 | +i# Embedded Working Group Meeting 2024-02-27 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2024-02-27 |
| 7 | +* [Nominated issues](https://github.com/search?q=org%3Arust-embedded+label%3Anominated+is%3Aopen&type=Issues) |
| 8 | +* [IRC logs] |
| 9 | + |
| 10 | +[Coordination Repository]: https://github.com/rust-embedded/wg |
| 11 | +[Join the Chat]: https://matrix.to/#/#rust-embedded:matrix.org |
| 12 | +[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2024-02-27 |
| 13 | + |
| 14 | +## Attendance |
| 15 | + |
| 16 | +Write your GH username or Matrix handle here! |
| 17 | + |
| 18 | +* adamgreig |
| 19 | +* bartmassey |
| 20 | +* posborne |
| 21 | +* thejpster |
| 22 | +* dirbaio |
| 23 | +* therealprof |
| 24 | +* newAM |
| 25 | +* Adam Hott (CodingInGreen) |
| 26 | +* dkhayes117 |
| 27 | +* *romancardenas |
| 28 | +* nastevens |
| 29 | +* cr1901 |
| 30 | +* jannic |
| 31 | +* rursprung |
| 32 | + |
| 33 | +## Agenda |
| 34 | + |
| 35 | +* Announcements |
| 36 | + * Leadership council representative elections |
| 37 | + * https://blog.rust-lang.org/inside-rust/2024/02/19/leadership-council-repr-selection.html |
| 38 | + * https://rust-lang.zulipchat.com/#narrow/stream/384197-t-launching-pad/topic/Renewal.20or.20Replacement.20of.20Rep |
| 39 | + * svd2rust 0.32.0, svdtools 0.3.10 released |
| 40 | + |
| 41 | +* Rusty Bytes Podcast released |
| 42 | +https://media.rss.com/rustybytes/feed.xml |
| 43 | +* Discuss deprecating https://github.com/rust-embedded/fixedvec-rs ? |
| 44 | + * Decided yes, can probably go ahead with this |
| 45 | +* guidance on error handling/propagation of drivers https://github.com/rust-embedded/embedded-hal/issues/576 |
| 46 | + * Drivers should pass errors up, generally by using generics unless std is available |
| 47 | +* discussed future deprecation of volatile-register and friends |
| 48 | + |
| 49 | +## Last Week's Minutes |
| 50 | + |
| 51 | +* Announcements |
| 52 | + * Reminder about RustNL unconf |
| 53 | +* Discovery book |
| 54 | + * Discussed the nrf-hal maintainer situation and whether the discovery book should be ported to use embassy-nrf instead (https://github.com/nrf-rs/nrf-hal/issues/432) |
| 55 | + * Added three volunteers to nrf-rs to merge some outstanding nrf-hal PRs and get it up to shape, which will benefit current users (including an educational course) and the current discovery book |
| 56 | + * Plan to port the BSP crate to embassy-nrf, including non-async interfaces, and use that for an updated version of the discovery book |
| 57 | + * Discovery book to continue to begin with a BSP and only blocking code, but may introduce async and non-BSP HAL usage in later chapters |
| 58 | +* Embedded HAL |
| 59 | + * guidance on error handling/propagation of drivers https://github.com/rust-embedded/embedded-hal/issues/576 |
| 60 | + * Infallible CS pins for shared SPI https://github.com/rust-embedded/embedded-hal/pull/574 |
0 commit comments