| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | | | adc: extract c0 | xoviat | 2025-11-13 | 2 | -333/+208 | |
| | | | * | | | | | | | | remove allow dead_code | xoviat | 2025-11-13 | 4 | -7/+10 | |
| | | | * | | | | | | | | adc: extract v2 psc. | xoviat | 2025-11-13 | 1 | -34/+17 | |
| | | | * | | | | | | | | adc: extract prescalers | xoviat | 2025-11-13 | 3 | -204/+42 | |
| | | | * | | | | | | | | extract averaging enum | xoviat | 2025-11-13 | 4 | -53/+22 | |
| | | * | | | | | | | | | stm32: Run cargo fmt | HybridChild | 2025-11-13 | 1 | -7/+11 | |
| | | * | | | | | | | | | stm32/i2c: Implement async DMA for transaction write groups | HybridChild | 2025-11-13 | 1 | -3/+47 | |
| | | * | | | | | | | | | stm32/i2c: Fix async write_vectored and restore DMA implementation | HybridChild | 2025-11-13 | 1 | -7/+34 | |
| | | * | | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-13 | 4 | -5/+142 | |
| | | |\| | | | | | | | | ||||||
| | | | * | | | | | | | | Merge pull request #4872 from Wassasin/fix/stm32g-flash-dual-bank | xoviat | 2025-11-13 | 1 | -3/+2 | |
| | | | |\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | Fix flash erase on dualbank STM32Gxxx | Wouter Geraedts | 2025-11-12 | 1 | -3/+2 | |
| | | | * | | | | | | | | | add changelog and fix rustfmt errors | Andreas Lindahl Flåten (ALF) | 2025-11-13 | 2 | -5/+20 | |
| | | | * | | | | | | | | | Add c.rs flash for the stm32c0 family | Andreas Lindahl Flåten (ALF) | 2025-11-13 | 3 | -2/+125 | |
| | | | | |_|_|_|/ / / / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | stm32/i2c: Run cargo fmt | HybridChild | 2025-11-13 | 1 | -22/+69 | |
| | | * | | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-13 | 8 | -619/+616 | |
| | | |\| | | | | | | | | ||||||
| | | | * | | | | | | | | stm32: extract adc4 | xoviat | 2025-11-12 | 8 | -619/+616 | |
| | | | |/ / / / / / / | ||||||
| | | * | | | | | | | | stm32/i2c: Add comprehensive v2 Master API tests and fix async issues | HybridChild | 2025-11-13 | 1 | -21/+7 | |
| | | * | | | | | | | | stm32/i2c: Fix v2 async transaction implementation | HybridChild | 2025-11-12 | 1 | -108/+153 | |
| | | * | | | | | | | | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-12 | 12 | -1384/+968 | |
| | | |\| | | | | | | | ||||||
| | | | * | | | | | | | stm32/adc: extract into common | xoviat | 2025-11-12 | 8 | -1224/+820 | |
| | | * | | | | | | | | stm32/i2c_v2: Refactor transaction implementation | HybridChild | 2025-11-12 | 1 | -54/+33 | |
| | | * | | | | | | | | stm32/i2c_v2: Add initial transaction implementation | HybridChild | 2025-11-12 | 1 | -28/+474 | |
| | * | | | | | | | | | xspi: properly respect the max DMA transfer size when reading and writing | Brian Schwind | 2025-10-04 | 1 | -32/+41 | |
| | * | | | | | | | | | xspi: properly configure the transfer size | Brian Schwind | 2025-10-04 | 1 | -7/+12 | |
| | * | | | | | | | | | xspi: use a named enum variant in place of a literal zero | Brian Schwind | 2025-10-04 | 1 | -3/+3 | |
| | * | | | | | | | | | hspi: properly respect the max DMA transfer size when reading and writing | Brian Schwind | 2025-10-04 | 1 | -32/+41 | |
| | * | | | | | | | | | hspi: properly configure the transfer size | Brian Schwind | 2025-10-04 | 1 | -6/+12 | |
| | * | | | | | | | | | hspi: use a named enum variant in place of a literal zero | Brian Schwind | 2025-10-04 | 1 | -1/+1 | |
| | * | | | | | | | | | ospi: properly respect the max DMA transfer size when reading | Brian Schwind | 2025-10-04 | 1 | -16/+20 | |
| | * | | | | | | | | | ospi: properly respect the max DMA transfer size when writing | Brian Schwind | 2025-10-04 | 1 | -2/+2 | |
| | * | | | | | | | | | ospi: properly configure the transfer size | Brian Schwind | 2025-10-04 | 1 | -6/+12 | |
| | * | | | | | | | | | ospi: use a named enum variant in place of a literal zero | Brian Schwind | 2025-10-04 | 1 | -1/+1 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | add bidi mode to spi | Elias Hanelt | 2025-11-11 | 1 | -0/+46 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #4866 from xoviat/adc | xoviat | 2025-11-11 | 9 | -182/+170 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | adc: seal special channels | xoviat | 2025-11-11 | 9 | -79/+68 | |
| | * | | | | | | | adc: cleanup g4 | xoviat | 2025-11-11 | 1 | -77/+48 | |
| | * | | | | | | | adc: impl. differential channels | xoviat | 2025-11-11 | 2 | -26/+54 | |
| * | | | | | | | | cfg out unused items | everdrone | 2025-11-11 | 5 | -4/+14 | |
| * | | | | | | | | add docs for PinNumber | everdrone | 2025-11-11 | 2 | -0/+8 | |
| * | | | | | | | | rustfmt | everdrone | 2025-11-11 | 2 | -6/+12 | |
| * | | | | | | | | Merge branch main into n6 | everdrone | 2025-11-11 | 111 | -1540/+3665 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | Added TXDR flush via TXE set to the drop guard for write_dma_internal_slave; ... | WillaWillNot | 2025-11-10 | 1 | -1/+8 | |
| | * | | | | | | | adc: consolidate functions | xoviat | 2025-11-10 | 5 | -155/+140 | |
| | * | | | | | | | adc: exact cal | xoviat | 2025-11-10 | 2 | -7/+8 | |
| | * | | | | | | | adc: use common vref scheme | xoviat | 2025-11-10 | 9 | -262/+195 | |
| | * | | | | | | | adc: remove sample_time from struct | xoviat | 2025-11-10 | 12 | -132/+51 | |
| | * | | | | | | | Merge branch 'embassy-rs:main' into fix/simple-pwm-32bit-timer-support | chasingRs | 2025-11-10 | 38 | -737/+2777 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | | * | | | | | | Merge branch 'fmc_a13d16' of github.com:everdrone/embassy | xoviat | 2025-11-09 | 1 | -0/+18 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Add definitions for 13-bit address and 16-bit data SDRAM | everdrone | 2025-11-08 | 1 | -0/+36 | |
| | | * | | | | | | | Merge branch 'sdram-13a-16d' of github.com:northernpaws/embassy | xoviat | 2025-11-09 | 1 | -0/+18 | |
| | | |\ \ \ \ \ \ \ | ||||||
