aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* 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
* | stm32: ensure the core runs on HSI clock while setting up rccAurélien Jacobs2024-05-275-56/+95
|/
* 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-2336-986/+3582
| |\
| * | 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
* | | 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
* | | stm32/usart: remove instance generic paramsJan Špaček2024-05-234-423/+462
| |/ |/|
* | 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-2310-125/+127
|\ \ \ | |/ / |/| |
| * | 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-2010-120/+130
* | | stm32/qspi: remove DMA generic param.Dario Nieuwenhuis2024-05-221-145/+160
* | | Merge pull request #2941 from nautd/kkoppul2/update_ospiDario Nieuwenhuis2024-05-211-380/+437
|\ \ \
| * | | update to remove dma genericsKarun2024-05-141-380/+437
| | |/ | |/|
* | | Merge pull request #2786 from andelf/fix/stm32wl-msi-crashDario Nieuwenhuis2024-05-211-0/+7
|\ \ \
| * | | Fix crash caused by using higher MSI on STM32WLAndelf2024-04-081-0/+7
* | | | Merge pull request #2829 from aurelj/stm32-rcc-hsiDario Nieuwenhuis2024-05-211-9/+15
|\ \ \ \
| * | | | stm32: ensure the core runs on HSI clock while setting up rccAurélien Jacobs2024-04-161-9/+15
* | | | | Merge pull request #2777 from taunusflieger/feature/HSEMDario Nieuwenhuis2024-05-213-2/+186
|\ \ \ \ \
| * | | | | stm32/hsem: misc fixes.Dario Nieuwenhuis2024-05-212-4/+5
| * | | | | HSEM support for embassy-stm32Michael Zill2024-05-212-0/+183
* | | | | | Merge pull request #2895 from qwerty19106/fix_uart_half_fifo_flushDario Nieuwenhuis2024-05-211-4/+46
|\ \ \ \ \ \
| * | | | | | Clear Receiver enable flag before write in Half-Duplex modeРоман Кривенков2024-05-021-4/+46
* | | | | | | Merge pull request #2853 from nautd/kkoppul2/tscDario Nieuwenhuis2024-05-214-0/+1208
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add versioning for group checksKarun2024-05-031-0/+2
| * | | | | | Check group configuration validityKarun2024-05-031-17/+233
| * | | | | | Add example documentationKarun2024-05-031-0/+60
| * | | | | | Functional touch sensingKarun2024-05-022-182/+189
| * | | | | | update num groups definitionKarun2024-05-021-0/+5
| * | | | | | remove remaining warningsKarun2024-05-021-17/+18
| * | | | | | Address versioning and format issues raised by CIKarun2024-05-023-9/+49
| * | | | | | hyperspecific constructorKarun2024-05-021-20/+119
| * | | | | | Prevent invalid config setsKarun2024-05-022-7/+38