Skip to content

Commit 09a87b0

Browse files
bors[bot]James Munns
and
James Munns
authored
Merge #456
456: Add notes from may r=therealprof a=jamesmunns @therealprof has the missing notes for 2020-05-12 Co-authored-by: James Munns <[email protected]>
2 parents 9bc3dea + 2ea17f0 commit 09a87b0

File tree

3 files changed

+170
-0
lines changed

3 files changed

+170
-0
lines changed

minutes/2020-05-05.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Embedded Working Group Meeting Notes
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's meeting: 2020-05-05
7+
8+
[Coordination Repository]: https://github.com/rust-embedded/wg
9+
[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org
10+
[Meeting Agenda]: #
11+
12+
## Attendance
13+
14+
Write your GH username or Matrix handle here!
15+
16+
* jamesmunns
17+
* therealprof
18+
* korken89
19+
* theJPster
20+
* Yatekii
21+
* japaric
22+
* adamgreig
23+
* thalesfragoso
24+
* disasm
25+
26+
## Agenda
27+
28+
* Focus Project checkin
29+
* DMA: Impl's wanted! See https://github.com/ra-kete/dma-poc/issues/1
30+
* MSRV: Getting close! Another couple PRs
31+
* [HAL guidelines](https://github.com/jonas-schievink/hal-guidelines) – move to WG?
32+
* Review last week's actions
33+
* Road to 1.0
34+
* Use of Github Actions for WG repositories
35+
36+
## Action Items
37+
38+
*
39+
40+
## Last Week's Agenda
41+
42+
* Focus Projects Check-in
43+
* Request for review/assistance:
44+
* Review the [concurrency](https://github.com/rust-embedded/embedonomicon/pull/48) chapter for correctness.
45+
* Review [MSRV RFC](https://github.com/rust-embedded/wg/pull/449)
46+
* Help needed with embedonomicon assembly changes: https://github.com/rust-embedded/embedonomicon/pull/66
47+
* Lang team has requested "lang item wish list" items, before a push to a 2021 edition of Rust.
48+
* Use of Github Actions for WG repositories
49+
50+
## Last Week's Action Items
51+
52+
* [ ] MSRV CI Focus Project: A couple more crates need to be tackled!
53+
* [ ] Still need feedback on https://github.com/ra-kete/dma-poc/issues/1
54+
* [ ] @adamgreig to do a stm32f0 impl check
55+
* [ ] @jamesmunns to do a nrf52 impl check
56+
57+
* [ ] Next Week's Agenda: https://github.com/rust-embedded/wg/issues/450

minutes/2020-05-19.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Embedded Working Group Meeting Notes
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's meeting: 2020-05-19
7+
8+
[Coordination Repository]: https://github.com/rust-embedded/wg
9+
[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org
10+
[Meeting Agenda]: #
11+
12+
## Attendance
13+
14+
Write your GH username or Matrix handle here!
15+
16+
* jamesmunns
17+
* therealprof
18+
* adamgreig
19+
* jschievink
20+
* japaric
21+
* cr1901
22+
* korken89
23+
* eldruin
24+
25+
26+
## Agenda
27+
28+
* Focus Project check-in
29+
* A Github Actions interlude
30+
* https://github.com/rust-embedded/wg/pull/454
31+
* Cargo bloat action!
32+
* hibernating thejpster
33+
* https://github.com/rust-embedded/wg/pull/455
34+
* Road to 1.0
35+
* bare-metal:
36+
* Rough idea: Release current state as 1.0 and deprecate it afterwards paving the way for independent architecture crates to move away from current `Mutex`
37+
* Issue with new `Mutex` trait: https://github.com/rust-embedded/mutex-trait/issues/12
38+
* Possible idea for next focus group?
39+
40+
## Action Items
41+
42+
*
43+
44+
## Last Week's Agenda
45+
46+
* Focus Project checkin
47+
* DMA: Impl's wanted! See https://github.com/ra-kete/dma-poc/issues/1
48+
* Example impl here: https://github.com/stm32-rs/stm32f3xx-hal/pull/86
49+
* nRF impl available but needs updating
50+
* MSRV: Getting close! Another couple PRs
51+
* https://github.com/rust-embedded/wg/issues/445
52+
* Road to 1.0
53+
* bare-metal:
54+
* Rough idea: Release current state as 1.0 and deprecate it afterwards paving the way for independent architecture crates to move away from current `Mutex`
55+
* Issue with new `Mutex` trait: https://github.com/rust-embedded/mutex-trait/issues/12
56+
* Possible idea for next focus group?
57+
58+
## Last Week's Action Items
59+
60+
* [ ] @adamgreig to create RFC for bare-metal decision

minutes/2020-05-26.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Embedded Working Group Meeting Notes
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's meeting: 2020-05-26
7+
8+
[Coordination Repository]: https://github.com/rust-embedded/wg
9+
[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org
10+
[Meeting Agenda]: #
11+
12+
## Attendance
13+
14+
Write your GH username or Matrix handle here!
15+
16+
* jamesmunns
17+
* jschievink
18+
* adamgreig
19+
* korken89
20+
* m-hugo
21+
* therealprof
22+
* cr1901
23+
24+
25+
## Agenda
26+
27+
* Focus Projects Check-in
28+
* https://github.com/rust-embedded/bare-metal/pull/33
29+
* Follow up on the issue!
30+
* https://github.com/rust-embedded/embedded-hal/pull/206
31+
* Spin out to an unofficial crate
32+
33+
## Action Items
34+
35+
* [ ] Add references to r-e-community to awesome list and wg repo
36+
37+
## Last Week's Agenda
38+
39+
* Focus Project check-in
40+
* A Github Actions interlude
41+
* https://github.com/rust-embedded/wg/pull/454
42+
* Cargo bloat action!
43+
* hibernating thejpster
44+
* https://github.com/rust-embedded/wg/pull/455
45+
* Road to 1.0
46+
* bare-metal:
47+
* Rough idea: Release current state as 1.0 and deprecate it afterwards paving the way for independent architecture crates to move away from current `Mutex`
48+
* Issue with new `Mutex` trait: https://github.com/rust-embedded/mutex-trait/issues/12
49+
* Possible idea for next focus group?
50+
51+
## Last Week's Action Items
52+
53+
* ?

0 commit comments

Comments
 (0)