| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Fix compile error in adc_read doc comment code | Jakob | 2025-05-14 | 3 | -6/+6 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge pull request #4137 from cschuhen/stm32-can-data-len | Dario Nieuwenhuis | 2025-04-27 | 4 | -16/+21 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Make raw_data public. | Corey Schuhen | 2025-04-27 | 1 | -2/+2 | |
| | | * | | | | | STM32: Fix CAN transmit on bxcan targets | Adam Greig | 2025-04-18 | 3 | -3/+8 | |
| | | * | | | | | STM32: Change CAN data() to return slice with correct length | Adam Greig | 2025-04-18 | 2 | -11/+9 | |
| | | * | | | | | STM32: Fix G4 build without defmt feature | Adam Greig | 2025-04-18 | 1 | -2/+4 | |
| | * | | | | | | Fix set_ovsr typo, ramp up to latest stm32-data-generated | Thomas Giesel | 2025-04-26 | 1 | -1/+1 | |
| | * | | | | | | Merge pull request #4132 from GreatKet/main | Dario Nieuwenhuis | 2025-04-25 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Test for dead-time computation corrected | Ekaterina Savelyeva | 2025-04-25 | 1 | -1/+1 | |
| | | * | | | | | | Dead-time computation in complementary PWM fixed (missing DTG msbs added) | Ekaterina Savelyeva | 2025-04-25 | 1 | -3/+3 | |
| | * | | | | | | | Logging: Make some things less chatty | Dion Dokter | 2025-04-25 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| | * | | | | | | stm32/adc: add h7rs support. | Dario Nieuwenhuis | 2025-04-25 | 2 | -11/+13 | |
| | * | | | | | | Update opamp code to current stm32-metapac | Thomas Giesel | 2025-04-24 | 1 | -31/+18 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Disable SPI before changing config, then re-enable SPI on STM32 | Sebastian Gabrielli | 2025-04-22 | 1 | -0/+8 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | stm32: update metapac, cleanup clocks a bit. | Dario Nieuwenhuis | 2025-04-18 | 7 | -17/+5 | |
| | * | | | | derive `Clone` for `hash::Context` | Anton Lazarev | 2025-04-18 | 1 | -0/+1 | |
| | | |/ / | |/| | | ||||||
| | * | | | Merge pull request #3843 from ost-ing/sdmmc-multiblocks | Dario Nieuwenhuis | 2025-04-18 | 1 | -15/+177 | |
| | |\ \ \ | | |/ / | |/| | | ||||||
| | | * | | stm32/sdmmc: add support for multiple block reads and writes. | Oliver | 2025-04-18 | 1 | -15/+177 | |
| | * | | | Merge pull request #3965 from toon23/stm32_usart-pin_config | Dario Nieuwenhuis | 2025-04-18 | 2 | -91/+83 | |
| | |\ \ \ | ||||||
| | | * | | | Stm32 usart: better names for open drain pin modes | Anton Pöhl | 2025-04-16 | 1 | -6/+6 | |
| | | * | | | Stm32 usart: Remove meaningless pin configurations | Anton Pöhl | 2025-04-12 | 1 | -10/+0 | |
| | | * | | | Format | Anton Pöhl | 2025-04-11 | 2 | -23/+5 | |
| | | * | | | Stm32 usart: remove HalfDuplexConfig | Anton Pöhl | 2025-04-11 | 2 | -38/+8 | |
| | | * | | | Stm32 usart: make pin modes of cts, tx, rts and de configurable | Anton Pöhl | 2025-04-11 | 2 | -34/+84 | |
| | * | | | | Merge pull request #4089 from IvanLi-CN/g4-opamp | Dario Nieuwenhuis | 2025-04-18 | 1 | -20/+327 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | | * | | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 1 | -20/+327 | |
| | * | | | | Added USB core_id 0x1000 for STM32 | Josep Angel Oltra | 2025-04-17 | 1 | -1/+1 | |
| | * | | | | fix: stm32wb55 low power feature did not compile | ckrenslehner | 2025-04-15 | 2 | -2/+13 | |
| | * | | | | Implement MII for STM32 V1 ethernet peripheral | Andreas Galauner | 2025-04-15 | 1 | -15/+116 | |
| | |/ / / | ||||||
| | * | | | Fix rustfmt #4075 | RichardWGNR | 2025-04-11 | 1 | -4/+4 | |
| | * | | | Capability to modify CAN frame data without copying. #4075 | RichardWGNR | 2025-04-11 | 1 | -0/+20 | |
| | * | | | Fix #4062 | RichardWGNR | 2025-04-11 | 1 | -4/+8 | |
| | * | | | Hand-roll defmt::Format for Hertz | Dániel Buga | 2025-04-08 | 1 | -1/+7 | |
| | * | | | remove Hz from log | Steven Friedman | 2025-04-08 | 6 | -7/+7 | |
| | * | | | Frequency display is now consistent | Steven Friedman | 2025-04-08 | 5 | -5/+5 | |
| | * | | | Merge pull request #4056 from embassy-rs/f1-enable-adc-irq | Dario Nieuwenhuis | 2025-04-06 | 1 | -6/+8 | |
| | |\ \ \ | ||||||
| | | * | | | stm32/adc: enable interrupt for stm32f1 | Dario Nieuwenhuis | 2025-04-07 | 1 | -6/+8 | |
| | * | | | | Merge pull request #4016 from antonok-edm/emmc | Dario Nieuwenhuis | 2025-04-06 | 1 | -539/+735 | |
| | |\ \ \ \ | ||||||
| | | * | | | | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -337/+212 | |
| | | * | | | | support 8 lane data bus | Anton Lazarev | 2025-03-31 | 1 | -4/+158 | |
| | | * | | | | support eMMC | Anton Lazarev | 2025-03-31 | 1 | -1/+184 | |
| | | * | | | | scaffold eMMC support | Anton Lazarev | 2025-03-31 | 1 | -315/+395 | |
| | | * | | | | use ready_for_data status to determine when write has finished | Anton Lazarev | 2025-03-31 | 1 | -5/+5 | |
| | | * | | | | use upstream command definitions | Anton Lazarev | 2025-03-31 | 1 | -151/+55 | |
| | | * | | | | update sdio-host to 0.6 | Anton Lazarev | 2025-03-31 | 1 | -10/+10 | |
| | * | | | | | Merge pull request #4054 from embassy-rs/ringbuffer2 | Dario Nieuwenhuis | 2025-04-06 | 2 | -1/+10 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fix(stm32): handle half-duplex in ringbuffered read | Badr Bouslikhin | 2025-04-06 | 2 | -1/+10 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge pull request #3922 from antonellocontini/f413-fix-i2s-pll-source-selection | Dario Nieuwenhuis | 2025-04-06 | 1 | -1/+24 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | cargo fmt | antonello.contini | 2025-02-25 | 1 | -3/+2 | |
| | | * | | | | simpler configuration | antonello.contini | 2025-02-25 | 1 | -7/+3 | |
