| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Make SharedData repr C | Dion Dokter | 2024-12-25 | 1 | -2/+37 | |
| | | * | | | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -1/+1 | |
| | | * | | | fix: docstrings | elagil | 2024-12-22 | 1 | -2/+2 | |
| | | * | | | fix: h5-only rx filter | elagil | 2024-12-22 | 1 | -0/+2 | |
| | | * | | | feat: stm32h5 UCPD example | elagil | 2024-12-22 | 1 | -0/+40 | |
| | | |/ / | ||||||
| | | * | | more cfg gating | Anatol Ulrich | 2024-12-19 | 1 | -6/+9 | |
| | | * | | consistently cfg-gate `set_speed` | Anatol Ulrich | 2024-12-19 | 1 | -0/+1 | |
| | | * | | fix imports | Anatol Ulrich | 2024-12-19 | 1 | -1/+1 | |
| | | * | | embassy-stm32: make SPI slew rate/speed configurable and change default to `M... | Anatol Ulrich | 2024-12-19 | 2 | -9/+39 | |
| | * | | | add async read for u5 ADC4 | klownfish | 2024-12-27 | 1 | -16/+104 | |
| | * | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 65 | -2481/+5063 | |
| | |\| | | ||||||
| | | * | | stm32/(o|q)spi: command naming convention fix | Piotr Esden-Tempski | 2024-12-17 | 2 | -2/+2 | |
| | | * | | Merge pull request #3593 from bugadani/refactor | Dario Nieuwenhuis | 2024-12-16 | 2 | -136/+77 | |
| | | |\ \ | ||||||
| | | | * | | Merge time-driver and time-queue-driver traits, make HALs own and handle the ... | Dario Nieuwenhuis | 2024-12-13 | 1 | -47/+57 | |
| | | | * | | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 2 | -114/+45 | |
| | | * | | | STM32F0 fix using HSI48 as SYSCLK on devices with CRS | Fabian Wolter | 2024-12-14 | 1 | -0/+3 | |
| | | * | | | Merge pull request #3636 from G-Levine/stm32g4-missing-opamp-output-fix | Dario Nieuwenhuis | 2024-12-13 | 1 | -0/+3 | |
| | | |\ \ \ | ||||||
| | | | * | | | Add missing opamp external outputs for STM32G4 | Gabrael Levine | 2024-12-10 | 1 | -0/+3 | |
| | | | |/ / | ||||||
| | | * | | | Update STM32U5 OTG HS clock handling | Marvin Drees | 2024-12-10 | 3 | -14/+31 | |
| | | * | | | Add support for stm32u595/5a5 OTG_HS in client mode | Dave Marples | 2024-12-10 | 2 | -7/+45 | |
| | | |/ / | ||||||
| | | * | | STM32: bump to latest stm32-metapac | David Lawrence | 2024-12-06 | 1 | -18/+4 | |
| | | * | | Merge pull request #3274 from michelrandahl/discriminating-pins-within-tsc-group | Dario Nieuwenhuis | 2024-12-03 | 9 | -1172/+1900 | |
| | | |\ \ | ||||||
| | | | * | | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons... | michel | 2024-11-29 | 6 | -356/+350 | |
| | | | * | | STM32-TSC: enable discriminating between pins within same TSC group and impro... | michel | 2024-11-29 | 8 | -1054/+1788 | |
| | | * | | | Extend set_baudrate implementation to Buffered and RingBuffered structs | Enmanuel Parache | 2024-12-03 | 2 | -3/+27 | |
| | | * | | | Fixed build error | Enmanuel Parache | 2024-12-03 | 1 | -6/+12 | |
| | | * | | | Reduced code duplication | Enmanuel Parache | 2024-12-03 | 1 | -93/+36 | |
| | | * | | | rustfmt | Enmanuel Parache | 2024-12-03 | 1 | -6/+3 | |
| | | * | | | stm32/usart: Changing baud rate | Enmanuel Parache | 2024-12-03 | 1 | -15/+134 | |
| | | * | | | Merge pull request #3549 from aurelj/stm32_pwm_32bits_timer | Dario Nieuwenhuis | 2024-12-02 | 3 | -10/+18 | |
| | | |\ \ \ | ||||||
| | | | * | | | stm32/timer: avoid max_compare_value >= u16::MAX | Aurélien Jacobs | 2024-11-20 | 3 | -10/+18 | |
| | | * | | | | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4 | Dario Nieuwenhuis | 2024-12-02 | 1 | -10/+159 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | stm32 adc g4 async read | Ivan Li | 2024-11-23 | 1 | -10/+159 | |
| | | * | | | | | Merge pull request #3588 from elagil/fix_sai_write_immediate | Dario Nieuwenhuis | 2024-12-02 | 1 | -1/+12 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | doc: improve comment | elagil | 2024-11-28 | 1 | -1/+8 | |
| | | | * | | | | | fix: make `write_immediate()` for ring buffers right-aligned | elagil | 2024-11-28 | 1 | -1/+5 | |
| | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | | Merge pull request #3595 from Sizurka/stm32-usart-databits | Dario Nieuwenhuis | 2024-12-01 | 1 | -22/+63 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | stm32/usart: Implement data bit selection | Derek Hageman | 2024-12-01 | 1 | -22/+63 | |
| | | | |/ / / / | ||||||
| | | * | | | | | Only recompute allocated alarms | Dániel Buga | 2024-11-30 | 1 | -1/+1 | |
| | | * | | | | | RTC: Trigger expired alarms | Dániel Buga | 2024-11-30 | 1 | -1/+4 | |
| | | |/ / / / | ||||||
| | | * | | | | Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase | Dario Nieuwenhuis | 2024-11-28 | 1 | -3/+13 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | stm32u5: Add flash bank selection when erasing a sector | William | 2024-11-27 | 1 | -3/+13 | |
| | | * | | | | | stm32: remove redundant time-driver macro | eZio Pan | 2024-11-28 | 1 | -24/+0 | |
| | | |/ / / / | ||||||
| | | * | | | | Merge pull request #3582 from itswenb/main | Dario Nieuwenhuis | 2024-11-27 | 1 | -0/+1 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Add missing clock check | Bing Wen | 2024-11-27 | 1 | -0/+1 | |
| | | * | | | | | Merge pull request #3574 from itswenb/main | Ulf Lilleengen | 2024-11-27 | 6 | -41/+61 | |
| | | |\| | | | | ||||||
| | | | * | | | | Change compile condition | Bing Wen | 2024-11-27 | 1 | -2/+5 | |
| | | | * | | | | Fix & Revert | Bing Wen | 2024-11-27 | 3 | -1/+4 | |
| | | | * | | | | Add new | Bing Wen | 2024-11-27 | 6 | -88/+66 | |
| | | | * | | | | Add new feature to enable overclocking | Bing Wen | 2024-11-26 | 5 | -23/+59 | |
