aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* 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-119-0/+684
|\
| * removed hardcoded addresses in memory.xgoueslati2023-05-041-19/+19
| * fixed ble table cmd buffer being constantgoueslati2023-05-031-1/+1
| * added TL Mailbox initialization for STM32WBgoueslati2023-05-029-0/+684
* | 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-032-32/+100
|\ \
| * | stm32/usart: add OVER8 and PRESC support, update PACDario Nieuwenhuis2023-05-022-32/+100
| |/
* / 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
| | * | 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
| | |/ | |/|