| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: only set analog if not v1 | liebman | 2025-12-13 | 1 | -1/+4 |
| | | |||||
| * | stm32: set pins to ANALOG on init only change specific pins | liebman | 2025-12-13 | 1 | -15/+48 |
| | | |||||
| * | stm32: set pins to ANALOG on init | liebman | 2025-12-13 | 1 | -0/+18 |
| | | |||||
| * | stm32: allow split irqs for time driver | xoviat | 2025-11-25 | 1 | -11/+38 |
| | | |||||
| * | Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if ↵ | WillaWillNot | 2025-11-22 | 1 | -4/+17 |
| | | | | | it's not present in the PAC, removed macro magic in exti that was working around this omission | ||||
| * | Synchronize with main branch | WillaWillNot | 2025-11-22 | 1 | -2/+31 |
| |\ | |||||
| | * | Merge pull request #4931 from xoviat/lp-dma | xoviat | 2025-11-22 | 1 | -1/+14 |
| | |\ | | | | | | | | | | low power: store stop mode for dma channels | ||||
| | | * | low power: store stop mode for dma channels | xoviat | 2025-11-21 | 1 | -1/+14 |
| | | | | |||||
| | * | | Restructure build script and pin traits a little bit | Dion Dokter | 2025-11-22 | 1 | -8/+8 |
| | | | | |||||
| | * | | Merge branch 'main' into u0-lcd | Dion Dokter | 2025-11-20 | 1 | -286/+972 |
| | |\| | |||||
| | * | | Start implementing lcd | Dion Dokter | 2024-06-14 | 1 | -1/+17 |
| | | | | |||||
| * | | | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -0/+4 |
| | |/ |/| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | | Move SMA responsibility to SMA peripheral | datdenkikniet | 2025-11-13 | 1 | -0/+5 |
| | | | |||||
| * | | Add SMA peripheral | datdenkikniet | 2025-11-13 | 1 | -0/+5 |
| | | | |||||
| * | | adc: extract v2 psc. | xoviat | 2025-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | adc: extract prescalers | xoviat | 2025-11-13 | 1 | -53/+71 |
| | | | |||||
| * | | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -2/+2 |
| | | | | | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | | Merge pull request #4866 from xoviat/adc | xoviat | 2025-11-11 | 1 | -7/+30 |
| |\ \ | | | | | | | | | | adc: impl. differential channels | ||||
| | * | | adc: impl. differential channels | xoviat | 2025-11-11 | 1 | -7/+30 |
| | | | | |||||
| * | | | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -3/+30 |
| |\| | | |||||
| | * | | update pac | xoviat | 2025-11-09 | 1 | -0/+4 |
| | | | | |||||
| | * | | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+21 |
| | | | | |||||
| | * | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+5 |
| | | | | |||||
| * | | | Add feature, disable flash for N6 family | everdrone | 2025-09-20 | 1 | -106/+120 |
| |/ / | |||||
| * | | stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -4/+4 |
| | | | |||||
| * | | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 1 | -90/+41 |
| | | | |||||
| * | | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 1 | -14/+111 |
| | | | |||||
| * | | stm32: peri_v1_bar now enables cfgs peri_v1 and peri_v1_bar. | Dario Nieuwenhuis | 2025-09-05 | 1 | -2/+27 |
| | | | |||||
| * | | Merge branch 'main' into feat/stm32wba-rcc-pll-support | leftger | 2025-07-27 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | include proper pll divs/divt initialization | Rick Rogers | 2025-07-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added changes based on PR review | Gerzain Mata | 2025-07-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | stm32/build: Remove extra braces from generated code | clubby789 | 2025-07-23 | 1 | -3/+3 |
| | | | |||||
| * | | Control RFWKPSEL with ClockMux | clubby789 | 2025-07-20 | 1 | -0/+7 |
| | | | |||||
| * | | Refactor | Fabian Wolter | 2025-07-17 | 1 | -3/+2 |
| | | | |||||
| * | | Make remap value a number | Fabian Wolter | 2025-07-17 | 1 | -4/+14 |
| | | | |||||
| * | | STM32F0/F3 Remap DMA channels | Fabian Wolter | 2025-07-17 | 1 | -1/+18 |
| | | | | | | | | | Fixes #3643 | ||||
| * | | Adds ADC4 for WBA | purepani | 2025-06-30 | 1 | -0/+4 |
| | | | |||||
| * | | stm32: fix timer break input 2 trait name in build script | melvdl | 2025-06-27 | 1 | -2/+2 |
| | | | |||||
| * | | stm32: generify timer channels | melvdl | 2025-06-26 | 1 | -18/+18 |
| | | | |||||
| * | | Generate pins for new opamp pin naming scheme | Thomas Giesel | 2025-06-25 | 1 | -20/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The new code implements the corresponding traits for the common opamp pin naming scheme of all families, which is VINPx/VINMx. The same pin must not be used for multiple channels for the same opamp. For example, if VINM0 and VINM1 of the same opamp were assigned to the same pin, the channel would not be unique, meaning that the traits would be implemented in a conflicting manner. | ||||
| * | | always declare eeprom | okhsunrog | 2025-05-21 | 1 | -1/+2 |
| | | | |||||
| * | | adding eeprom constants to _generated.rs | okhsunrog | 2025-05-20 | 1 | -0/+41 |
| | | | |||||
| * | | Merge branch 'main' into configurable-bank-support | diondokter | 2025-05-01 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq. | Dario Nieuwenhuis | 2025-04-30 | 1 | -0/+5 |
| | | | | |||||
| * | | | Add F4 support | Dion Dokter | 2025-04-29 | 1 | -8/+4 |
| | | | | |||||
| * | | | Add configurable bank support in build script | Dion Dokter | 2025-04-24 | 1 | -16/+51 |
| |/ / | |||||
| * | | stm32: update metapac, cleanup clocks a bit. | Dario Nieuwenhuis | 2025-04-18 | 1 | -25/+56 |
| | | | |||||
| * | | Merge pull request #4089 from IvanLi-CN/g4-opamp | Dario Nieuwenhuis | 2025-04-18 | 1 | -0/+12 |
| |\ \ | | | | | | | | | | feat(embassy-stm32/opamp): Add some STM32G4 opamp usage | ||||
| | * | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 1 | -0/+12 |
| | | | | | | | | | | | | | Signed-off-by: Ivan Li <[email protected]> | ||||
| * | | | Add the ADC5 to the DMA codegen for the STM32g4x3 and g4x4 | Dion Dokter | 2025-04-14 | 1 | -0/+7 |
| |/ / | |||||
