aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/exti.rs
Commit message (Expand)AuthorAgeFilesLines
* low-power: improve debug logicxoviat2025-12-061-1/+1
* Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i...WillaWillNot2025-11-221-14/+4
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-221-42/+27
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-18/+35
* Added type-erased AnyBinding for interrupt-handler bindings, and changed Exti...WillaWillNot2025-11-191-16/+43
* stm32/exti: add poll_for methodsxoviat2025-11-181-10/+36
* rustfmteverdrone2025-11-111-3/+3
* Merge branch main into n6everdrone2025-11-111-1/+1
|\
| * stm32/stop: move stop_with_rtc into initxoviat2025-11-041-1/+1
| * Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
* | Use `PinNumber` to accomodate chips with more than 256 pinseverdrone2025-09-211-8/+8
* | Fix EXTI, DTS and FLASH for N6 familyeverdrone2025-09-211-8/+8
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-22/+13
* Update stm32-metapac.Dario Nieuwenhuis2025-01-061-2/+7
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-2/+1
* fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c...Lena Berlin2024-10-081-3/+3
* Add stm32u0 support.Dario Nieuwenhuis2024-04-141-8/+8
* stm32: use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-231-6/+5
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-17/+28
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-7/+7
* stm32: more docs.Dario Nieuwenhuis2023-12-191-0/+1
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-7/+43
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-7/+7
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-53/+36
* stm32: Don't try handle EXTI inputs above 16Adam Greig2023-11-011-0/+3
* stm32: avoid creating many tiny critical sections in init.Dario Nieuwenhuis2023-10-121-1/+1
* stm32: centralize enabling pwr, syscfg, flash.Dario Nieuwenhuis2023-09-251-5/+0
* Add get_level() to ExtiInputSebastian Goll2023-09-201-1/+5
* stm32: rtc/low-power cleanupxoviat2023-09-151-0/+3
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-3/+3
* Add `rt` feature to HALs, cfg out interrupt handling when not set.Dario Nieuwenhuis2023-06-081-0/+1
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-2/+2
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-2/+2
* stm32: add H5 support.Dario Nieuwenhuis2023-04-061-9/+9
* Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+1
* stm32: add stm32c0 support.Dario Nieuwenhuis2023-01-171-8/+8
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-21/+15
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-1/+1
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-24/+25
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-4/+4
* Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis2022-07-231-2/+2
* have adapted access to pin() and port() methods of Sealed::Pin in exti.rs ac...[email protected]2022-07-101-5/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-121-11/+8
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-3/+3
* stm32: Fix stm32f107 build.Dario Nieuwenhuis2022-05-081-1/+1
* Add stm32wlexx supportDario Nieuwenhuis2022-04-081-1/+1
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-39/+24