Skip to content

Commit 484eaec

Browse files
committed
Add minutes for 2022-02-15
1 parent 58c3e82 commit 484eaec

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

minutes/2022-02-15.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Embedded Working Group Meeting 2022-02-15
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2022-02-15
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://riot.im/app/#/room/#rust-embedded:matrix.org
12+
[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2022-02-15
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* therealprof
20+
* almindor
21+
* newam
22+
* dirbaio
23+
* eldruin
24+
* cr1901
25+
* mabez
26+
27+
## Agenda
28+
29+
* Announcements
30+
* cargo-binutils 0.3.5 released, warns if binutils not installed
31+
* embedded-hal 0.2.7 released with CAN traits
32+
* embedded-hal 1.0.0-alpha.7 released
33+
* resources
34+
* embedonomicon CI fixed, pending PRs merged
35+
* a-e-r tidyup still TODO https://github.com/rust-embedded/awesome-embedded-rust/issues/367
36+
* cortex-m
37+
* no update on critical-section or 0.8alpha
38+
* embedded-hal
39+
* removed types with unconstrained types
40+
* roadmap to track traits removed in 1.0: https://github.com/rust-embedded/embedded-hal/issues/357
41+
* roadmap to track new async traits https://github.com/rust-embedded/embedded-hal/issues/356
42+
* updated proposal for split SPI bus/devices in https://github.com/rust-embedded/embedded-hal/pull/351
43+
* extensive discussion on new SPI proposal and potential for extending it to I²C
44+
45+
## Last Week's Minutes
46+
47+
* Announcements
48+
* embedded-dma 0.2.0 released
49+
* cortex-m
50+
* #[naked] now permitted on pre_init
51+
* c-m alpha, c-m crtical-section
52+
* resources
53+
* a-e-r updates
54+
* https://github.com/rust-embedded/awesome-embedded-rust/issues/367
55+
* tools
56+
* svd2rust new array access
57+
* https://github.com/rust-embedded/svd2rust/issues/578
58+
* https://github.com/rust-embedded/svd2rust/pull/579
59+
* embedded-hal
60+
* ManagedCS / SPI device vs bus traits
61+
* https://github.com/rust-embedded/embedded-hal/pull/245
62+
* https://github.com/rust-embedded/embedded-hal/pull/350
63+
* https://github.com/rust-embedded/embedded-hal/pull/351
64+
* Seems like taking 351 but swapping to using closures might be the nicest way forward
65+
* async digital::Wait merged
66+
* Discussed merging #324
67+
* Discussed a new alpha release
68+
* Discussed a new 0.2 series release to include the backported new CAN traits

0 commit comments

Comments
 (0)