aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* added TL Mailbox initialization for STM32WBgoueslati2023-05-0210-1334/+2019
* 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
| | * | reversed changes in Cargo.tomlOueslatiGhaith2023-04-271-1381/+1348
| | * | fixed missing importsOueslatiGhaith2023-04-272-1348/+1383
| | * | 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
* | | | | Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-281-1/+1
|\| | | |
| * | | | Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
| | |/ / | |/| |
* / | | 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-1814-1056/+1157
|\ \ \
| * | | stm32/dma: add double buffered mode for DMA, update DCMI.Dario Nieuwenhuis2023-04-182-14/+182
| * | | stm32/dma: refactor.Dario Nieuwenhuis2023-04-1814-1072/+1005
| | |/ | |/|
* | | Missing semi-colonMathias2023-04-181-1/+1
* | | Add MAX_ERASE_SIZE const in build script, and use it in flash-wide implementa...Mathias2023-04-183-3/+12
* | | 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
| |
| \
*-. \ Merge #1371 #1374bors[bot]2023-04-1718-46/+1325
|\ \ \
| | * | stm32: fix defective examplexoviat2023-04-161-4/+0
| | * | stm32: remove TIMX singleton when used on timer driverxoviat2023-04-161-46/+68
| |/ / |/| |
| * | 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