Skip to content

Commit 739cb5e

Browse files
bors[bot]adamgreig
andauthored
Merge #567
567: Add minutes for 2021-07-27 r=eldruin a=adamgreig Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 6a62ec1 + d56fc7c commit 739cb5e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

minutes/2021-07-27.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Embedded Working Group Meeting 2021-07-27
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2021-07-27
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/2021-07-27
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* GrantM11235
20+
* Sh3Rm4n
21+
* therealprof
22+
* hargoniX
23+
* disasm
24+
* eldruin
25+
* FireFromMoonlight
26+
27+
## Agenda
28+
29+
* Announcements
30+
* cortex-m-rt 0.6.15 released
31+
* call for help with cross: https://github.com/rust-embedded/cross/issues/574
32+
* embedded-hal
33+
* Invert layout of traits https://github.com/rust-embedded/embedded-hal/pull/298
34+
* Use the SPI traits to represent a single peripheral on an SPI bus https://github.com/rust-embedded/embedded-hal/issues/299
35+
* Associated Word types https://github.com/rust-embedded/embedded-hal/pull/295
36+
* Other PRs?
37+
* Change return type of SPI transfer https://github.com/rust-embedded/embedded-hal/pull/286
38+
* No evident objections but checking in case some original design intent has been missed
39+
* cortex-m-rt
40+
* 0.7 release TBC
41+
* Will press on later this week if no new items suggested
42+
* cross
43+
* How to integrate new maintainers?
44+
* Add directly to repo for time being
45+
* Maybe a `cross` team later
46+
* blog
47+
* Ready to publish, will do release PR after meeting
48+
49+
## Last Week's Minutes
50+
51+
* Announcements
52+
* None this week
53+
* embedded-hal
54+
* Invert layout of traits? https://github.com/rust-embedded/embedded-hal/pull/298
55+
* There was some worry that this would result in lots of copies of a module named `blocking` in scope due to e.g. `use e_h::spi::blocking`, but perhaps in practice users would either `use e_h::spi` and then bound `T: spi::blocking::Write`, or just use the trait directly.
56+
* This also allows shared items such as Errors to go into the top-level modules.
57+
* Associated Word types https://github.com/rust-embedded/embedded-hal/pull/295
58+
* Lots of discussion happening on the PR thread, so no further discussion in meeting this week.
59+
* Remove the various Default traits: https://github.com/rust-embedded/embedded-hal/pull/289
60+
* Consensus seems to be for removal.
61+
* Any other PRs?
62+
* cortex-m
63+
* PR for 0.6.15 and 0.7.0: review from cortex-m team?
64+
* showcase
65+
* Needs updating to use GHA, @adamgreig to do after meeting
66+
* blog
67+
* Blocked on posting for help with cross maintainership, hopefully real soon now
68+

0 commit comments

Comments
 (0)