aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb55/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis2022-04-082-56/+0
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-023-23/+6
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-3/+2
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-032-4/+0
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-192-8/+0
* stm32/exti: unify all versions into single implDario Nieuwenhuis2021-08-191-0/+36
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-051-2/+2
* stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis2021-08-051-7/+9
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-231-8/+0
* stm32: Update gpio examplesThales Fragoso2021-06-251-2/+2
* Initial support and example for STM32WB55Dominik Boehi2021-06-122-0/+59