|
| 1 | +# Embedded Working Group Meeting 2022-02-08 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2022-02-08 |
| 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://riot.im/app/#/room/#rust-embedded:matrix.org |
| 12 | +[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2022-02-08 |
| 13 | + |
| 14 | +## Attendance |
| 15 | + |
| 16 | +Write your GH username or Matrix handle here! |
| 17 | + |
| 18 | +* adamgreig |
| 19 | +* cr1901 |
| 20 | +* eldruin |
| 21 | +* therealprof |
| 22 | +* newam |
| 23 | +* mabez |
| 24 | + |
| 25 | +## Agenda |
| 26 | + |
| 27 | +* Announcements |
| 28 | + * embedded-dma 0.2.0 released |
| 29 | +* cortex-m |
| 30 | + * #[naked] now permitted on pre_init |
| 31 | + * c-m alpha, c-m crtical-section |
| 32 | +* resources |
| 33 | + * a-e-r updates |
| 34 | + * https://github.com/rust-embedded/awesome-embedded-rust/issues/367 |
| 35 | +* tools |
| 36 | + * svd2rust new array access |
| 37 | + * https://github.com/rust-embedded/svd2rust/issues/578 |
| 38 | + * https://github.com/rust-embedded/svd2rust/pull/579 |
| 39 | +* embedded-hal |
| 40 | + * ManagedCS / SPI device vs bus traits |
| 41 | + * https://github.com/rust-embedded/embedded-hal/pull/245 |
| 42 | + * https://github.com/rust-embedded/embedded-hal/pull/350 |
| 43 | + * https://github.com/rust-embedded/embedded-hal/pull/351 |
| 44 | + * Seems like taking 351 but swapping to using closures might be the nicest way forward |
| 45 | + * async digital::Wait merged |
| 46 | + * Discussed merging #324 |
| 47 | + * Discussed a new alpha release |
| 48 | + * Discussed a new 0.2 series release to include the backported new CAN traits |
| 49 | + |
| 50 | +## Last Week's Minutes |
| 51 | + |
| 52 | +* Announcements |
| 53 | + * riscv-rt release https://crates.io/crates/riscv-rt |
| 54 | + * https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown |
| 55 | +* cortex-m |
| 56 | + * critical-section for cortex-m? |
| 57 | + * Need to document underlying assumptions about behaviour, execution contexts, send/sync, etc in one place |
| 58 | + * cortex-m 0.8 alpha? |
| 59 | +* resources |
| 60 | + * update a-e-r with list of shared traits |
| 61 | + * Opened https://github.com/rust-embedded/awesome-embedded-rust/issues/367 |
| 62 | +* embedded-hal |
| 63 | + * ManagedCS / SPI device vs bus traits |
| 64 | + * https://github.com/rust-embedded/embedded-hal/pull/245 |
| 65 | + * https://github.com/rust-embedded/embedded-hal/pull/350 |
| 66 | + * https://github.com/rust-embedded/embedded-hal/pull/351 |
| 67 | + * Seems like taking 351 but swapping to using closures might be the nicest way forward |
| 68 | + * async: add digital Wait https://github.com/rust-embedded/embedded-hal/pull/346 |
0 commit comments