aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32n6/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add more STM32N6 examplesLambert Sartory2025-12-112-0/+109
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* Merge branch main into n6everdrone2025-11-111-0/+36