embassy/embassy-stm32
bors[bot] 2adee4af38
Merge #858
858: embassy-stm32: Simplify time r=Dirbaio a=GrantM11235

- 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

Co-authored-by: Grant Miller <GrantM11235@gmail.com>
2022-07-11 02:51:06 +00:00
..
src Merge #858 2022-07-11 02:51:06 +00:00
build.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
Cargo.toml Add embassy-embedded-hal nightly feature 2022-07-09 23:41:02 +02:00