| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | stm32: Move i2c_master test to examples | HybridChild | 2025-11-13 | 5 | -47/+16 |
| * | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-13 | 7 | -5/+162 |
| |\ | |||||
| | * | Merge pull request #4872 from Wassasin/fix/stm32g-flash-dual-bank | xoviat | 2025-11-13 | 2 | -3/+3 |
| | |\ | |||||
| | | * | Fix flash erase on dualbank STM32Gxxx | Wouter Geraedts | 2025-11-12 | 2 | -3/+3 |
| | * | | Merge pull request #4874 from anlif/feat/alf/stm32c0flash | xoviat | 2025-11-13 | 4 | -2/+141 |
| | |\ \ | |||||
| | | * | | add changelog and fix rustfmt errors | Andreas Lindahl Flåten (ALF) | 2025-11-13 | 3 | -5/+21 |
| | | * | | Add c.rs flash for the stm32c0 family | Andreas Lindahl Flåten (ALF) | 2025-11-13 | 3 | -2/+125 |
| | |/ / | |||||
| | * | | Merge pull request #4870 from ValouBambou/main | Ulf Lilleengen | 2025-11-13 | 2 | -0/+18 |
| | |\ \ | |||||
| | | * | | Add docs for embassy-rp::pio::get_x assumption about autopush. | Valentin Trophime | 2025-11-12 | 2 | -0/+18 |
| * | | | | stm32: Run cargo fmt for tests/ | HybridChild | 2025-11-13 | 1 | -12/+2 |
| * | | | | stm32/i2c: Run cargo fmt | HybridChild | 2025-11-13 | 1 | -22/+69 |
| * | | | | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-13 | 13 | -644/+651 |
| |\| | | | |||||
| | * | | | Merge pull request #4873 from xoviat/adc4 | xoviat | 2025-11-13 | 13 | -644/+651 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | stm32: extract adc4 | xoviat | 2025-11-12 | 13 | -644/+651 |
| | |/ / | |||||
| * | | | stm32/i2c: Add comprehensive v2 Master API tests and fix async issues | HybridChild | 2025-11-13 | 3 | -46/+252 |
| * | | | stm32/i2c: Fix v2 async transaction implementation | HybridChild | 2025-11-12 | 4 | -139/+363 |
| * | | | Merge branch 'main' into stm32_i2c_v2_transaction | HybridChild | 2025-11-12 | 36 | -1571/+1583 |
| |\| | | |||||
| | * | | Merge pull request #4867 from xoviat/adc | xoviat | 2025-11-12 | 20 | -1259/+869 |
| | |\ \ | |||||
| | | * | | stm32/adc: extract into common | xoviat | 2025-11-12 | 20 | -1259/+869 |
| | |/ / | |||||
| | * / | stm32: add all N6 chips, add N6 to docs build. | Dario Nieuwenhuis | 2025-11-12 | 1 | -0/+24 |
| | |/ | |||||
| | * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 10 | -141/+503 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'origin/main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-11-06 | 0 | -0/+0 |
| | | |\ | |||||
| | | * | | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 680 | -1395/+2326 |
| | | * | | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-02 | 153 | -1165/+3140 |
| | | |\ \ | |||||
| | | * | | | update hid mouse and keyboard examples | matteo | 2025-10-01 | 6 | -107/+282 |
| | | * | | | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 9 | -15/+15 |
| | | * | | | review comments | matteo | 2025-09-30 | 10 | -114/+78 |
| | | * | | | working nrf52840 examples | matteo | 2025-09-23 | 3 | -22/+76 |
| | | * | | | update hid examples | matteo | 2025-09-23 | 8 | -8/+40 |
| | | * | | | add usb subclass boot and usb protocol mouse and keyboard | matteo | 2025-09-23 | 1 | -5/+90 |
| | | * | | | fix changelog | matteo | 2025-09-21 | 2 | -4/+2 |
| | | * | | | update comments | matteo | 2025-09-21 | 1 | -3/+3 |
| | | * | | | fix compilation with usbd-hid feature off | matteo | 2025-09-21 | 1 | -0/+25 |
| | | * | | | Add support for changing hid protocol mode | matteo | 2025-09-21 | 3 | -8/+37 |
| | * | | | | Merge pull request #4866 from xoviat/adc | xoviat | 2025-11-11 | 13 | -194/+210 |
| | |\ \ \ \ | |||||
| | | * | | | | adc: seal special channels | xoviat | 2025-11-11 | 10 | -79/+73 |
| | | * | | | | adc: cleanup g4 | xoviat | 2025-11-11 | 2 | -80/+51 |
| | | * | | | | adc: impl. differential channels | xoviat | 2025-11-11 | 4 | -35/+86 |
| * | | | | | | stm32: Add i2c v2 transaction test | HybridChild | 2025-11-12 | 4 | -77/+109 |
| * | | | | | | stm32: Add entry about i2c v2 transaction implementation | HybridChild | 2025-11-12 | 1 | -1/+2 |
| * | | | | | | stm32/i2c_v2: Refactor transaction implementation | HybridChild | 2025-11-12 | 1 | -54/+33 |
| * | | | | | | stm32/i2c_v2: Add transaction test | HybridChild | 2025-11-12 | 2 | -0/+220 |
| * | | | | | | stm32/i2c_v2: Add initial transaction implementation | HybridChild | 2025-11-12 | 1 | -28/+474 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4714 from everdrone/n6 | xoviat | 2025-11-11 | 20 | -168/+1491 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | 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 |
| | * | | | | update changelog | everdrone | 2025-11-11 | 1 | -0/+1 |
