aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32wl/src/bin/a.rs
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-4/+2
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-2/+14
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
* Fix WL boot exampleDion Dokter2024-08-051-1/+7
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
* fix(boot): update examples Badr Bouslikhin2024-02-071-1/+1
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* Refactor firmware updaterUlf Lilleengen2023-08-061-4/+4
* Add firmware updater examples to CIUlf Lilleengen2023-06-191-4/+8
* Align examplesRasmus Melchior Jacobsen2023-05-301-4/+5
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-1/+1
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-3/+4
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+3
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+2
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+43