aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32/i2c: Implement async DMA for transaction write groupsHybridChild2025-11-131-3/+47
* stm32/i2c: Fix async write_vectored and restore DMA implementationHybridChild2025-11-131-7/+34
* stm32: Move i2c_master test to examplesHybridChild2025-11-135-47/+16
* Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-137-5/+162
|\
| * Merge pull request #4872 from Wassasin/fix/stm32g-flash-dual-bankxoviat2025-11-132-3/+3
| |\
| | * Fix flash erase on dualbank STM32GxxxWouter Geraedts2025-11-122-3/+3
| * | Merge pull request #4874 from anlif/feat/alf/stm32c0flashxoviat2025-11-134-2/+141
| |\ \
| | * | add changelog and fix rustfmt errorsAndreas Lindahl Flåten (ALF)2025-11-133-5/+21
| | * | Add c.rs flash for the stm32c0 familyAndreas Lindahl Flåten (ALF)2025-11-133-2/+125
| |/ /
| * | Merge pull request #4870 from ValouBambou/mainUlf Lilleengen2025-11-132-0/+18
| |\ \
| | * | Add docs for embassy-rp::pio::get_x assumption about autopush.Valentin Trophime2025-11-122-0/+18
* | | | stm32: Run cargo fmt for tests/HybridChild2025-11-131-12/+2
* | | | stm32/i2c: Run cargo fmtHybridChild2025-11-131-22/+69
* | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-1313-644/+651
|\| | |
| * | | Merge pull request #4873 from xoviat/adc4xoviat2025-11-1313-644/+651
| |\ \ \ | | |_|/ | |/| |
| | * | stm32: extract adc4xoviat2025-11-1213-644/+651
| |/ /
* | | stm32/i2c: Add comprehensive v2 Master API tests and fix async issuesHybridChild2025-11-133-46/+252
* | | stm32/i2c: Fix v2 async transaction implementationHybridChild2025-11-124-139/+363
* | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-1236-1571/+1583
|\| |
| * | Merge pull request #4867 from xoviat/adcxoviat2025-11-1220-1259/+869
| |\ \
| | * | stm32/adc: extract into commonxoviat2025-11-1220-1259/+869
| |/ /
| * / stm32: add all N6 chips, add N6 to docs build.Dario Nieuwenhuis2025-11-121-0/+24
| |/
| * Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-1210-141/+503
| |\
| | * Merge remote-tracking branch 'origin/main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-11-060-0/+0
| | |\
| | * | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-24680-1395/+2326
| | * | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-02153-1165/+3140
| | |\ \
| | * | | update hid mouse and keyboard examplesmatteo2025-10-016-107/+282
| | * | | rename HidSubclass to match hid specmatteo2025-10-019-15/+15
| | * | | review commentsmatteo2025-09-3010-114/+78
| | * | | working nrf52840 examplesmatteo2025-09-233-22/+76
| | * | | update hid examplesmatteo2025-09-238-8/+40
| | * | | add usb subclass boot and usb protocol mouse and keyboardmatteo2025-09-231-5/+90
| | * | | fix changelogmatteo2025-09-212-4/+2
| | * | | update commentsmatteo2025-09-211-3/+3
| | * | | fix compilation with usbd-hid feature offmatteo2025-09-211-0/+25
| | * | | Add support for changing hid protocol modematteo2025-09-213-8/+37
| * | | | Merge pull request #4866 from xoviat/adcxoviat2025-11-1113-194/+210
| |\ \ \ \
| | * | | | adc: seal special channelsxoviat2025-11-1110-79/+73
| | * | | | adc: cleanup g4xoviat2025-11-112-80/+51
| | * | | | adc: impl. differential channelsxoviat2025-11-114-35/+86
* | | | | | stm32: Add i2c v2 transaction testHybridChild2025-11-124-77/+109
* | | | | | stm32: Add entry about i2c v2 transaction implementationHybridChild2025-11-121-1/+2
* | | | | | stm32/i2c_v2: Refactor transaction implementationHybridChild2025-11-121-54/+33
* | | | | | stm32/i2c_v2: Add transaction testHybridChild2025-11-122-0/+220
* | | | | | stm32/i2c_v2: Add initial transaction implementationHybridChild2025-11-121-28/+474
|/ / / / /
* | | | | Merge pull request #4714 from everdrone/n6xoviat2025-11-1120-168/+1491
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cfg out unused itemseverdrone2025-11-115-4/+14
| * | | | add docs for PinNumbereverdrone2025-11-112-0/+8
| * | | | rustfmteverdrone2025-11-112-6/+12
| * | | | update changelogeverdrone2025-11-111-0/+1