Commit Graph

5 Commits

Author SHA1 Message Date
8a9136e4e4 enable inline-asm feature for cortex-m in examples
inline assembly is supported since rust 1.59, we're way past that.
enabling this makes the compiled code more compact, and on rp2040
even decreses memory usage by not needing thunks in sram.
2023-04-18 21:07:36 +02:00
577f060d24 Release embassy-sync v0.2.0 2023-04-13 23:40:49 +02:00
ab6179fb07 Fix duplicate package name 2023-04-11 12:03:08 +02:00
be37eee13d Update embedded-hal crates. 2023-04-06 22:41:50 +02:00
611d023829 stm32: add H5 support. 2023-04-06 18:59:37 +02:00