aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src
Commit message (Expand)AuthorAgeFilesLines
...
* stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-271-1/+3
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
* Fix some typosDirk Stolle2023-05-081-1/+1
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* stm32 otg: add examples.chemicstry2023-01-111-0/+108
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
* Run rustfmt.Dario Nieuwenhuis2022-06-122-7/+2
* stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-271-0/+29
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-022-20/+3
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-1/+3
* Omg. More formatting.Bob McWhirter2021-11-021-1/+0
* Need to include a bit of embassy for the NVIC.Bob McWhirter2021-11-021-0/+3
* Remove unused imports.Bob McWhirter2021-11-021-14/+0
* Formatting, per usual.Bob McWhirter2021-11-021-5/+5
* Add STM32U5 example.Bob McWhirter2021-11-022-0/+45