| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | 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 | 3 | -137/+79 | |
| | | |\ \ | ||||||
| | | | * | | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+0 | |
| | | | * | | 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 | 3 | -115/+48 | |
| | | * | | | 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 | 2 | -20/+6 | |
| | | * | | Prepare embassy-usb-synopsys-otg 0.2.0 | Dániel Buga | 2024-12-06 | 1 | -1/+1 | |
| | | * | | 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 | |
| | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | | fix: error message for multiple time-driver-xxx cargo features | decaday | 2024-12-02 | 1 | -1/+1 | |
| | | * | | | | | 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 | 2 | -5/+15 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | stm32u5: Add flash bank selection when erasing a sector | William | 2024-11-27 | 1 | -3/+13 | |
| | | | * | | | | stm32: Update STM32 data source | William | 2024-11-27 | 1 | -2/+2 | |
| | | * | | | | | 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 | 7 | -41/+65 | |
| | | |\| | | | | ||||||
| | | | * | | | | 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 | 6 | -23/+63 | |
| | | * | | | | | Merge pull request #3556 from chrenderle/low-power | Dario Nieuwenhuis | 2024-11-25 | 5 | -13/+38 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | low-power: add support for stop for stm32u0 | Christian Enderle | 2024-11-22 | 3 | -7/+12 | |
| | | | * | | | | | low-power: add basic support for stm32u0 | Christian Enderle | 2024-11-22 | 4 | -5/+16 | |
| | | | * | | | | | rtc: reorganize low-power SealedInstance | Christian Enderle | 2024-11-22 | 1 | -4/+10 | |
| | | | * | | | | | rcc: enable lse for stm32u0 | Christian Enderle | 2024-11-22 | 1 | -2/+5 | |
| | | * | | | | | | chore: use latest metapac | elagil | 2024-11-24 | 1 | -2/+2 | |
| | | * | | | | | | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 6 | -24/+12 | |
| | | | |/ / / / | | |/| | | | | ||||||
