|
| 1 | +# Embedded Working Group Meeting 2022-12-20 |
| 2 | + |
| 3 | +* [Coordination Repository] |
| 4 | +* Meetings: Tuesday 8pm Europe/Berlin time |
| 5 | +* [Join the Chat] |
| 6 | +* Today's date: 2022-12-20 |
| 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/2022-12-20 |
| 13 | + |
| 14 | +## Attendance |
| 15 | + |
| 16 | +Write your GH username or Matrix handle here! |
| 17 | + |
| 18 | +* adamgreig |
| 19 | +* dirbaio |
| 20 | +* therealprof |
| 21 | +* henrik_alser |
| 22 | +* dkhayes117 |
| 23 | +* newAM |
| 24 | +* rursprung |
| 25 | +* cr1901 |
| 26 | +* eldruin |
| 27 | + |
| 28 | +## Agenda |
| 29 | + |
| 30 | +* Announcements |
| 31 | + * No meeting on the next two weeks (27th dec and 3rd jan), next meeting on the 10th |
| 32 | + * alloc-cortex-m renamed as embedded-alloc and released at 0.5, now supports any platform via critical-section crate |
| 33 | + * we should release alloc-cortex-m 0.4.4 marking it as deprecated and pointing to the new embedded-alloc |
| 34 | + * https://github.com/rust-embedded/embedded-alloc/pull/59 |
| 35 | + * Published |
| 36 | + * still collecting items for This Year In Embedded Rust, https://github.com/rust-embedded/blog/issues/196 |
| 37 | +* cortex-m |
| 38 | + * proposed zero-init-ram feature https://github.com/rust-embedded/cortex-m/pull/455 |
| 39 | + * let's keep it |
| 40 | + * PR needs updating to include documentation and CI tests |
| 41 | +* Yank critical-section 0.2.x? |
| 42 | + * yep |
| 43 | +* [PwmPin in e-h 1.0?](https://github.com/rust-embedded/embedded-hal/issues/358#issuecomment-1337131621) |
| 44 | + * We discussed at length and settled on a single u16 duty-cycle value where 0=0%, 65535=100%, and the HAL scales intermediate values to map the timer's duty range |
| 45 | + * https://github.com/rust-embedded/embedded-hal/pull/430 |
| 46 | + |
| 47 | +## Last Week's Minutes |
| 48 | + |
| 49 | +* Announcements |
| 50 | + * critical-section v0.2.8 released with breaking change around default impl |
| 51 | + * to-do: blog post |
| 52 | + * aarch64-cpu v9.2.1 released, builds on stable |
| 53 | +* Mastodon account |
| 54 | + * Created, establishing operating guidelines |
| 55 | + * https://github.com/rust-embedded/wg/issues/647 |
| 56 | +* Embedded-can https://github.com/rust-embedded/embedded-hal/pull/428 |
| 57 | +* cortex-m-alloc with critical-section? https://github.com/rust-embedded/alloc-cortex-m/pull/56 |
| 58 | + * Discussed renaming to embedded-alloc with this PR, as it's no longer cortex-m specific |
| 59 | +* TYIER (this year in embedded rust) post? |
| 60 | + * Collect up events/updates from the year |
| 61 | + * Perhaps stats from git repos |
| 62 | + * https://github.com/rust-embedded/blog/issues/196 |
| 63 | + |
0 commit comments