|
| 1 | +# Embedded Working Group Meeting 2024-01-30 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2024-01-30 |
| 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-01-30 |
| 13 | + |
| 14 | +## Attendance |
| 15 | + |
| 16 | +Write your GH username or Matrix handle here! |
| 17 | + |
| 18 | +* adamgreig |
| 19 | +* jannic |
| 20 | +* newAM |
| 21 | +* eldruin |
| 22 | +* GrantM11235 |
| 23 | +* therealprof |
| 24 | +* BartMassey |
| 25 | +* greengenie |
| 26 | +* dirbaio |
| 27 | + |
| 28 | +## Agenda |
| 29 | + |
| 30 | +* Announcements |
| 31 | + * RustNL embedded embedded impl days/unconference |
| 32 | + * 2 days attached to the https://2024.rustnl.org/ conference |
| 33 | + * likely Thu + Fri (May 9 + May 10) in Delft, NL |
| 34 | + * rp2040-hal 0.9.2 released |
| 35 | + * rtic v2 working on stable rust: https://github.com/rtic-rs/rtic/pull/888 |
| 36 | +* Embedded HAL |
| 37 | + * Infallible SPI CS pins https://github.com/rust-embedded/embedded-hal/pull/574 |
| 38 | +* Cortex-M |
| 39 | + * Bad c-m-rt errors? |
| 40 | + * https://github.com/rust-embedded/cortex-m/issues/509 |
| 41 | + * Have linker errors changed since these were written? |
| 42 | + |
| 43 | +## Last Week's Minutes |
| 44 | + |
| 45 | +* Announcements |
| 46 | + * svdtools 0.3.9 released |
| 47 | +* Embedded HAL |
| 48 | + * ADC/voltmeter/ammeter traits https://github.com/rust-embedded/embedded-hal/pull/569 |
| 49 | + * Having volts and amps seems a bit arbitrary; should we also have temperature and light level and etc etc? |
| 50 | + * There might be some value in such a set of traits but it doesn't seem like they belong in e-h |
| 51 | + * Probably the original plan of an ADC trait is a better fit for embedded-hal, but there are design questions to resolve |
| 52 | + * SPI sharing with fallible CS pins https://github.com/rust-embedded/embedded-hal/issues/573 |
| 53 | + * Perhaps the whole shared bus could be poisoned to reduce the runtime overhead |
| 54 | + * But given the rarity of requiring fallible pins and not being able to just wrap them in a panicking wrapper, perhaps option 1 remains the best option for e-h-bus, with users requiring more sophisticated sharing/error handling able to roll their own |
| 55 | + * @GrantM11235 to write a PR |
| 56 | +* svd2rust |
| 57 | + * Safe/unsafe writers https://github.com/rust-embedded/svd2rust/pull/788 |
| 58 | +* Continue last week's discussion on interrupt macro syntax across crates |
0 commit comments