aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | otg: fix corruption in CONTROL OUT transfers in stm32f4.Dario Nieuwenhuis2024-11-241-18/+2
| | * | | | | otg: improve trace logging, print bytes as hex.Dario Nieuwenhuis2024-11-241-1/+0
| | * | | | | otg: fix build with defmt enabled.Dario Nieuwenhuis2024-11-241-1/+11
| | | |/ / / | | |/| | |
| | * | | | Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | |/ / /
| | * | | STM32H5xx ADC (#3557)Gabriel Smith2024-11-212-3/+3
| | * | | compute lse and lsi frequency for STM32L and STM32U0 seriesChristian Enderle2024-11-211-2/+6
| | * | | Merge pull request #3547 from bugadani/callbackDario Nieuwenhuis2024-11-201-3/+9
| | |\ \ \
| | | * | | Add initializeDániel Buga2024-11-191-3/+9
| | | |/ /
| | * | | fix: enable backup symbol clockelagil2024-11-181-1/+1
| | * | | feat: add SPDIFRX driverelagil2024-11-183-0/+350
| | |/ /
| | * | fixed hanging when lse_sysen disabledChristian Enderle2024-11-181-1/+3
| | * | Enable user to choose to pass lse clock to peripheralsChristian Enderle2024-11-181-0/+24
| | * | refactor: naming of wait functionselagil2024-11-173-5/+5
| | * | feat: SAI/ringbuffer add function to wait for any write errorelagil2024-11-173-0/+36
| | * | fix(SAI): disallow start without initial writeelagil2024-11-162-16/+14
| | * | fix: flush SAI FIFO on initelagil2024-11-151-2/+4
| | * | fix: flush SAI FIFO on disableelagil2024-11-151-0/+1
| | * | Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
| | * | Fix wrong unitJunfeng Liu2024-11-121-1/+1
| | * | Fix "non-local impl definition" warning from recent nightlies.Dario Nieuwenhuis2024-11-081-1/+10
| | * | RCC: add lsi and lse clock frequency for STM32U5Christian Enderle2024-11-071-2/+6
| | * | RCC: added msik for stm32u5Christian Enderle2024-11-071-6/+36
| | * | fix: STM32U5 RCC fieldselagil2024-11-061-0/+2
| | * | chore: update stm32 data sourceelagil2024-11-061-2/+2
| | * | Merge pull request #3500 from KennethKnudsen97/mainDario Nieuwenhuis2024-11-062-23/+63
| | |\ \
| | | * | Split_ref with shortened lifetime. When borrowed skip drop on rx and txKenneth Knudsen2024-11-061-26/+52
| | | * | add split_ref for stm32 uartKenneth Knudsen2024-11-042-0/+14
| | * | | Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
| | |/ /
| | * | Merge pull request #3451 from dvdsk/read_readyDario Nieuwenhuis2024-11-032-0/+22
| | |\ \
| | | * | stm32/uart fix leftover DmaUnsynced public apidvdsk2024-11-021-1/+0
| | | * | stm32/uart remove DmaUnsynced from public apidvdsk2024-10-263-3/+12
| | | * | stm32/uart impl ReadReady for RingbufferdUartdvdsk2024-10-232-0/+14
| | * | | low-power: add support for stm32u5Christian Enderle2024-11-034-8/+20
| | * | | feat/stm32: disable multicast filtering on eth v2Krzysztof Królczyk2024-11-011-0/+3
| | * | | Merge pull request #3475 from diondokter/qspi-asyncDario Nieuwenhuis2024-10-301-4/+43
| | |\ \ \
| | | * | | Add check for the flipside of the coin tooDion Dokter2024-10-291-8/+11
| | | * | | Fix typoDion Dokter2024-10-291-1/+1
| | | * | | Add some sanity checksDion Dokter2024-10-291-0/+12
| | | * | | Expose async functions for QSPIDion Dokter2024-10-291-4/+28
| | * | | | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5Dario Nieuwenhuis2024-10-291-0/+3
| | |\ \ \ \
| | | * | | | Update CFBLR configurationWilliam2024-10-251-0/+3
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #3456 from HaoboGu/feat/ospi_mmDario Nieuwenhuis2024-10-271-0/+65
| | |\ \ \ \
| | | * | | | feat(ospi): add ospi exampleHaobo Gu2024-10-261-7/+2
| | | * | | | feat(ospi): add memory mapped modeHaobo Gu2024-10-251-15/+48
| | | * | | | feat: set ospi memory mapped modeHaobo Gu2024-10-231-0/+37
| | * | | | | Merge pull request #3468 from korken89/fix-can-hangDario Nieuwenhuis2024-10-271-3/+7
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | This fixes 2 issues where STM32 BXCAN would hangEmil Fresk2024-10-271-3/+7
| | * | | | | Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-233-48/+232
| | |\ \ \ \ \
| | | * | | | | Make clone_unchecked workGrant Miller2024-09-212-4/+2
| | | * | | | | wip: split by valueGrant Miller2024-09-073-6/+21