Skip to content
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

Add minutes for 2022-10-11 #640

Merged
merged 1 commit into from
Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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

* [Coordination Repository]
* Meetings: Tuesday 8pm Europe/Berlin time
* [Join the Chat]
* Today's date: 2022-10-11
* [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-10-11

## Attendance

Write your GH username or Matrix handle here!

* adamgreig
* almindor
* therealprof
* eldruin
* newAM
* cr1901
* jannic

## Agenda

* Announcements
* svd2rust 0.26 released
* riscv 0.9.0 released
* Possibly get #110 merged for 0.10
* Cortex-M
* Allocator questions again
* https://github.com/rust-embedded/alloc-cortex-m/issues/36#issuecomment-1272430529
* Hopefully setting global allocator is stable soon, and between that and critical-section being released we might not need alloc-cortex-m at all
* Embedded HAL
* Discovered nuisance/bug in Cargo resolver around multiple alpha release dependencies
* https://github.com/Rahix/shared-bus/pull/38

## Last Week's Minutes

* Announcements
* embedded-hal-nb v1.0.0-alpha.0, -alpha.1 released
* embedded-can v0.4.0, 0.4.1 released
* embedded-hal v1.0.0-alpha.9 released
* embedded-hal-async v0.1.0-alpha.2 released

* Embedded HAL
* Continued discussion on SPI (and I²C) traits for Linux
* Conclusion: on balance, keeping the current design seems best, but let's try and implement it properly for Linux to check there are no horrible surprises, and document these edge cases more clearly