aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32c0/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-221-6/+1
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-2/+14
* adc: extract c0xoviat2025-11-131-12/+6
* adc: remove sample_time from structxoviat2025-11-101-4/+4
* rtc: use consistent api between stop and non-stopxoviat2025-11-041-2/+2
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Add RTC example for STM32C0Alan Rosenthal2025-06-101-0/+35
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+3
* Added ADC support for STM32C0.Timofei Korostelev2025-03-201-0/+57
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+0
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* stm32: add stm32c0 examples.Dario Nieuwenhuis2023-01-173-0/+79