embassy/examples/nrf52840
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 Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
src/bin nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53. 2023-03-06 00:17:51 +01:00
build.rs Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00
Cargo.toml enable inline-asm feature for cortex-m in examples 2023-04-18 21:07:36 +02:00
memory.x Rename examples/nrf to examples/nrf52840 2023-01-09 22:30:02 +01:00