Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.94 KB

2022-08-23.md

File metadata and controls

58 lines (49 loc) · 1.94 KB

Embedded Working Group Meeting 2022-08-23

Attendance

Write your GH username or Matrix handle here!

  • adamgreig
  • therealprof
  • newAM
  • caemor
  • cr1901

Agenda

  • Announcements
  • Embedded HAL
  • critical-section
    • New bare-metal?
      • Wait while msp430 and svd2rust stuff gets shaken out
    • Shared singleton macro?
      • Probably prefer static_cell, could even deprecate singleton for c-m 0.8
    • Size increase on msp430
      • cr1901 investigating
  • cortex-m 0.8 when?
    • Continue to ponder PAC/HAL split

Last Week's Minutes

  • Announcements
    • critical-section 1.0 released
    • cortex-m 0.7.6 released with critical-section support
  • Embedded HAL
    • Extract ExclusiveDevice: rust-embedded/embedded-hal#398
      • What to name the new crate? embedded-hal-bus, and keep it for bus related structs
      • Keep it in the same repo
  • critical-section