| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -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 CI | WillaWillNot | 2025-11-21 | 1 | -3/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -3/+3 |
| | | |||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -7/+7 |
| | | |||||
| * | Add Adc::new_with_clock() to configure analog clock | Per Rosengren | 2025-08-30 | 1 | -0/+39 |
| | | | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations. | ||||
| * | chore: Wrap link_section attribute with unsafe | Hiroaki Yutani | 2025-05-06 | 7 | -7/+7 |
| | | |||||
| * | Add H7 dual core to common and run fmt | Dion Dokter | 2024-08-05 | 4 | -10/+8 |
| | | |||||
| * | Fix tests | Dion Dokter | 2024-08-05 | 1 | -1/+4 |
| | | |||||
| * | Updated WL examples to use new API | Dion Dokter | 2024-08-05 | 7 | -14/+52 |
| | | |||||
| * | stm32/rtc: remove use of deprecated .timestamp() | Dario Nieuwenhuis | 2024-03-06 | 1 | -2/+2 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 3 | -3/+3 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -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 Nieuwenhuis | 2023-12-21 | 7 | -7/+0 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 3 | -344/+0 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 5 | -5/+5 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 3 | -0/+3 |
| | | |||||
| * | stm32/rcc: merge wb into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 5 | -8/+58 |
| | | |||||
| * | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 2 | -9/+36 |
| | | |||||
| * | fix clocks in stm32wl rng example. | Dario Nieuwenhuis | 2023-10-17 | 1 | -5/+4 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 3 | -8/+8 |
| | | | | | convenience methods | ||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 3 | -7/+3 |
| | | |||||
| * | stm32/rcc: rename HSE32 to HSE | Dario Nieuwenhuis | 2023-10-11 | 6 | -6/+6 |
| | | |||||
| * | stm32/rtc: enable lse in examples. | Dario Nieuwenhuis | 2023-09-30 | 1 | -0/+2 |
| | | |||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -2/+2 |
| | | |||||
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 3 | -14/+9 |
| | | |||||
| * | rcc: more cleanup | xoviat | 2023-09-08 | 3 | -3/+2 |
| | | |||||
| * | stm32: fix wl re-export | xoviat | 2023-08-27 | 1 | -3/+3 |
| | | |||||
| * | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 1 | -4/+1 |
| | | |||||
| * | stm32: fix rtc and examples | xoviat | 2023-08-06 | 1 | -1/+1 |
| | | |||||
| * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -6/+11 |
| | | |||||
| * | Enable RTC on STM32WL chips (#1645) | Phil Markgraf | 2023-07-15 | 1 | -0/+43 |
| | | | | | | | | | | | | | | * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add clippy allow to not report if same then branch * Support enabling RTC clock on STM32WL * Add rtc example for stm32wl * Address code review feedback | ||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -6/+4 |
| | | |||||
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| | | |||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 |
| | | |||||
| * | stm32: move lora to bind_interrupts | xoviat | 2023-05-24 | 4 | -21/+30 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 3 | -3/+0 |
| | | |||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| | | |||||
| * | Simplify SUBGHZSPI configuration. | ceekdee | 2023-05-04 | 3 | -12/+3 |
| | | |||||
| * | Handle SUBGHZSPI as async. | ceekdee | 2023-05-03 | 3 | -35/+11 |
| | | |||||
| * | Deprecate original LoRa drivers. Update rust-lorawan releases. | ceekdee | 2023-04-25 | 1 | -119/+0 |
| | | |||||
| * | Add lora-phy examples. | ceekdee | 2023-04-23 | 4 | -107/+139 |
| | | |||||
| * | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 2 | -0/+191 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -1/+1 |
| | | |||||
