aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32/ble: fix tests and add instructions to run examplexoviat2023-05-115-6/+44
* removed hardcoded addresses in memory.xgoueslati2023-05-044-39/+25
* Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mboxgoueslati2023-05-043-3/+58
|\
| * rustfmtxoviat2023-05-031-1/+0
| * stm32/tests: add hil test for blexoviat2023-05-033-2/+58
|/
* fixed ble table cmd buffer being constantgoueslati2023-05-031-1/+1
* Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mboxgoueslati2023-05-022-9/+3
|\
| * Merge branch 'embassy-rs:master' into tl_mboxGhaith Oueslati2023-05-022-9/+3
| |\
| | * Merge #1422bors[bot]2023-05-022-9/+3
| | |\
| | | * rp: remove leftovers from #1414pennae2023-05-022-9/+3
* | | | whoops, plugin formatted Cargo.toml, revertinggoueslati2023-05-021-1334/+1334
|/ / /
* / / 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