Skip to content

Commit df6952e

Browse files
authored
Merge pull request #726 from rust-embedded/2024-01-09
Add minutes for 2024-01-09
2 parents eb161f9 + 86946a6 commit df6952e

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

minutes/2024-01-09.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
Embedded Working Group Meeting 2024-01-09
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2024-01-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-01-09
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* therealprof
20+
* eldruin
21+
* GrantM11235
22+
* dirbaio
23+
* jannic
24+
* newAM
25+
* greengenie
26+
* thejpster
27+
* cr1901
28+
* mabez
29+
30+
## Agenda
31+
32+
* Announcements
33+
* Welcome @sirhcel to the WG and linux team!
34+
* Miscompilation in current stable with opt-level=z on cortex-m https://github.com/rust-embedded/cortex-m/discussions/503
35+
* https://github.com/rust-lang/rust/pull/118645 should hopefully bring more f32 functions to embedded platforms
36+
* Rust 1.75 released, with async-fn-in-trait! :tada:
37+
* Embassy (https://embassy.dev) now works on stable Rust
38+
* Embedded HAL
39+
* GPIO &mut https://github.com/rust-embedded/embedded-hal/pull/547
40+
* Extensive further discussion on this point
41+
* HAL team to conclude with a vote
42+
43+
Not discussed this week:
44+
* cortex-m fence inline asm maybe shouldn't have nomem? https://github.com/rust-embedded/cortex-m/issues/502
45+
* yes, they shouldn't. we'll want to backport the fix to 0.7 too
46+
* cortex-m VectActive in 0.7.7 https://github.com/rust-embedded/cortex-m/issues/499
47+
* the -16 fix could be backported to 0.7.8
48+
* cortex-m-rt extra section example soundness https://github.com/rust-embedded/cortex-m/issues/498
49+
* cargo-binutils release?
50+
* Yes, when CI failures are resolved
51+
* C-m-pac-interface: rename, test
52+
* mutex-trait: awaiting deprecation rfc
53+
* book: tooling page updates
54+
* bors: ops docs
55+
* rustc targets: awaiting feedback
56+
57+
## Last Week's Minutes
58+
59+
* Announcements
60+
* embedded-hal v1.0.0-rc.3 released with InputPin requiring ``&mut self`
61+
* Tracking issue still open for your end of year blog posts https://github.com/rust-embedded/wg/issues/720#
62+
* @sirhcel opened a PR to join the linux team https://github.com/rust-embedded/wg/pull/724#event-11288139347
63+
* Next meeting to be 9th Jan 2024
64+
* Embedded HAL
65+
* 9 days to 1.0
66+
* ToggleableOutputPin? https://github.com/rust-embedded/embedded-hal/issues/549
67+
* cortex-m fence inline asm maybe shouldn't have nomem? https://github.com/rust-embedded/cortex-m/issues/502
68+
* yes, they shouldn't. we'll want to backport the fix to 0.7 too
69+
* cortex-m VectActive in 0.7.7 https://github.com/rust-embedded/cortex-m/issues/499
70+
* the -16 fix could be backported to 0.7.8
71+
* cortex-m-rt extra section example soundness https://github.com/rust-embedded/cortex-m/issues/498
72+
* cargo-binutils release?
73+
* Yes, when CI failures are resolved
74+
* C-m-pac-interface: rename, test
75+
* mutex-trait: awaiting deprecation rfc
76+
* book: tooling page updates
77+
* bors: ops docs
78+
* rustc targets: awaiting feedback

0 commit comments

Comments
 (0)