embassy/examples/stm32l0
Grant Miller 5ecbe5c918 embassy-stm32: Simplify time
- Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types
- Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used
for converting to `Hertz`
- Replace all instances of `impl Into<Hertz>` with `Hertz`
- Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as
free function shortcuts
- Remove `U32Ext` extension trait
2022-07-10 21:46:45 -05:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
src/bin embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
build.rs examples/stm32l0: cleanup 2022-01-19 17:59:55 +01:00
Cargo.toml Remove the authors field from Cargo.tomls 2022-06-18 02:16:40 +02:00