| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | fix: UCPD drop logic | elagil | 2025-02-07 | 1 | -6/+11 | |
| | * | | | set PLLI2SM and plli2s_src f423 | vinsynth | 2025-02-02 | 1 | -2/+2 | |
| | * | | | set PLLI2S M and SRC for f4 chips which support it | vinsynth | 2025-02-02 | 1 | -0/+5 | |
| | * | | | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 4 | -34/+32 | |
| | * | | | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 1 | -0/+46 | |
| | |\ \ \ | ||||||
| | | * | | | split PHY constructor to `new` and `new_auto` | nikvoid | 2025-01-23 | 1 | -4/+31 | |
| | | * | | | run rustfmt | nikvoid | 2025-01-22 | 1 | -2/+2 | |
| | | * | | | remove cortex-m delay | nikvoid | 2025-01-22 | 1 | -1/+0 | |
| | | * | | | use `Delay` from `embassy-time` to wait for PHY response | nikvoid | 2025-01-22 | 1 | -6/+8 | |
| | | * | | | Option to detect Ethernet PHY address automatically | nikvoid | 2025-01-22 | 1 | -2/+20 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3812 from noracarmig/sai_v3_dma | Dario Nieuwenhuis | 2025-01-26 | 2 | -6/+8 | |
| | |\ \ \ | ||||||
| | | * | | | Allow chips from L5 (sai_v3_2pdm) and H7 (sai_v3_4pdm) families to use extern... | noracarmig | 2025-01-26 | 1 | -6/+6 | |
| | | * | | | Reset complete count global variable on Dma configure | noracarmig | 2025-01-26 | 1 | -0/+2 | |
| | * | | | | fix: STM32H5 UCPD reception | elagil | 2025-01-26 | 1 | -6/+14 | |
| | * | | | | derive defmt::Format on pub struct/enum of stm32::rtc | Georges Palauqui | 2025-01-24 | 2 | -0/+4 | |
| | * | | | | Merge pull request #3779 from algesten/fix/f107-rcc | Dario Nieuwenhuis | 2025-01-24 | 2 | -5/+91 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Move PLL2/3 config to before PLL | Martin Algesten | 2025-01-24 | 1 | -29/+31 | |
| | | * | | | Fix init order of set_prediv1src | Martin Algesten | 2025-01-24 | 1 | -10/+9 | |
| | | * | | | Review fixes | Martin Algesten | 2025-01-24 | 2 | -50/+29 | |
| | | * | | | Full RCC support for STM32F107 | Martin Algesten | 2025-01-16 | 1 | -3/+109 | |
| | * | | | | Merge pull request #3792 from adamgreig/stm32-clkmux-unreachable | Dario Nieuwenhuis | 2025-01-22 | 1 | -1/+5 | |
| | |\ \ \ \ | ||||||
| | | * | | | | stm32: Change unreachable panic to explicit error message when accessing cloc... | Adam Greig | 2025-01-22 | 1 | -1/+5 | |
| | * | | | | | Merge pull request #3765 from dimpolo/hertz-display | Dario Nieuwenhuis | 2025-01-22 | 1 | -0/+7 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | stm32: impl Display for time::Hertz | dimi | 2025-01-13 | 1 | -0/+7 | |
| | | | |_|/ / | | |/| | | | ||||||
| | * | | | | | Merge pull request #3791 from embassy-rs/fix-split-pins | Dario Nieuwenhuis | 2025-01-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix issue with enabled split-pxy feature | mahu-wm | 2025-01-20 | 1 | -1/+1 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #3704 from CNLHC/pwm_support_gp32 | Dario Nieuwenhuis | 2025-01-21 | 6 | -50/+96 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | refactor: update write DMA transfer function to use separate memory word type | Liu Hancheng | 2025-01-05 | 1 | -5/+5 | |
| | | * | | | | | refactor: update DMA transfer functions to support separate memory and periph... | Liu Hancheng | 2025-01-04 | 2 | -15/+21 | |
| | | * | | | | | refactor: simplify timer bits handling | Liu Hancheng | 2025-01-04 | 1 | -5/+3 | |
| | | * | | | | | refactor: update DMA pointer types for cryp and hash modules | Liu Hancheng | 2025-01-04 | 2 | -8/+15 | |
| | | * | | | | | refactor: update DMA transfer functions to use separate memory and peripheral... | Liu Hancheng | 2025-01-04 | 2 | -29/+35 | |
| | | * | | | | | dev: change name to bits | Liu Hancheng | 2025-01-02 | 2 | -2/+2 | |
| | | * | | | | | refactor: exclude stm32l0 for 32bit timer branch | Liu Hancheng | 2025-01-01 | 1 | -0/+1 | |
| | | * | | | | | doc: add doc for timer get_bits fn | Liu Hancheng | 2025-01-01 | 1 | -0/+1 | |
| | | * | | | | | refactor: change import style | Liu Hancheng | 2025-01-01 | 1 | -2/+1 | |
| | | * | | | | | docs: Update PWM waveform function documentation for data alignment | Liu Hancheng | 2025-01-01 | 1 | -1/+4 | |
| | | * | | | | | feat: Add 32-bit timer support for waveform function | Liu Hancheng | 2025-01-01 | 2 | -9/+34 | |
| | * | | | | | | Merge pull request #3782 from Andreychik32/main | Dario Nieuwenhuis | 2025-01-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | | * | | | | | fix wrong negation of fdcan set_transmit_pause function parameter | Andrii | 2025-01-17 | 1 | -1/+1 | |
| | | | |_|/ / | | |/| | | | ||||||
| | * | | | | | Merge pull request #3781 from markus-k/stm32g0-hsisysdiv | Dario Nieuwenhuis | 2025-01-17 | 1 | -11/+24 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | stm32/rcc: add HSISYS support for g0 | Markus Kasten | 2025-01-17 | 1 | -11/+24 | |
| | | | |/ / | | |/| | | ||||||
| | * / | | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 | |
| | |/ / / | ||||||
| | * | | | Update stm32-metapac, actually release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -4/+4 | |
| | * | | | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 2 | -1/+276 | |
| | * | | | Fix unsupported trace! call for EndpointAddress | Volkalex28 | 2025-01-09 | 1 | -1/+1 | |
| | * | | | stm32: flash: fix flash erase on stm32f3xx series | Matt Rodgers | 2025-01-08 | 1 | -2/+2 | |
| | * | | | Merge pull request #3725 from CNLHC/qspi_mmap | Dario Nieuwenhuis | 2025-01-07 | 1 | -0/+20 | |
| | |\ \ \ | ||||||
| | | * | | | feat: mmap mode for qspi and example | Liu Hancheng | 2025-01-07 | 1 | -0/+20 | |
| | * | | | | Merge pull request #3667 from williams-one/stm32u5-add-hspi-support | Dario Nieuwenhuis | 2025-01-07 | 5 | -1/+1444 | |
| | |\ \ \ \ | ||||||
