Skip to content

Commit b8a2b86

Browse files
committed
Add minutes for 2024-06-04
1 parent bbf8531 commit b8a2b86

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

minutes/2024-06-04.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Embedded Working Group Meeting 2024-06-04
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2024-06-04
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-06-04
14+
15+
## Attendance
16+
17+
Write your GH username or Matrix handle here!
18+
19+
* adamgreig
20+
* dirbaio
21+
* tdittr
22+
* adamhott
23+
* hdoordt
24+
* romancardenas
25+
* jannic
26+
* bartmassey
27+
* relia1
28+
* almindor
29+
* therealprof
30+
* newAM
31+
32+
## Agenda
33+
34+
* Announcements
35+
* Oxidize happened, had some good chats
36+
* Discovery book work in progress, feedback next week
37+
* James and Leadership Council
38+
* Nothing immediately, but taking feedback wrt the Embedded WG
39+
and the Rust Project/Council
40+
* Potentially following up on our discussion of "project team"
41+
vs "user interest group" split
42+
* Will need to also discuss with other teams/wgs
43+
* Tamme (@tdittr) made a prototype for a parametric driver search and is looking for feedback
44+
* https://tdittr.github.io/drivers/
45+
* Categories, Parameters
46+
* Where to store extra metadata
47+
* Cleanup of old, inactive issues in the rust-embedded github repos?
48+
* Will do this as a work-week next meeting and go through open issues
49+
* Consider tagging issues we triaged as still relevant
50+
* @jamesmunns to make a spreadsheet to organise reviewing
51+
* Timer traits
52+
* https://github.com/rust-embedded/wg/pull/762
53+
* Cortex-m-rt release
54+
* Discovery Book plans
55+
* https://github.com/rust-embedded/wg/pull/759
56+
* @jamesmunns note: potential student assistance
57+
* fn(&mut self) -> &mut Self in riscv and cortex-m to allow chained sets in registers
58+
* https://github.com/rust-embedded/wg/discussions/755
59+
* riscv: unsafe writes for all CSRs by default
60+
* https://github.com/rust-embedded/riscv/issues/209
61+
* remove panics from unsafe functions in riscv
62+
* https://github.com/rust-embedded/riscv/issues/212
63+
64+
## Last Week's Agenda
65+
66+
* Announcements
67+
* Welcome @BartMassey and @hdoordt to the resources team
68+
* And wishing a peaceful retirement to @thejpster who leaves the cortex-m team
69+
* James Munns in the leadership council: https://blog.rust-lang.org/inside-rust/2024/05/28/launching-pad-representative.html
70+
* Timer traits
71+
* https://github.com/rust-embedded/wg/pull/762
72+
* Cortex-m-rt release
73+
* Discovery Book plans
74+
* https://github.com/rust-embedded/wg/pull/759
75+
* fn(&mut self) -> &mut Self in riscv and cortex-m to allow chained sets in registers
76+
* https://github.com/rust-embedded/wg/discussions/755
77+
* riscv: unsafe writes for all CSRs by default
78+
* https://github.com/rust-embedded/riscv/issues/209
79+
* remove panics from unsafe functions in riscv
80+
* https://github.com/rust-embedded/riscv/issues/212

0 commit comments

Comments
 (0)