aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
*---. Merge #1475 #1478 #1482bors[bot]2023-05-2510-24/+93
|\ \ \
| | * | Add missing set_default_layout() in "other" familyRasmus Melchior Jacobsen2023-05-231-0/+2
| | * | Add missing implementations for f4 alternate regionsRasmus Melchior Jacobsen2023-05-232-17/+70
| | * | Remove Drop for AltFlashLayoutRasmus Melchior Jacobsen2023-05-237-7/+19
| | * | Ensure FlashRegion can only be created within this crateRasmus Melchior Jacobsen2023-05-232-0/+2
| | |/
| | |
| \ \
*-. \ \ Merge #1340 #1474bors[bot]2023-05-255-4/+367
|\ \ \ \
| | * | | stm32: Fix watchdog timeout computationRasmus Melchior Jacobsen2023-05-221-4/+36
| | |/ /
| * | | stm32/i2s: add module and example for f4xoviat2023-05-034-0/+331
* | | | stm32: move to bind_interruptsxoviat2023-05-2415-591/+687
| |_|/ |/| |
* | | Merge #1457bors[bot]2023-05-2310-107/+627
|\ \ \ | |_|/ |/| |
| * | stm32/ipcc: fix warningsxoviat2023-05-203-3/+3
| * | stm32/ipcc: namingxoviat2023-05-201-22/+22
| * | stm32/ipcc: cleanup namingxoviat2023-05-204-93/+95
| * | stm32/ipcc: remove constrainxoviat2023-05-202-13/+7
| * | cleanupgoueslati2023-05-151-33/+0
| * | tl_mbox read and writegoueslati2023-05-159-21/+560
| * | tl_mbox: added zigee, lld tests and ble lld tables to ref tablegoueslati2023-05-121-9/+27
* | | stm32/sdmmc: fix "drop with a value that implements `Copy` does nothing" warn...Dario Nieuwenhuis2023-05-191-3/+9
* | | Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
* | | Merge #1419bors[bot]2023-05-191-5/+139
|\ \ \
| * | | stm32/pwm: improve dead-time apixoviat2023-05-011-5/+139
* | | | stm32/usb: do not require embassy-time.Dario Nieuwenhuis2023-05-192-3/+5
* | | | Merge #1455bors[bot]2023-05-141-4/+1
|\ \ \ \
| * | | | Remove unused `feature(type_alias_impl_trait)`.Dario Nieuwenhuis2023-05-141-4/+1
* | | | | Merge #1454bors[bot]2023-05-142-1/+107
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stm32f0 flash implementationJaap Prickartz2023-05-142-1/+107
| | |/ / | |/| |
* / | | stm32 uart: Fix error flag handling for blocking operationsTimo Kröger2023-05-141-32/+61
|/ / /
* | | Merge #1424bors[bot]2023-05-1110-1/+686
|\ \ \
| * | | removed hardcoded addresses in memory.xgoueslati2023-05-041-19/+19
| * | | fixed ble table cmd buffer being constantgoueslati2023-05-031-1/+1
| * | | whoops, plugin formatted Cargo.toml, revertinggoueslati2023-05-021-1334/+1334
| * | | added TL Mailbox initialization for STM32WBgoueslati2023-05-0210-1334/+2019
* | | | Fix some typosDirk Stolle2023-05-082-4/+4
* | | | Improve readabilityMarco Pastrello2023-05-051-4/+2
* | | | removes unecessary bracesMarco Pastrello2023-05-051-4/+2
* | | | beautifyMarco Pastrello2023-05-041-2/+9
* | | | PPLXTPRE is a bool.Marco Pastrello2023-05-041-6/+3
* | | | Support PLLXTPRE switch.Marco Pastrello2023-05-041-1/+7
* | | | Simplify SUBGHZSPI configuration.ceekdee2023-05-041-2/+2
* | | | Merge branch 'embassy-rs:master' into masterChuck Davis2023-05-033-34/+102
|\ \ \ \ | | |_|/ | |/| |
| * | | stm32/usart: add OVER8 and PRESC support, update PACDario Nieuwenhuis2023-05-023-34/+102
| |/ /
* / / Handle SUBGHZSPI as async.ceekdee2023-05-031-3/+8
|/ /
* | 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