|
| 1 | +# Embedded Working Group Meeting 2024-02-13 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2024-02-13 |
| 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-13 |
| 13 | + |
| 14 | +## Attendance |
| 15 | + |
| 16 | +Write your GH username or Matrix handle here! |
| 17 | + |
| 18 | +* adamgreig |
| 19 | +* newAM |
| 20 | +* greengenie |
| 21 | +* posborne |
| 22 | +* thejpster (was late) |
| 23 | + |
| 24 | +## Agenda |
| 25 | + |
| 26 | +* Announcements |
| 27 | + * RustNL CfP still open: https://2024.rustnl.org/ |
| 28 | + * RustNL embedded workshop confirmed for May 9-10th |
| 29 | + * svd v0.14.8 released |
| 30 | +* Cortex-M |
| 31 | +* Embedded HAL |
| 32 | + * discussed https://github.com/rust-embedded/embedded-hal/pull/574 further |
| 33 | + * guidance on error handling/propagation of drivers https://github.com/rust-embedded/embedded-hal/issues/576 |
| 34 | + |
| 35 | +## Last Week's Minutes |
| 36 | + |
| 37 | +* Announcements |
| 38 | + * Rust 1.76 out Thursday |
| 39 | + * Last call for EoY blog posts https://github.com/rust-embedded/wg/issues/720 |
| 40 | + * RustNL CfP now open: https://2024.rustnl.org/ |
| 41 | +* emedded-svc |
| 42 | + * https://github.com/esp-rs/embedded-svc/issues/72 |
| 43 | + * https://github.com/nrf-rs/microbit/issues/125 |
| 44 | + * Invitation for HAL maintainers to join the discussion about whether these traits are useful |
| 45 | +* cortex-m |
| 46 | + * static mut xform unsafe on multi-core systems with shared interrupt handlers/entry point |
| 47 | + * Various discussion about options including outright removal, feature-gating, moving to another crate, |
| 48 | + removing and seeing if the ecosystem comes up with something else. |
| 49 | + * No decisions yet |
| 50 | +* Embedded HAL |
| 51 | + * Infallible SPI CS pins https://github.com/rust-embedded/embedded-hal/pull/574 |
| 52 | + * Waiting on review |
0 commit comments