aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added TL Mailbox initialization for STM32WBgoueslati2023-05-0211-1334/+2063
* Merge #1404bors[bot]2023-05-0112-53/+1409
|\
| * stm32/test: fix race condition in uart_dma.Dario Nieuwenhuis2023-05-011-9/+18
| * stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb)Dario Nieuwenhuis2023-05-011-39/+38
| * stm32/test: add real defmt timestampDario Nieuwenhuis2023-05-012-12/+2
| * 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-014-7/+20
| * 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-015-179/+214
| * 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-019-18/+1171
|/
* Merge #1376bors[bot]2023-05-0120-534/+251
|\
| * stm32/rtc: fix datetime and add f4 testxoviat2023-04-253-11/+69
| * 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-1815-438/+110
* | Merge #1414bors[bot]2023-05-016-151/+1005
|\ \
| * | rp/uart: report errors from dma receivepennae2023-05-014-25/+375
| * | rp/uart: extract fifo draining from blocking_readpennae2023-05-011-23/+27
| * | rp/uart: make dma multicore-safepennae2023-05-011-2/+2
| * | rp/uart: report errors from buffered uartpennae2023-05-012-34/+301
| * | rp/uart: extract common code from async and blocking buffered readspennae2023-05-011-47/+39
| * | tests/rp: test error conditions for uartpennae2023-05-011-11/+148
| * | rp/uart: rename state to buffered_statepennae2023-05-012-14/+14
| * | rp/uart: add set-break functionspennae2023-05-012-1/+95
| * | rp/uart: add UartRx::new_blockingpennae2023-05-011-0/+10
| * | tests/rp: fix buffered uart testpennae2023-05-011-3/+3
* | | Merge #1395bors[bot]2023-05-015-443/+284
|\ \ \ | |/ / |/| |
| * | rp/pio: write instr memory only from commonpennae2023-05-014-79/+63
| * | rp/pio: remove a bunch of unnecessary let _ = selfpennae2023-05-011-13/+0
| * | rp/pio: move non-sm-specific methods to PioCommonpennae2023-05-013-45/+47
| * | rp/pio: remove top-level PIOS arraypennae2023-05-011-162/+90
| * | rp/pio: seal PioInstance, SmInstancepennae2023-05-011-20/+41
| * | rp/pio: don't call dma::init so muchpennae2023-05-011-3/+1
| * | rp/pio: enable pio interrupts only oncepennae2023-05-012-36/+15
| * | rp/pio: use atomic accesses, not critical sectionspennae2023-05-011-24/+12
| * | rp/pio: handle all pio irqs in one handlerpennae2023-05-011-90/+44
|/ /
* | Merge #1407bors[bot]2023-04-3047-9712/+12
|\ \
| * \ Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-304-18/+216
| |\ \ | |/ / |/| |
* | | 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