owned this note changed 10 months ago
Linked with GitHub

Embedded Working Group Meeting 2024-04-30

Attendance

Write your GH username or Matrix handle here!

  • adamgreig
  • cr1901
  • dirbaio
  • Adam Hott
  • therealprof
  • newAM
  • jannic
  • bartmassey

Agenda

  • Announcements
    • embedded-hal-bus 0.2 released with AtomicDevice
    • Target docs for thumb targets PR underway: https://github.com/rust-lang/rust/pull/124404
    • @thejpster stepping down from wg and leadership council
    • next week's meeting is skipped, resuming the week after (on 14th may)
  • Embedded HAL
    • AtomicDevice use of portable_atomic means build fails on armv6 https://github.com/rust-embedded/embedded-hal/issues/598
      • 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
  • Tooling docs update: https://github.com/CodingInGreen/tooling
    • what to add?
  • Maintenance of STM32 Discovery Book?
    • Is our most complete book
    • Does not seem to be in widespread use anymore
    • Board has changed version
    • Two books is a lot
    • Conclusion: don't worry about the stm32 book, mark it as more clearly archived/read-only/deprecated

Last Week's Minutes

Select a repo