Skip to content

Commit 9bc85c6

Browse files
authored
Merge pull request #752 from rust-embedded/2024-04-30
Add minutes for 2024-04-30
2 parents 4bae6ea + c65629b commit 9bc85c6

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

minutes/2024-04-30.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Embedded Working Group Meeting 2024-04-30
2+
3+
* [Coordination Repository]
4+
* Meetings: Tuesday 8pm Europe/Berlin time
5+
* [Join the Chat]
6+
* Today's date: 2024-04-30
7+
* [Nominated issues](https://github.com/search?q=org%3Arust-embedded+label%3Anominated+is%3Aopen&type=Issues)
8+
* [Discussion topic](https://github.com/rust-embedded/wg/discussions/747)
9+
* [IRC logs]
10+
11+
[Coordination Repository]: https://github.com/rust-embedded/wg
12+
[Join the Chat]: https://matrix.to/#/#rust-embedded:matrix.org
13+
[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2024-04-30
14+
15+
## Attendance
16+
17+
Write your GH username or Matrix handle here!
18+
19+
* adamgreig
20+
* cr1901
21+
* dirbaio
22+
* Adam Hott
23+
* therealprof
24+
* newAM
25+
* jannic
26+
* bartmassey
27+
28+
## Agenda
29+
30+
* Announcements
31+
* embedded-hal-bus 0.2 released with AtomicDevice
32+
* Target docs for thumb targets PR underway: https://github.com/rust-lang/rust/pull/124404
33+
* @thejpster stepping down from wg and leadership council
34+
* next week's meeting is skipped, resuming the week after (on 14th may)
35+
* Embedded HAL
36+
* AtomicDevice use of portable_atomic means build fails on armv6 https://github.com/rust-embedded/embedded-hal/issues/598
37+
* add atomic-device feature, enable AtomicDevice if feature is enabled or cfg(target_has_atomic..), add atomic-critical-section and atomic-unsafe-assume-single-core (or portable-atomic-...?) which proxy to p-a and also enable atomic-device, document this, release as 0.3
38+
* Tooling docs update: https://github.com/CodingInGreen/tooling
39+
* what to add?
40+
* discussed a few topics and organisations
41+
* Maintenance of STM32 Discovery Book?
42+
* Is our most complete book
43+
* Does not seem to be in widespread use anymore
44+
* Board has changed version
45+
* Two books is a lot
46+
* Conclusion: don't worry about the stm32 book, mark it as more clearly archived/read-only/deprecated
47+
48+
## Last Week's Minutes
49+
50+
* Announcements
51+
* cortex-m-rt 0.7.4 released, no bug reports yet!
52+
* svd2rust 0.33.1 released
53+
* microbit 0.14.0 and nrf*-hal 0.17.1 released
54+
* Embedded HAL
55+
* Should SPI ExclusiveDevice document the initial level of the CS pin? https://github.com/almindor/mipidsi/issues/129#issuecomment-2067713648
56+
* Decided to have new() set CS high, but this will be a 0.2 release due to breaking API change
57+
* AtomicDevice https://github.com/rust-embedded/embedded-hal/pull/579
58+
* looks good, will want to be sure docs are clear where it's expected to be used
59+
* Cortex M
60+
* https://github.com/rust-embedded/cortex-m/pull/383
61+
* Update tooling section
62+
* Adam H's question - general outline for more research?
63+
* Should quickstart be updated?
64+
* Yes, needs to use latest cortex-m and cortex-m-rt and could reference probe-rs instead of openocd
65+
* Target docs update - tell people about target-cpu and target-feature?
66+
* thejpster has a proposed update https://github.com/jonathanpallant/armtesting/tree/main/armtesting

0 commit comments

Comments
 (0)