aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* don't save and reset XSPI clock source; let mux config handle itRogan Morrow2025-08-291-12/+2
* set XSPI clock source to HSI and reset after clock init; dont reset SYSCFGRogan Morrow2025-08-293-2/+20
* Merge pull request #4585 from dempfi/patch-1Ulf Lilleengen2025-08-252-8/+10
|\
| * Fix SAADC pins for nrf5340 in CHANGELOGIke2025-08-251-0/+2
| * Replace SAADC input pins with correct mappingsIke2025-08-251-8/+8
* | Merge pull request #4550 from bugadani/time-queueUlf Lilleengen2025-08-2513-146/+283
|\ \ | |/ |/|
| * Fix typoDániel Buga2025-08-181-1/+1
| * Retain timer_queue_itemDániel Buga2025-08-182-2/+2
| * Add changelog checkDániel Buga2025-08-181-0/+9
| * Print more informative panic messagesDániel Buga2025-08-181-11/+18
| * Make TimerQueueItem opaqueDániel Buga2025-08-1812-146/+267
* | Merge pull request #4306 from yodaldevoid/looping-adc-readUlf Lilleengen2025-08-253-3/+99
|\ \
| * \ Merge branch 'main' into looping-adc-readUlf Lilleengen2025-08-252-0/+6
| |\ \ | |/ / |/| |
* | | Merge pull request #4578 from lucimobility/bugfix/xspi-alternate-bytesDario Nieuwenhuis2025-08-222-0/+6
|\ \ \
| * | | STM32 XSPI: Disable alternate bytes if not requestedKevin Lannen2025-08-222-0/+6
|/ / /
| * / stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-223-3/+99
|/ /
* | Merge pull request #4569 from robjwells/rp-i2c-pull-exampleJames Munns2025-08-211-4/+2
|\ \
| * | rp: fix blocking I2C example regarding pull-up resistorsRob Wells2025-08-191-4/+2
* | | Merge pull request #4570 from U007D/sync-debugUlf Lilleengen2025-08-2019-0/+65
|\ \ \ | |/ / |/| |
| * | chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-1919-0/+65
| |/
* | Merge pull request #4567 from vDorst/i2c-pull-down-fixJames Munns2025-08-192-2/+3
|\ \
| * \ Merge branch 'main' into i2c-pull-down-fixRené van Dorst2025-08-196-23/+73
| |\ \
| * | | added changelog entryRené van Dorst2025-08-191-0/+1
| * | | stm32/i2c: Pull-down enabled when non-pull was requested.René van Dorst2025-08-191-2/+2
| | |/ | |/|
* | | Merge pull request #4564 from erwin-ps/feature/rp-i2c-add-pullup-configJames Munns2025-08-194-10/+39
|\ \ \ | |_|/ |/| |
| * | change default internal pullup state to be active to make this change nonbrea...erwin2025-08-192-4/+4
| * | add entry to the changelogerwin2025-08-181-0/+1
| * | Add configurable internal pullups for rp i2cerwin2025-08-183-10/+38
* | | Merge pull request #4560 from 823984418/optimize_async_delayDario Nieuwenhuis2025-08-191-6/+8
|\ \ \
| * | | modify async fn to return impl Future8239844182025-08-171-6/+8
* | | | Merge pull request #4554 from mkj/pr/stm32-hashDario Nieuwenhuis2025-08-195-16/+64
|\ \ \ \ | |_|_|/ |/| | |
| * | | stm32/hash: Improve performance when hashingMatt Johnston2025-08-152-5/+10
| * | | stm32: Add hash test for sha512, varying lengthsMatt Johnston2025-08-152-2/+34
| * | | stm32: Update stm32-metapacMatt Johnston2025-08-152-4/+5
| * | | stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-153-5/+15
| |/ /
* | | Merge pull request #4561 from mkj/pr/duration-sumUlf Lilleengen2025-08-182-0/+10
|\ \ \ | |/ / |/| |
| * | time: implement Sum for DurationMatt Johnston2025-08-172-0/+10
|/ /
* | Merge pull request #4553 from mkj/pr/vrefbuf-logUlf Lilleengen2025-08-153-3/+5
|\ \
| * | ci: Build stm32h7s3a8 with log featureMatt Johnston2025-08-151-1/+1
| * | stm32: Fix vrefbuf trace with log featureMatt Johnston2025-08-152-2/+4
|/ /
* | Merge pull request #4552 from i509VCB/l110x-gpio-irq-eni509VCB2025-08-142-1/+2
|\ \
| * | mspm0: actually enable GPIOA interrupt for l110xi509VCB2025-08-142-1/+2
|/ /
* | Merge pull request #4435 from bespsm/mspm0-i2ci509VCB2025-08-1410-2/+1421
|\ \
| * | embassy-mspm0: add changes to the CHANGELOG.mdSiarhei B2025-08-141-0/+10
| * | mspm0-I2C: fix calculate_timer_period function & testsSiarhei B2025-08-141-9/+9
| * | mspm0-I2C: replace examples for mspm0l1306 & mspm0g3507 with AD5171Siarhei B2025-08-044-33/+73
| * | mspm0-I2C: remove type time:Herz usageSiarhei B2025-08-043-118/+14
| * | mspm0-I2C: forward fifo size to i2c controllerSiarhei B2025-08-042-17/+31
| * | mspm0-I2C: update mspm0-metapac revisionSiarhei B2025-08-041-2/+2
| * | mspm0-I2C: mention blocking API's restrictionsSiarhei B2025-08-044-10/+12