aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [embassy-stm32] added comments explaining multiprio interruptsBarnaby Walters2024-04-074-0/+16
* Merge pull request #2779 from barnabywalters/patch-1Dario Nieuwenhuis2024-04-051-0/+1
|\
| * Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
|/
* Merge pull request #2778 from Dillonmcewan/rcc-docs-typoDario Nieuwenhuis2024-04-051-1/+1
|\
| * Fix 'clocok' typo in RCC docsDillon McEwan2024-04-051-1/+1
|/
* Merge pull request #2776 from MaxiluxSystems/fix/adc-h5-ch0Dario Nieuwenhuis2024-04-051-0/+14
|\
| * stm32: adc: v3: [h5] set OR.OP0 to 1 when ADCx_INP0 is selected, per RMTorin Cooper-Bennun2024-04-051-0/+14
|/
* Merge pull request #2775 from embassy-rs/qspi-autolenDario Nieuwenhuis2024-04-041-30/+23
|\
| * stm32/qspi: autodeduce transfer len from buffer len.Dario Nieuwenhuis2024-04-051-30/+23
|/
* Merge pull request #2476 from pawel00100/rp_pwm_input_pull-up_and_pull-downDario Nieuwenhuis2024-04-043-11/+73
|\
| * Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-053-11/+73
|/
* Merge pull request #2735 from eZioPan/stm32-timer-api-leakDario Nieuwenhuis2024-04-042-65/+115
|\
| * stm32/time-driver: always use CC interrupt.Dario Nieuwenhuis2024-04-051-26/+17
| * add missing interrupt for timereZio Pan2024-04-052-44/+71
| * "separate CC interrupt" is for AdvCh4 onlyeZio Pan2024-04-052-23/+24
| * move `enable_outputs` to private trait ...eZio Pan2024-04-051-6/+37
* | Merge pull request #2774 from embassy-rs/unsealedifyDario Nieuwenhuis2024-04-0435-760/+648
|\|
| * stm32: remove last few mod sealed's.Dario Nieuwenhuis2024-04-053-140/+132
| * rp: remove mod sealed.Dario Nieuwenhuis2024-04-0513-216/+189
| * nrf: remove mod sealed.Dario Nieuwenhuis2024-04-0519-404/+327
|/
* Merge pull request #2741 from schmettow/patch-1Dario Nieuwenhuis2024-04-041-0/+8
|\
| * Update embassy_in_the_wild.adocschmettow2024-03-281-1/+1
| * Added YLab project to "in the wild"schmettow2024-03-261-0/+8
* | Merge pull request #2742 from sgoll/i2c-async-transactionDario Nieuwenhuis2024-04-043-370/+414
|\ \
| * \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-04-034-65/+770
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-04-026-56/+56
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-04-0213-1161/+870
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-03-311-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-03-2816-896/+1319
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/main' into i2c-async-transactionSebastian Goll2024-03-272-5/+43
| |\ \ \ \ \ \ \
| * | | | | | | | Use named imports within function to make code easier to readSebastian Goll2024-03-271-9/+9
| * | | | | | | | Add missing check for empty buffer in asynchronous read_write()Sebastian Goll2024-03-272-0/+10
| * | | | | | | | Mark shared data structure as dead_code for I2C v2 branchSebastian Goll2024-03-271-0/+3
| * | | | | | | | Add transaction stub to I2C v2Sebastian Goll2024-03-271-0/+15
| * | | | | | | | Refactor DMA implementation of I2C v1, clarify flow of codeSebastian Goll2024-03-271-58/+73
| * | | | | | | | Move FrameOptions and related function to module itselfSebastian Goll2024-03-272-128/+131
| * | | | | | | | It is not necessary to enable interrupts before registering wakerSebastian Goll2024-03-271-21/+7
| * | | | | | | | It is not necessary to wait for SB and MSL sequentiallySebastian Goll2024-03-271-58/+14
| * | | | | | | | It is not necessary to wait for STOP to be fully generatedSebastian Goll2024-03-271-11/+0
| * | | | | | | | Implement asynchronous transaction for I2C v1Sebastian Goll2024-03-272-95/+123
| * | | | | | | | Extract frame options generation into iterator to reuse in asyncSebastian Goll2024-03-261-44/+58
| * | | | | | | | Refactor async I2C transfers to use frame optionsSebastian Goll2024-03-261-153/+178
| * | | | | | | | Fix minor typosSebastian Goll2024-03-261-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #2672 from nautd/karun/main_octospi_implementationDario Nieuwenhuis2024-04-045-4/+1456
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix passing of dual quad param to inner constructorKarun2024-04-031-20/+10
| * | | | | | | | Fix build errorsKarun2024-04-031-31/+62
| * | | | | | | | Configure dual-quad setting by constructorKarun2024-04-031-8/+20
| * | | | | | | | Remove data length from transfer configKarun2024-04-031-75/+16
| * | | | | | | | Address PR commentsKarun2024-04-031-14/+8
| * | | | | | | | Update metapacKarun2024-04-031-2/+2