Skip to content

Commit fb59015

Browse files
authored
Merge pull request #748 from rust-embedded/2024-04-16
Add minutes for 2024-04-16
2 parents 403e495 + 42e4c73 commit fb59015

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

minutes/2024-04-16.md

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

0 commit comments

Comments
 (0)