| Commit message (Expand) | Author | Age | Files | Lines |
| * | low-power: improve debug logic | xoviat | 2025-12-06 | 1 | -1/+1 |
| * | Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i... | WillaWillNot | 2025-11-22 | 1 | -14/+4 |
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 1 | -42/+27 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -18/+35 |
| * | Added type-erased AnyBinding for interrupt-handler bindings, and changed Exti... | WillaWillNot | 2025-11-19 | 1 | -16/+43 |
| * | stm32/exti: add poll_for methods | xoviat | 2025-11-18 | 1 | -10/+36 |
| * | rustfmt | everdrone | 2025-11-11 | 1 | -3/+3 |
| * | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -1/+1 |
| |\ |
|
| | * | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -1/+1 |
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+3 |
| * | | Use `PinNumber` to accomodate chips with more than 256 pins | everdrone | 2025-09-21 | 1 | -8/+8 |
| * | | Fix EXTI, DTS and FLASH for N6 family | everdrone | 2025-09-21 | 1 | -8/+8 |
| |/ |
|
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -22/+13 |
| * | Update stm32-metapac. | Dario Nieuwenhuis | 2025-01-06 | 1 | -2/+7 |
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -2/+1 |
| * | fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c... | Lena Berlin | 2024-10-08 | 1 | -3/+3 |
| * | Add stm32u0 support. | Dario Nieuwenhuis | 2024-04-14 | 1 | -8/+8 |
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -6/+5 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -17/+28 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -7/+7 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+1 |
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -7/+43 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -7/+7 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -53/+36 |
| * | stm32: Don't try handle EXTI inputs above 16 | Adam Greig | 2023-11-01 | 1 | -0/+3 |
| * | stm32: avoid creating many tiny critical sections in init. | Dario Nieuwenhuis | 2023-10-12 | 1 | -1/+1 |
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 1 | -5/+0 |
| * | Add get_level() to ExtiInput | Sebastian Goll | 2023-09-20 | 1 | -1/+5 |
| * | stm32: rtc/low-power cleanup | xoviat | 2023-09-15 | 1 | -0/+3 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -3/+3 |
| * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+1 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -2/+2 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -2/+2 |
| * | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 1 | -9/+9 |
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| * | stm32: add stm32c0 support. | Dario Nieuwenhuis | 2023-01-17 | 1 | -8/+8 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -21/+15 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -1/+1 |
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -24/+25 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -4/+4 |
| * | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+2 |
| * | have adapted access to pin() and port() methods of Sealed::Pin in exti.rs ac... | [email protected] | 2022-07-10 | 1 | -5/+5 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -11/+8 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+3 |
| * | stm32: Fix stm32f107 build. | Dario Nieuwenhuis | 2022-05-08 | 1 | -1/+1 |
| * | Add stm32wlexx support | Dario Nieuwenhuis | 2022-04-08 | 1 | -1/+1 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -39/+24 |