aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32: xspi wait for prescaler changeMatt Johnston2025-04-041-8/+9
* stm32: xspi update for PeriMatt Johnston2025-04-041-133/+131
* stm32: Update xspi for stm32-metapac changesMatt Johnston2025-04-043-226/+178
* introduce stm32h7rs xspiRick Rogers2025-04-044-0/+1892
* Bump stm32-dataMatt Johnston2025-04-041-2/+2
* Merge pull request #4040 from jamesmunns/james/fix-doc-linksJames Munns2025-04-032-5/+6
|\
| * Fix some intra-doc linksJames Munns2025-04-032-5/+6
|/
* Merge pull request #4022 from i509VCB/mspm0-uarti509VCB2025-04-0316-10/+1355
|\
| * mspm0: blocking uart driveri509VCB2025-03-2916-10/+1355
* | Merge pull request #4037 from optlink/mspm0-pfi509VCB2025-04-031-2/+2
|\ \
| * | mspm0: Fix `set_pf_unchecked()` assertionKelsey Maes2025-04-021-2/+2
|/ /
* | Merge pull request #4033 from jamesmunns/james/upstream-traceDario Nieuwenhuis2025-04-022-0/+164
|\ \
| * | Minor docs improvementsJames Munns2025-04-011-7/+11
| * | Remove notes about stabilityJames Munns2025-04-011-5/+0
| * | Small grammar fixesJames Munns2025-04-011-1/+1
| * | Fix task_end callbackJames Munns2025-04-012-3/+7
| * | Reorder doc comments for format reasonsJames Munns2025-04-011-3/+3
| * | Finish trailing sentenceJames Munns2025-04-011-1/+1
| * | Add docs, add `task_end` trace pointJames Munns2025-04-012-0/+161
* | | Merge pull request #4036 from Fredrik-Reinholdsen/mainDario Nieuwenhuis2025-04-011-3/+9
|\ \ \ | |/ / |/| |
| * | fix: Fix for #3888 async I2C read bug for introduced in #3887 in STM32 I2C v2...Fredrik Reinholdsen2025-04-011-3/+9
|/ /
* | Merge pull request #3989 from embedded-rust-iml/fix/ringbuffered-error-handlingDario Nieuwenhuis2025-03-312-55/+44
|\ \
| * \ Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con...Tobias Naumann2025-03-31338-4340/+7782
| |\ \ | |/ / |/| |
* | | Merge pull request #4026 from cyril-marpaud/patch-3Dario Nieuwenhuis2025-03-311-1/+1
|\ \ \
| * | | docs: fix a typoCyril Marpaud2025-03-311-1/+1
|/ / /
* | | Merge pull request #3978 from avsaase/blocking-mutex-lock-mutUlf Lilleengen2025-03-311-0/+17
|\ \ \
| * | | Add note about RefCell alternativeAlexander van Saase2025-03-211-2/+5
| * | | embassy-sync: add lock_mut to blocking_mutex::MutexAlexander van Saase2025-03-191-0/+14
* | | | Merge pull request #3968 from embedded-rust-iml/feature/ringbuffered-embedded...Ulf Lilleengen2025-03-311-11/+38
|\ \ \ \
* \ \ \ \ Merge pull request #4024 from elagil/g4_adc_calDario Nieuwenhuis2025-03-301-1/+5
|\ \ \ \ \
| * | | | | fix: stm32g4 calibration delayselagil2025-03-291-1/+5
* | | | | | Merge pull request #4023 from 0e4ef622/better-errorsDario Nieuwenhuis2025-03-305-29/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move macro helper functions to embassy-executorMatthew Tran2025-03-292-32/+29
| * | | | | Fix ugly compiler errorsMatthew Tran2025-03-291-10/+16
| * | | | | Add testMatthew Tran2025-03-293-0/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4021 from CBJamo/rp23-watchdog-fixDario Nieuwenhuis2025-03-291-3/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | RP235x watchdog doesn't have the double count bugCaleb Jamison2025-03-281-3/+11
|/ / / /
* | | | Merge pull request #4020 from embassy-rs/stable-static-taskpool-v2Dario Nieuwenhuis2025-03-2853-338/+188
|\ \ \ \
| * | | | Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-2853-338/+188
* | | | | Merge pull request #3928 from agrif/stm32-i2c-set-configDario Nieuwenhuis2025-03-281-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stm32/i2c: disable peripheral when changing timingsAaron Griffith2025-02-271-0/+9
* | | | | Merge pull request #4019 from techmccat/mainDario Nieuwenhuis2025-03-282-4/+16
|\ \ \ \ \
| * | | | | stm32: run cargo fmttechmccat2025-03-282-2/+8
| * | | | | stm32: allow using LSI/LSE as SYSCLK on g0/c0techmccat2025-03-282-4/+10
|/ / / / /
* | | | | Merge pull request #3999 from embassy-rs/peripehral-v2Dario Nieuwenhuis2025-03-27225-3214/+2644
|\ \ \ \ \
| * | | | | Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-27225-3214/+2644
* | | | | | Merge pull request #4012 from adom-inc/rp2350-adc-fixDario Nieuwenhuis2025-03-271-2/+4
|\ \ \ \ \ \
| * | | | | | rp/adc: fix potential race conditionAdrian Wowk2025-03-261-2/+4
| |/ / / / /
* | | | | | Merge pull request #4014 from adom-inc/rp-bootram-typoDario Nieuwenhuis2025-03-271-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rp: rename BOOTROM_BASE to BOOTRAM_BASEAdrian Wowk2025-03-261-4/+4
|/ / / / /