rust-embedded/embedded-hal

Update changelogs

eldruin opened this issue · 0 comments

There have been a number of changes that should have been added to the Changelogs.
See here
Including, but not limited to:

  • Removal of serial traits in e-h
  • defmt support everywhere
  • MSRV update everywhere
  • + ?Sized for blanket impls
  • Move async ExclusiveDevice to embedded-hal-bus
  • Merge of spi ExclusiveDevice in embedded-hal-bus
  • async DelayUs implementation for NoDelay

I have not checked the embedded-io* changelogs since that ship has sailed.