|
| 1 | +# Embedded Working Group Meeting 2024-04-23 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2024-04-23 |
| 7 | +* [Nominated issues](https://github.com/search?q=org%3Arust-embedded+label%3Anominated+is%3Aopen&type=Issues) |
| 8 | +* [Discussion topic](https://github.com/rust-embedded/wg/discussions/747) |
| 9 | +* [IRC logs] |
| 10 | + |
| 11 | +[Coordination Repository]: https://github.com/rust-embedded/wg |
| 12 | +[Join the Chat]: https://matrix.to/#/#rust-embedded:matrix.org |
| 13 | +[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2024-04-23 |
| 14 | + |
| 15 | +## Attendance |
| 16 | + |
| 17 | +Write your GH username or Matrix handle here! |
| 18 | + |
| 19 | +* adamgreig |
| 20 | +* therealprof |
| 21 | +* cr1901 |
| 22 | +* bartmassey |
| 23 | +* Adam Hott |
| 24 | +* newAM |
| 25 | +* thejpster |
| 26 | +* nastevens |
| 27 | +* dirbaio |
| 28 | + |
| 29 | +## Agenda |
| 30 | + |
| 31 | +* Announcements |
| 32 | + * cortex-m-rt 0.7.4 released, no bug reports yet! |
| 33 | + * svd2rust 0.33.1 released |
| 34 | + * microbit 0.14.0 and nrf*-hal 0.17.1 released |
| 35 | +* Embedded HAL |
| 36 | + * Should SPI ExclusiveDevice document the initial level of the CS pin? https://github.com/almindor/mipidsi/issues/129#issuecomment-2067713648 |
| 37 | + * Decided to have new() set CS high, but this will be a 0.2 release due to breaking API change |
| 38 | + * AtomicDevice https://github.com/rust-embedded/embedded-hal/pull/579 |
| 39 | + * looks good, will want to be sure docs are clear where it's expected to be used |
| 40 | +* Cortex M |
| 41 | + * https://github.com/rust-embedded/cortex-m/pull/383 |
| 42 | +* Update tooling section |
| 43 | + * Adam H's question - general outline for more research? |
| 44 | +* Should quickstart be updated? |
| 45 | + * Yes, needs to use latest cortex-m and cortex-m-rt and could reference probe-rs instead of openocd |
| 46 | +* Target docs update - tell people about target-cpu and target-feature? |
| 47 | + * thejpster has a proposed update https://github.com/jonathanpallant/armtesting/tree/main/armtesting |
| 48 | + |
| 49 | +## Last Week's Minutes |
| 50 | + |
| 51 | +* Announcements |
| 52 | + * None this week |
| 53 | +* Worked on cortex-m-rt. Got a new release ready and closed some outstanding issues. |
0 commit comments