aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| | |/ / | |/| |