owned this note changed 2 years ago
Linked with GitHub

Embedded Working Group Meeting 2022-11-22

Attendance

Write your GH username or Matrix handle here!

  • adamgreig
  • jannic
  • hargoniX
  • therealprof
  • dirbaio
  • almindor
  • eldruin
  • newAM

Agenda

Last Week's Minutes

  • Announcements
    • cortex-m-rt 0.7.2 released
      • MSRV bumped to use new stable asm, no more precompiled blobs
      • Adds set-vtor and set-sp features
    • riscv 0.10 released with critical-section impl
    • a few new async crates using e-h-a and e-n-a (and new crates released from embassy):
      • reqwless 0.2 - async http client
      • esp8266-at-driver
      • es-wifi-driver
      • rak811-at-driver
      • hts221-async
  • Async interrupt registration, take 3 (only in HAL approach)
    • The other end of the spectrum, no crate needed only a simple macro-by-example in a HAL + marker trait. When HALs are not forced to adhere to an API via a crate (eg cortex-m-interrupt), will it be enough with the simpler solution that needs to be disiminated in a different way?
  • Newsletter: looking for volunteers
  • Maybe run another last-friday-of-the-month Twitter project roundup?
  • Discussed structure of driver crates offering both blocking and async drivers
Select a repo