embassy/examples/stm32f1/src/bin
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
..
adc.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
blinky.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
can.rs stm32/can: simplify bxcan api, merging bx::* into the main structs. 2024-04-02 11:08:03 +02:00
hello.rs stm32/rcc: port F1 to new API. 2024-02-13 01:21:51 +01:00
usb_serial.rs usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead 2024-03-23 00:35:15 +00:00