aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* low_power remove wucksel enumxoviat2025-11-141-56/+13
* changelogxoviat2025-11-141-0/+1
* low_power: cleanup add_timexoviat2025-11-141-26/+7
* Merge pull request #4884 from xoviat/adcxoviat2025-11-144-114/+80
|\
| * adc: fix c0 algorithmxoviat2025-11-132-85/+53
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into adcxoviat2025-11-1326-825/+1823
| |\
| * | fix async adc for h5 and othersxoviat2025-11-132-29/+27
* | | Merge pull request #4886 from embassy-rs/nrf54-flash-sizeUlf Lilleengen2025-11-143-2/+3
|\ \ \
| * | | docs: add changelogUlf Lilleengen2025-11-141-0/+1
| * | | fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-142-2/+2
|/ / /
* | | Merge pull request #4810 from de-vri-es/nrf-gpiote-enable-interrupts-before-b...Ulf Lilleengen2025-11-145-18/+77
|\ \ \ | |_|/ |/| |
| * | embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-305-18/+77
* | | Merge pull request #4881 from xoviat/blocking-delayxoviat2025-11-139-64/+36
|\ \ \
| * | | stm32: extract block_for_usxoviat2025-11-139-64/+36
* | | | Merge pull request #4875 from HybridChild/stm32_i2c_v2_transactionxoviat2025-11-134-64/+1253
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-139-694/+374
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4880 from xoviat/adcxoviat2025-11-138-386/+241
|\ \ \ \
| * | | | adc: extract c0xoviat2025-11-133-345/+214
| * | | | remove allow dead_codexoviat2025-11-134-7/+10
| * | | | adc: extract v2 psc.xoviat2025-11-132-35/+18
|/ / / /
* | | | Merge pull request #4879 from xoviat/adcxoviat2025-11-137-310/+135
|\ \ \ \
| * | | | adc: extract prescalersxoviat2025-11-134-257/+113
| * | | | extract averaging enumxoviat2025-11-134-53/+22
|/ / / /
| * | | stm32: Run cargo fmtHybridChild2025-11-131-7/+11
| * | | 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
| |\ \ \ \