Skip to content

Commit 6a411d6

Browse files
authored
Merge pull request #735 from rust-embedded/2024-02-06
Add minutes for 2024-02-06
2 parents 73d197d + 0dc50cd commit 6a411d6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

minutes/2024-02-06.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Embedded Working Group Meeting 2024-02-06
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2024-02-06
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-02-06
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* newAM
20+
* vollbrecht
21+
* mabez
22+
* jessebraham
23+
* therealprof
24+
* jannic
25+
* bartmassey
26+
* GrantM11235
27+
28+
## Agenda
29+
30+
* Announcements
31+
* Rust 1.76 out Thursday
32+
* Last call for EoY blog posts https://github.com/rust-embedded/wg/issues/720
33+
* RustNL CfP now open: https://2024.rustnl.org/
34+
* emedded-svc
35+
* https://github.com/esp-rs/embedded-svc/issues/72
36+
* https://github.com/nrf-rs/microbit/issues/125
37+
* Invitation for HAL maintainers to join the discussion about whether these traits are useful
38+
* cortex-m
39+
* static mut xform unsafe on multi-core systems with shared interrupt handlers/entry point
40+
* Various discussion about options including outright removal, feature-gating, moving to another crate,
41+
removing and seeing if the ecosystem comes up with something else.
42+
* No decisions yet
43+
* Embedded HAL
44+
* Infallible SPI CS pins https://github.com/rust-embedded/embedded-hal/pull/574
45+
* Waiting on review
46+
47+
## Last Week's Minutes
48+
49+
* Announcements
50+
* RustNL embedded embedded impl days/unconference
51+
* 2 days attached to the https://2024.rustnl.org/ conference
52+
* likely Thu + Fri (May 9 + May 10) in Delft, NL
53+
* rp2040-hal 0.9.2 released
54+
* rtic v2 working on stable rust: https://github.com/rtic-rs/rtic/pull/888
55+
* Embedded HAL
56+
* Infallible SPI CS pins https://github.com/rust-embedded/embedded-hal/pull/574
57+
* Cortex-M
58+
* Bad c-m-rt errors?
59+
* https://github.com/rust-embedded/cortex-m/issues/509
60+
* Have linker errors changed since these were written?

0 commit comments

Comments
 (0)