embassy/examples/stm32f7
Dario Nieuwenhuis c8936edb6c stm32/can: simplify bxcan api, merging bx::* into the main structs.
The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait
are a relic from the `bxcan` crate. Remove them, move the functionality
into the main structs.
2024-04-02 11:08:03 +02:00
..
.cargo Removed hash DMA from unsupported configs. 2024-02-08 17:24:27 -05:00
src/bin stm32/can: simplify bxcan api, merging bx::* into the main structs. 2024-04-02 11:08:03 +02:00
build.rs remove memory.x files for other stm32 examples 2023-07-28 16:38:02 +02:00
Cargo.toml Add CRYP example. 2024-02-25 20:59:07 -05:00