-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Embedded Working Group Meeting 2024-04-23 | ||
|
||
* [Coordination Repository] | ||
* Meetings: Tuesday 8pm Europe/Berlin time | ||
* [Join the Chat] | ||
* Today's date: 2024-04-23 | ||
* [Nominated issues](https://github.com/search?q=org%3Arust-embedded+label%3Anominated+is%3Aopen&type=Issues) | ||
* [Discussion topic](https://github.com/rust-embedded/wg/discussions/747) | ||
* [IRC logs] | ||
|
||
[Coordination Repository]: https://github.com/rust-embedded/wg | ||
[Join the Chat]: https://matrix.to/#/#rust-embedded:matrix.org | ||
[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2024-04-23 | ||
|
||
## Attendance | ||
|
||
Write your GH username or Matrix handle here! | ||
|
||
* adamgreig | ||
* therealprof | ||
* cr1901 | ||
* bartmassey | ||
* Adam Hott | ||
* newAM | ||
* thejpster | ||
* nastevens | ||
* dirbaio | ||
|
||
## Agenda | ||
|
||
* Announcements | ||
* cortex-m-rt 0.7.4 released, no bug reports yet! | ||
* svd2rust 0.33.1 released | ||
* microbit 0.14.0 and nrf*-hal 0.17.1 released | ||
* Embedded HAL | ||
* Should SPI ExclusiveDevice document the initial level of the CS pin? https://github.com/almindor/mipidsi/issues/129#issuecomment-2067713648 | ||
* Decided to have new() set CS high, but this will be a 0.2 release due to breaking API change | ||
* AtomicDevice https://github.com/rust-embedded/embedded-hal/pull/579 | ||
* looks good, will want to be sure docs are clear where it's expected to be used | ||
* Cortex M | ||
* https://github.com/rust-embedded/cortex-m/pull/383 | ||
* Update tooling section | ||
* Adam H's question - general outline for more research? | ||
* Should quickstart be updated? | ||
* Yes, needs to use latest cortex-m and cortex-m-rt and could reference probe-rs instead of openocd | ||
* Target docs update - tell people about target-cpu and target-feature? | ||
* thejpster has a proposed update https://github.com/jonathanpallant/armtesting/tree/main/armtesting | ||
|
||
## Last Week's Minutes | ||
|
||
* Announcements | ||
* None this week | ||
* Worked on cortex-m-rt. Got a new release ready and closed some outstanding issues. |