Skip to content

Add minutes for 2022-02-15 #603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions minutes/2022-02-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Embedded Working Group Meeting 2022-02-15

* [Coordination Repository]
* Meetings: Tuesday 8pm Europe/Berlin time
* [Join the Chat]
* Today's date: 2022-02-15
* [Nominated issues](https://github.com/search?q=org%3Arust-embedded+label%3Anominated+is%3Aopen&type=Issues)
* [IRC logs]

[Coordination Repository]: https://github.com/rust-embedded/wg
[Join the Chat]: https://riot.im/app/#/room/#rust-embedded:matrix.org
[IRC logs]: https://libera.irclog.whitequark.org/rust-embedded/2022-02-15

## Attendance

Write your GH username or Matrix handle here!

* adamgreig
* therealprof
* almindor
* newam
* dirbaio
* eldruin
* cr1901
* mabez

## Agenda

* Announcements
* cargo-binutils 0.3.5 released, warns if binutils not installed
* embedded-hal 0.2.7 released with CAN traits
* embedded-hal 1.0.0-alpha.7 released
* resources
* embedonomicon CI fixed, pending PRs merged
* a-e-r tidyup still TODO https://github.com/rust-embedded/awesome-embedded-rust/issues/367
* cortex-m
* no update on critical-section or 0.8alpha
* embedded-hal
* removed types with unconstrained types
* roadmap to track traits removed in 1.0: https://github.com/rust-embedded/embedded-hal/issues/357
* roadmap to track new async traits https://github.com/rust-embedded/embedded-hal/issues/356
* updated proposal for split SPI bus/devices in https://github.com/rust-embedded/embedded-hal/pull/351
* extensive discussion on new SPI proposal and potential for extending it to I²C

## Last Week's Minutes

* Announcements
* embedded-dma 0.2.0 released
* cortex-m
* #[naked] now permitted on pre_init
* c-m alpha, c-m crtical-section
* resources
* a-e-r updates
* https://github.com/rust-embedded/awesome-embedded-rust/issues/367
* tools
* svd2rust new array access
* https://github.com/rust-embedded/svd2rust/issues/578
* https://github.com/rust-embedded/svd2rust/pull/579
* embedded-hal
* ManagedCS / SPI device vs bus traits
* https://github.com/rust-embedded/embedded-hal/pull/245
* https://github.com/rust-embedded/embedded-hal/pull/350
* https://github.com/rust-embedded/embedded-hal/pull/351
* Seems like taking 351 but swapping to using closures might be the nicest way forward
* async digital::Wait merged
* Discussed merging #324
* Discussed a new alpha release
* Discussed a new 0.2 series release to include the backported new CAN traits