| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Updated metapac tag | Dion Dokter | 2025-05-06 | 1 | -4/+2 | |
| | | * | | | | | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ... | Dion Dokter | 2025-05-01 | 16 | -144/+26 | |
| | | * | | | | | Fix dual bank support for F7 | Dion Dokter | 2025-05-01 | 1 | -2/+55 | |
| | | * | | | | | Fix the f4 flash tests by throwing away alt mode | Dion Dokter | 2025-05-01 | 1 | -249/+68 | |
| | | * | | | | | Maybe fixed all CI | Dion Dokter | 2025-05-01 | 1 | -2/+2 | |
| | | * | | | | | Merge branch 'main' into configurable-bank-support | diondokter | 2025-05-01 | 13 | -65/+74 | |
| | | |\| | | | | ||||||
| | | | * | | | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq. | Dario Nieuwenhuis | 2025-04-30 | 3 | -1/+8 | |
| | | * | | | | | Use generated metapac instead of local one | Dion Dokter | 2025-04-29 | 1 | -2/+2 | |
| | | * | | | | | Update changelog | Dion Dokter | 2025-04-29 | 1 | -1/+1 | |
| | | * | | | | | Add L4+ support | Dion Dokter | 2025-04-29 | 1 | -0/+10 | |
| | | * | | | | | Add f7 support | Dion Dokter | 2025-04-29 | 1 | -0/+10 | |
| | | * | | | | | Add F4 support | Dion Dokter | 2025-04-29 | 2 | -8/+14 | |
| | | * | | | | | Add support for L5 | Dion Dokter | 2025-04-29 | 1 | -0/+10 | |
| | | * | | | | | Add support for g0 | Dion Dokter | 2025-04-29 | 1 | -1/+11 | |
| | | * | | | | | Add to changelog | Dion Dokter | 2025-04-24 | 1 | -0/+1 | |
| | | * | | | | | Check the bank setup when required | Dion Dokter | 2025-04-24 | 2 | -0/+14 | |
| | | * | | | | | Add configurable bank support in build script | Dion Dokter | 2025-04-24 | 2 | -18/+58 | |
| | * | | | | | | 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 | 2 | -3/+3 | |
| | * | | | | | | 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 | 2 | -33/+20 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | 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 | 9 | -44/+63 | |
| | * | | | | 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 | 2 | -20/+339 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | | * | | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 2 | -20/+339 | |
| | * | | | | 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 | |
| | * | | | | Merge pull request #4090 from diondokter/g4-adc5 | Dario Nieuwenhuis | 2025-04-14 | 1 | -0/+7 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Add the ADC5 to the DMA codegen for the STM32g4x3 and g4x4 | Dion Dokter | 2025-04-14 | 1 | -0/+7 | |
| | * | | | | 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 | |
