Skip to content

Commit eba4c2e

Browse files
committed
Add minutes for 2024-04-09
1 parent 0e90e27 commit eba4c2e

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

minutes/2024-04-09.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Embedded Working Group Meeting 2024-04-09
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2024-04-09
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-04-09
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* dirbaio
20+
* newAM
21+
* Adam Hott
22+
* relia1
23+
* jannic
24+
* bartmassey
25+
* vollbrecht
26+
27+
## Agenda
28+
29+
* Announcements
30+
* svdtools 0.3.14 released
31+
* New format for weekly meetings?
32+
* Try out a sort of "impl meeting" occasionally (every other week? every month?) where we
33+
plan to actively work on things in the meeting time instead of purely discussing
34+
* Try out github discussions to have a per-week topic to collect things to discuss/talk about
35+
* For example https://github.com/esp-rs/rust/discussions
36+
* Resume use of nominated label
37+
* Potential topics for next week:
38+
* SPI trait documentation: how and when to share the SpiBus
39+
* Better Delay provider in cortex-m (can be cloned, using either asm::nop or SysTick?)
40+
* c-m-interrupt-number/c-m-pac-interface
41+
* update discovery and/or book tooling pages to mention probe-rs instead of openocd
42+
* deprecate and archive mutex-trait
43+
* perhaps swap cortex-m back to 0.7 by reverting the 0.8 breaking change and get a 0.7 release out
44+
* cortex-m-rt release
45+
* https://github.com/rust-embedded/cortex-m/issues/502
46+
* https://github.com/rust-embedded/cortex-m/issues/499
47+
* https://github.com/rust-embedded/cortex-m/issues/498
48+
* cargo-binutils CI broken preventing a new release
49+
* remove bors from wg/ops documents
50+
* cortex-m
51+
* PR for forwarding attributes and visibility on singleton macro
52+
* https://github.com/rust-embedded/cortex-m/pull/522
53+
54+
## Last Week's Minutes
55+
56+
* Announcements
57+
* svd2rust 0.33 and svdtools 0.3.13 released
58+
* Embedded HAL
59+
* SPI sharing docs
60+
* Discussed needing a better explanation of how to share SpiBus and when it should be used
61+
* I²C multiple write merging https://github.com/rust-embedded/embedded-hal/issues/582
62+
* Async API for CAN https://github.com/rust-embedded/embedded-hal/pull/585

0 commit comments

Comments
 (0)