aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/button.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-1/+1
|
* Add H7 dual core to common and run fmtDion Dokter2024-08-051-4/+2
|
* Fix testsDion Dokter2024-08-051-1/+4
|
* Updated WL examples to use new APIDion Dokter2024-08-051-2/+7
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-4/+2
|
* Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis2022-04-081-0/+31