aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-2970-69/+71
* Merge pull request #3015 from valleyflowerbear/mainUlf Lilleengen2024-05-291-2/+2
|\
| * rp: fix watchdog CTRL register getting overwrittenNick2024-05-291-2/+2
|/
* Merge pull request #2988 from de-vri-es/bxcan-tx-fifo-schedulingDario Nieuwenhuis2024-05-282-22/+98
|\
| * embassy_stm32: allow scheduling lower priority frames in bxcan driverMaarten de Vries2024-05-272-8/+18
| * embassy_stm32: implement optional FIFO scheduling for outgoing framesMaarten de Vries2024-05-272-15/+81
* | Merge pull request #3011 from plaes/docs-faq-fix-bdma-linkDario Nieuwenhuis2024-05-281-5/+5
|\ \
| * | docs: faq: Fix link to bdma example and improve wording.Priit Laes2024-05-281-5/+5
|/ /
* | Merge pull request #3008 from aurelj/stm32-rcc-hsiDario Nieuwenhuis2024-05-275-56/+95
|\ \ | |/ |/|
| * stm32: ensure the core runs on HSI clock while setting up rccAurélien Jacobs2024-05-275-56/+95
|/
* Merge pull request #3001 from embassy-rs/rp-spinlock-fixDario Nieuwenhuis2024-05-261-0/+61
|\
| * rp: wait until read matches for PSM accesses.Dario Nieuwenhuis2024-05-271-4/+21
| * rp: fix spinlocks staying locked after reset.Dario Nieuwenhuis2024-05-241-0/+44
* | Merge pull request #3004 from embassy-rs/jamesmunns-patch-1Ulf Lilleengen2024-05-251-0/+24
|\ \
| * | Update docs/pages/faq.adocJames Munns2024-05-251-1/+1
| * | FAQ: One vs Many tasksJames Munns2024-05-251-0/+24
|/ /
* | Merge pull request #3000 from embassy-rs/fix-book-linkUlf Lilleengen2024-05-241-1/+1
|\ \
| * | fix link to embassy bookUlf Lilleengen2024-05-241-1/+1
|/ /
* | Merge pull request #2943 from joelsa/add-miso-pullupDario Nieuwenhuis2024-05-242-2/+46
|\ \ | |/ |/|
| * Remove wrong moduloJoël Schulz-Andres2024-05-241-2/+2
| * Naming: Change pullup to pullJoël Schulz-Ansres2024-05-241-6/+6
| * Change bool to PullJoël Schulz-Ansres2024-05-231-28/+6
| * Merge branch 'embassy-rs:main' into add-miso-pullupJoel Schulz-Andres2024-05-23135-1341/+5574
| |\
| * | Remove Speed::Input in order to move it into separate PRJoël Schulz-Ansres2024-05-222-5/+2
| * | Cargo formatJoël Schulz-Ansres2024-05-221-11/+7
| * | Use ODR register for Pull::Up or DownJoël Schulz-Ansres2024-05-221-10/+12
| * | Cargo formatJoël Schulz-Ansres2024-05-152-16/+26
| * | Add miso pullup to spi configuration, add input as field for speedJoël Schulz-Ansres2024-05-152-2/+63
* | | Merge pull request #2996 from joelsa/fix-gpiov1Dario Nieuwenhuis2024-05-242-1/+13
|\ \ \
| * | | FormattingJoël Schulz-Andres2024-05-241-2/+4
| * | | Add body to match statementJoël Schulz-Andres2024-05-241-1/+1
| * | | Use match instead of ifJoël Schulz-Andres2024-05-241-3/+4
| * | | Fix namingJoël Schulz-Andres2024-05-241-1/+1
| * | | gpiov1: Do not call set_speed for AFType::InputJoël Schulz-Andres2024-05-242-1/+10
* | | | Merge pull request #2998 from joelsa/add-nrf52810-exampleDario Nieuwenhuis2024-05-246-0/+96
|\ \ \ \ | |/ / / |/| | |
| * | | Correct chip in commentJoël Schulz-Andres2024-05-241-1/+1
| * | | Add example to CIJoël Schulz-Andres2024-05-241-0/+1
| * | | Add NRF52810 exampleJoël Schulz-Andres2024-05-245-0/+95
|/ / /
* | | Merge pull request #2836 from honzasp/usart-nogenericDario Nieuwenhuis2024-05-238-431/+467
|\ \ \
| * | | stm32/usart: remove instance generic paramsJan Špaček2024-05-238-431/+467
| | |/ | |/|
* | | Merge pull request #2990 from jamesmunns/james/license-bookDario Nieuwenhuis2024-05-232-0/+448
|\ \ \ | |/ / |/| |
| * | Explicitly license the book prose CC-BY-SAJames Munns2024-05-232-0/+448
* | | Merge pull request #2989 from MabezDev/ringbuf-reconfigureDario Nieuwenhuis2024-05-231-2/+1
|\ \ \
| * | | Don't teardown during reconfigureScott Mabin2024-05-221-2/+1
| |/ /
* | | Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannelDario Nieuwenhuis2024-05-2311-126/+128
|\ \ \ | |/ / |/| |
| * | remove InternalChannel and AdcPinUniva2024-05-229-69/+8
| * | make AdcChannel required for InternalChannelUniva2024-05-211-1/+1
| * | add back InternalChannel and implement it where its missingUniva2024-05-219-9/+62
| * | add AnyAdcChannelUniva2024-05-2011-121/+131
* | | Merge pull request #2987 from sourcebox/sync-additionsUlf Lilleengen2024-05-226-3/+52
|\ \ \