embassy/examples/stm32f3
pennae 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
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
src/bin Align flash examples 2023-04-05 10:55:31 +02:00
build.rs [examples] Add examples for STM32F3 2021-12-13 14:50:13 +05:30
Cargo.toml enable inline-asm feature for cortex-m in examples 2023-04-18 21:07:36 +02:00