embassy/examples/stm32f7
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 Run rustfmt. 2022-06-12 22:22:31 +02:00
Cargo.toml Remove the authors field from Cargo.tomls 2022-06-18 02:16:40 +02:00
memory.x Initial support for STM32F767ZI. 2021-10-26 17:33:28 +02:00