embassy/examples/boot/bootloader
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
..
nrf enable inline-asm feature for cortex-m in examples 2023-04-18 21:07:36 +02:00
rp enable inline-asm feature for cortex-m in examples 2023-04-18 21:07:36 +02:00
stm32 enable inline-asm feature for cortex-m in examples 2023-04-18 21:07:36 +02:00