aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* added TL Mailbox initialization for STM32WBgoueslati2023-05-029-0/+684
* stm32/dma: solve overlapping impl on DmaCtrl on stm32h7Dario Nieuwenhuis2023-05-013-15/+19
* stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.Dario Nieuwenhuis2023-05-012-0/+5
* stm32/bdma: add ringbuffer support.Dario Nieuwenhuis2023-05-011-4/+183
* stm32/dma: remove separate process_tcif.Dario Nieuwenhuis2023-05-011-37/+9
* Actually clear idle flagRasmus Melchior Jacobsen2023-05-011-1/+8
* Remove unused importRasmus Melchior Jacobsen2023-05-011-1/+1
* Support overflow detection for more than one ring-periodRasmus Melchior Jacobsen2023-05-013-168/+191
* Do not disable dma request when idle line is detectedRasmus Melchior Jacobsen2023-05-011-5/+0
* Ring-buffered uart rx with one-period overrun detectionRasmus Melchior Jacobsen2023-05-015-18/+919
* Merge #1376bors[bot]2023-05-0116-533/+159
|\
| * stm32/rtc: fix datetime and add f4 testxoviat2023-04-251-10/+8
| * stm32/rtc: impl. functions on traitxoviat2023-04-183-67/+69
| * stm32/rtc: build more chipsxoviat2023-04-183-94/+79
| * stm32/rtc: cleanup and consolidatexoviat2023-04-1813-438/+79
* | Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-303-18/+194
|\ \
| * \ Merge #1405bors[bot]2023-04-302-0/+180
| |\ \
| | * | removed constrain methodOueslatiGhaith2023-04-281-10/+0
| | * | fixed missing importsOueslatiGhaith2023-04-271-0/+2
| | * | fixed mistake with casting channel to a usizeOueslatiGhaith2023-04-271-14/+14
| | * | add IPCC peripheral for stm32wbOueslatiGhaith2023-04-272-0/+188
| * | | Merge #1412bors[bot]2023-04-301-18/+14
| |\ \ \ | | |/ / | |/| |
| | * | stm32/uart: abort on errorxoviat2023-04-281-18/+14
* | | | Remove legacy LoRa drivers.ceekdee2023-04-2731-6282/+0
|/ / /
* | | Deprecate original LoRa drivers. Update rust-lorawan releases.ceekdee2023-04-251-0/+1
* | | Add external LoRa physical layer functionality.ceekdee2023-04-212-2/+2
|/ /
* | Merge #1370bors[bot]2023-04-191-61/+49
|\ \
| * | stm32/i2c: ignore wakes without interruptxoviat2023-04-191-0/+9
| * | stm32/i2c: fix races when using dma.xoviat2023-04-171-62/+41
* | | stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i...anton smeenk2023-04-181-0/+17
* | | stm32/spi: add support for all word sizes.Dario Nieuwenhuis2023-04-186-133/+190
* | | Merge pull request #1348 from embassy-rs/h5-spiDario Nieuwenhuis2023-04-1813-1052/+1149
|\ \ \
| * | | stm32/dma: add double buffered mode for DMA, update DCMI.Dario Nieuwenhuis2023-04-182-14/+182
| * | | stm32/dma: refactor.Dario Nieuwenhuis2023-04-1813-1068/+997
| | |/ | |/|
* | | Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementa...Mathias2023-04-182-3/+4
* | | Implement embedded-storage traits for full flash structMathias2023-04-181-0/+29
|/ /
* | stm32/sdmmc: remove "inner" layer.Dario Nieuwenhuis2023-04-171-579/+419
* | stm32/sdmmc: remove unneeded pointer casts.Dario Nieuwenhuis2023-04-171-13/+12
* | stm32/sdmmc: remove cfg_if.Dario Nieuwenhuis2023-04-171-89/+89
* | stm32/rtc: remove unused importxoviat2023-04-161-0/+1
* | stm32/rtc: remove chrono datetime and add convertersxoviat2023-04-162-3/+56
* | stm32/rtc: disable nonworking versionsxoviat2023-04-161-1/+1
* | stm32/rtc: disable nonworking versionsxoviat2023-04-161-1/+1
* | Merge branch 'embassy-stm32/rtc' of https://github.com/MathiasKoch/embassy in...xoviat2023-04-1616-0/+1206
|\ \
| * | feature-gate variants without vals definedMathias2023-02-131-2/+11
| * | Rebase on masterMathias2023-02-1349-2595/+4562
| |\ \
| * | | Remove unused feature gateMathias2022-10-111-1/+0
| * | | Fix RTC for v2l0 & v2l1Mathias2022-10-113-67/+38
| * | | Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-s...Mathias2022-10-115-106/+211
| |\ \ \
| * | | | Fix stm32wl55jc-cm4 RTCMathias2022-10-111-1/+6