stm32-rs / bxcan

bxCAN peripheral driver for STM32 chips
Apache License 2.0
31 stars 22 forks source link

Update defmt and stm32f1 and cortex-m dependencies. #48

Closed bobmcwhirter closed 2 years ago

bobmcwhirter commented 2 years ago

Hiya--

Trying to get embassy using a newer (patched) probe-run which requires newer defmt, which requires things we rely upon to also use the same version of defmt, and thus, here I am.

jonas-schievink commented 2 years ago

I've merged https://github.com/stm32-rs/bxcan/pull/47 instead, which does the same thing and also fixes CI