embassy/examples/stm32f1
Dario Nieuwenhuis 2e85eaf7d5 examples Remove the fn config() idiom.
It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that
it's gone, it makes more sense to build the config in main directly.
2022-08-17 22:25:58 +02:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
src/bin examples Remove the fn config() idiom. 2022-08-17 22:25:58 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml Update to critical-section 1.0, atomic-polyfill 1.0 2022-08-17 19:01:56 +02:00