| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | stm32/i2c: v1 and v2 now has separate definitions for the State struct | HybridChild | 2025-08-23 | 3 | -14/+33 | |
| | | * | | | | | | | | | stm32/i2c: Rename FrameOptions enum to OperationFraming | HybridChild | 2025-08-23 | 2 | -89/+124 | |
| | | * | | | | | | | | | stm32/i2c_v1: Remove redundant timing config abstractions for DutyCycle and I... | HybridChild | 2025-08-23 | 1 | -55/+24 | |
| | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-support | chasingRs | 2025-10-10 | 103 | -323/+561 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 100 | -223/+271 | |
| | | * | | | | | | | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+4 | |
| | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | * | | | | | | | STM32: USART: Change eager_reads from bool to Option<usize> | Adam Greig | 2025-10-01 | 3 | -31/+64 | |
| | | * | | | | | | | STM32: USART: Make BufferedUartRx return all available bytes when they wrap a... | Adam Greig | 2025-10-01 | 2 | -14/+26 | |
| | | * | | | | | | | STM32: USART: Add de_assertion_time and de_deassertion_time configs | Adam Greig | 2025-10-01 | 1 | -0/+42 | |
| | | * | | | | | | | STM32: USART: Add `eager_reads` config option | Adam Greig | 2025-10-01 | 4 | -47/+96 | |
| | | * | | | | | | | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 2 | -3/+21 | |
| | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | | Remove 'new_with_config()', just use 'new()' | Brian Schwind | 2025-09-29 | 1 | -9/+0 | |
| | | * | | | | | | Update embassy-stm32/CHANGELOG.md | Brian Schwind | 2025-09-29 | 1 | -0/+1 | |
| | | * | | | | | | Add a Config struct for the Qei peripheral | Brian Schwind | 2025-09-29 | 1 | -5/+60 | |
| | | * | | | | | | Remove the QeiPin struct | Brian Schwind | 2025-09-29 | 1 | -23/+0 | |
| | | * | | | | | | Make the Qei struct own the channel 1 and 2 pins | Brian Schwind | 2025-09-29 | 1 | -7/+18 | |
| | * | | | | | | | fix: correct register access for SimplePwm 32-bit timer support | pkj | 2025-09-28 | 1 | -2/+2 | |
| | * | | | | | | | stm32/timer: Support 32-bit timers in SimplePwm waveform_up method | pkj | 2025-09-28 | 1 | -8/+27 | |
| | |/ / / / / / | ||||||
| | * | | | | | | stm32: update metapac, add L4+ to CI. | Dario Nieuwenhuis | 2025-09-26 | 5 | -49/+34 | |
| | * | | | | | | stm32-metapack: Corrects the RTC register map for l4p and l4q. | Piotr Esden-Tempski | 2025-09-24 | 2 | -2/+4 | |
| | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+4 | |
| | * | | | | | Add support for USB CRS sync | Narottam Royal | 2025-09-21 | 2 | -2/+13 | |
| * | | | | | | restore metapac dependency | everdrone | 2025-11-11 | 1 | -4/+2 | |
| * | | | | | | enable peripherals low power mode | everdrone | 2025-11-11 | 1 | -0/+185 | |
| * | | | | | | add dbgmcu | everdrone | 2025-10-23 | 1 | -2/+11 | |
| * | | | | | | Calculate RCC frequencies | everdrone | 2025-09-28 | 2 | -49/+216 | |
| * | | | | | | Use nicer names in N6 RCC | everdrone | 2025-09-27 | 1 | -44/+37 | |
| * | | | | | | Port RCC initialization from CMSIS HAL | everdrone | 2025-09-27 | 1 | -90/+550 | |
| * | | | | | | Add clock initialization to N6 | everdrone | 2025-09-24 | 1 | -3/+219 | |
| * | | | | | | Use `PinNumber` to accomodate chips with more than 256 pins | everdrone | 2025-09-21 | 2 | -24/+29 | |
| * | | | | | | Add `cfg`s for N6 family in BD | everdrone | 2025-09-21 | 1 | -20/+82 | |
| * | | | | | | Fix EXTI, DTS and FLASH for N6 family | everdrone | 2025-09-21 | 3 | -9/+26 | |
| * | | | | | | Use N6 registers for MCOxSEL and MCOxPRE | everdrone | 2025-09-21 | 1 | -1/+3 | |
| * | | | | | | Add N6 family RCC config | everdrone | 2025-09-20 | 3 | -2/+25 | |
| * | | | | | | Add feature, disable flash for N6 family | everdrone | 2025-09-20 | 3 | -110/+127 | |
| |/ / / / / | ||||||
| * | | | | | Undo autoformat | Per Rosengren | 2025-09-16 | 1 | -66/+43 | |
| * | | | | | Merge remote-tracking branch 'upstream/main' into adc_v3-enums | Per Rosengren | 2025-09-16 | 13 | -75/+143 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Aaaaaand the changelog of course | goodhoko | 2025-09-16 | 1 | -0/+1 | |
| | * | | | | | Write data with the Ospi peripheral in chunks to respect the max DMA transfer... | Brian Schwind | 2025-09-16 | 1 | -18/+24 | |
| | * | | | | | Don't forget to update the changelog (again) | goodhoko | 2025-09-16 | 1 | -0/+1 | |
| | * | | | | | Handle OSPI address errors | goodhoko | 2025-09-16 | 1 | -3/+18 | |
| | * | | | | | Also derive for enums that aren't available under my feature-set | goodhoko | 2025-09-16 | 2 | -0/+15 | |
| | * | | | | | It's "derive" all the way down | goodhoko | 2025-09-16 | 1 | -0/+8 | |
| | * | | | | | Don't forget to update the changelog (thanks CI!) | goodhoko | 2025-09-16 | 1 | -0/+1 | |
| | * | | | | | Unify derivation of Clone, Copy and defmt::format for all *SPI configs | goodhoko | 2025-09-16 | 4 | -0/+10 | |
| | * | | | | | Merge pull request #4664 from phycrax/qspi_gpio_speed | Dario Nieuwenhuis | 2025-09-15 | 2 | -24/+29 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | tag config as non exhaustive | Süha Ünüvar | 2025-09-15 | 1 | -0/+1 | |
| | | * | | | | | update changelog | Süha Ünüvar | 2025-09-15 | 1 | -0/+1 | |
| | | * | | | | | add gpio speed to qspi config | Süha Ünüvar | 2025-09-15 | 1 | -24/+27 | |
| | * | | | | | | derive Debug and Format for Averaging | dimi | 2025-09-15 | 4 | -3/+8 | |
| | |/ / / / / | ||||||
