aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-163-56/+16
* Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updatesDario Nieuwenhuis2023-08-102-3/+7
|\
| * added exclusion for adc v4 as wellDon Reilly2023-08-101-0/+1
| * update metapac tagDon Reilly2023-08-101-2/+2
| * don't generate adc peripheral for f3 seriesDon Reilly2023-08-081-1/+4
* | Merge pull request #1743 from xoviat/dma-2Dario Nieuwenhuis2023-08-103-131/+120
|\ \
| * | stm32/dma: minor cleanup, optmizationxoviat2023-08-042-6/+6
| * | stm32/dma: consolidate ringbufxoviat2023-08-033-125/+114
* | | fix rng ced toggling sequence on reset.Lucas Granberg2023-08-101-3/+8
* | | fmt mod must not be public.Dario Nieuwenhuis2023-08-091-1/+1
* | | Merge pull request #1753 from xoviat/rtc-wbxoviat2023-08-097-79/+147
|\ \ \ | |_|/ |/| |
| * | tests/stm32: fix rtc testxoviat2023-08-081-0/+14
| * | stm32/l4: set rtc clock source in rccxoviat2023-08-081-0/+5
| * | stm32/rtc: remove generics and segregate clock selxoviat2023-08-084-80/+89
| * | stm32: fix rtc and examplesxoviat2023-08-061-3/+4
| * | stm32/rtc: restructurexoviat2023-08-064-40/+35
| * | stm32/rtc: enable in rcc modxoviat2023-08-063-0/+44
* | | Merge pull request #1751 from oro-os/add-pin-drop-docsxoviat2023-08-081-0/+8
|\ \ \
| * | | stm32: add note about Output/OutputOpenDrain drop behaviorJosh Junon2023-08-061-0/+8
| |/ /
* | | Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-074-26/+25
* | | embassy-stm32: Misc clippy fixesGrant Miller2023-08-0610-64/+60
|/ /
* / stm32: update metapac versionxoviat2023-08-041-2/+2
|/
* Merge pull request #1729 from mattico/i2c-async-timeoutDario Nieuwenhuis2023-08-012-15/+153
|\
| * stm32: only enable async TimeoutI2c on V2 I2C peripheralMatt Ickstadt2023-07-311-0/+8
| * stm32: add async timeout functions to I2c and TimeoutI2cMatt Ickstadt2023-07-312-9/+135
| * stm32: add outlives bounds to TimeoutI2c impl blocksMatt Ickstadt2023-07-311-6/+10
* | Fix unlocking the backup domain when enabling LSEBartek2023-08-011-0/+1
* | Merge pull request #1714 from xoviat/dmaxoviat2023-07-314-25/+452
|\ \ | |/ |/|
| * stm32/dma: remove tracexoviat2023-07-311-32/+0
| * stm32/dma: fix condition checkxoviat2023-07-301-6/+11
| * stm32/dma: add tracesxoviat2023-07-301-0/+28
| * stm32/dma: fix condition checkxoviat2023-07-301-1/+1
| * stm32/dma: don't write to full ringbufxoviat2023-07-301-0/+2
| * stm32/dma: fix typosxoviat2023-07-301-3/+3
| * stm32/dma: impl. wringbuf for bdmaxoviat2023-07-302-3/+155
| * stm32/dma: complete initial ringbuf impl.xoviat2023-07-302-21/+200
| * stm32/dma: add draft writable dma bufxoviat2023-07-291-0/+93
| * fix commentsxoviat2023-07-291-2/+2
| * stm32/dma: rename ringbufxoviat2023-07-294-26/+26
* | Merge pull request #1727 from embassy-rs/hrtim-v2xoviat2023-07-313-1/+21
|\ \
| * | stm32: add hrtim v2Dario Nieuwenhuis2023-07-313-1/+21
* | | Merge pull request #1704 from rubdos/ieee802154-fixesDario Nieuwenhuis2023-07-311-3/+3
|\ \ \
| * | | Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-3/+3
* | | | stm32/flash: avoid pointless "if flag is set, set it".Dario Nieuwenhuis2023-07-317-136/+21
| |/ / |/| |
* | | Merge pull request #1724 from bguruprasath5/stm32g0-flash-supportDario Nieuwenhuis2023-07-312-1/+117
|\ \ \
| * | | added flash supportdev-guruprasath2023-07-312-1/+117
* | | | stm32/can: Add more derives for CAN Envelopechemicstry2023-07-311-1/+1
* | | | Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-3166-1347/+1626
|\| | |
| * | | Merge pull request #1606 from JcBernack/rng-updateDario Nieuwenhuis2023-07-302-83/+125
| |\ \ \
| | * | | stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-312-54/+36