Skip to content

Commit 028c227

Browse files
bors[bot]adamgreig
andauthored
Merge #656
656: Add minutes for 2023-01-17 r=eldruin a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents 1d7a8a4 + 0055e5a commit 028c227

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

minutes/2023-01-17.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Embedded Working Group Meeting 2023-01-17
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2023-01-17
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/2023-01-17
13+
14+
## Attendance
15+
16+
Write your GH username or Matrix handle here!
17+
18+
* adamgreig
19+
* therealprof
20+
* almindor
21+
* dirbaio
22+
* newAM
23+
* eldruin
24+
* korken89
25+
* dkhayes117
26+
* jannic
27+
* cr1901
28+
* emilgardis
29+
30+
## Agenda
31+
32+
* Announcements
33+
* probe-rs 0.14 released
34+
* WG
35+
* TYIER
36+
* Social media policy https://github.com/rust-embedded/wg/pull/651
37+
* Needs updating for Mastodon
38+
* Cortex-M
39+
* Mysterious bug in semihosting?
40+
* https://github.com/rust-embedded/cortex-m/issues/459
41+
* Seems likely to be a qemu issue, though we could
42+
possibly work around with a nop in debug::exit,
43+
which has pretty low overhead since it's only
44+
used at the end of tests
45+
* c-m-rt zero-init RAM PR https://github.com/rust-embedded/cortex-m/pull/455
46+
* Embedded HAL
47+
* PwmPin trait? https://github.com/rust-embedded/embedded-hal/pull/430
48+
* New suggestion avoids some extra computation
49+
* GPIO ErrorKind https://github.com/rust-embedded/embedded-hal/pull/431#pullrequestreview-1249623337
50+
* embedded-alloc to HAL team?
51+
* leave with cortex-m for now
52+
* Risc-V
53+
* Critical section bug? https://github.com/rust-embedded/riscv/pull/121
54+
* Yep, merged.
55+
56+
## Last Week's Minutes
57+
58+
* Announcements
59+
* TYIER blog post
60+
* WG social media policy in https://github.com/rust-embedded/wg/pull/651
61+
* svd2rust 0.28.0 released
62+
* aarch64-cpu 9.3.0, 9.3.1 released
63+
* Cortex-M
64+
* 0.7.7 released with minor documentation fix for critical-section impl
65+
* c-m-rt zero-init RAM PR updated https://github.com/rust-embedded/cortex-m/pull/455
66+
* unsure if it should zero before or after pre_init
67+
* possibly we can skip zeroing bss if all RAM is being zeroed
68+
* embedded-alloc: cortex-m or hal team?
69+
* leave it for now?
70+
* Book
71+
* Atomics discussion https://github.com/rust-embedded/book/issues/338
72+
* Embedded HAL
73+
* PwmPin: https://github.com/rust-embedded/embedded-hal/pull/430
74+
* Keep this design or consider alternative with more methods to get maximum duty value?

0 commit comments

Comments
 (0)