| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/bdma: add ringbuffer support. | Dario Nieuwenhuis | 2023-05-01 | 1 | -4/+183 |
| * | stm32/dma: remove separate process_tcif. | Dario Nieuwenhuis | 2023-05-01 | 1 | -37/+9 |
| * | Actually clear idle flag | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -1/+8 |
| * | Remove unused import | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -1/+1 |
| * | Support overflow detection for more than one ring-period | Rasmus Melchior Jacobsen | 2023-05-01 | 5 | -179/+214 |
| * | Do not disable dma request when idle line is detected | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -5/+0 |
| * | Ring-buffered uart rx with one-period overrun detection | Rasmus Melchior Jacobsen | 2023-05-01 | 9 | -18/+1171 |
| * | Merge #1376 | bors[bot] | 2023-05-01 | 20 | -534/+251 |
| |\ | |||||
| | * | stm32/rtc: fix datetime and add f4 test | xoviat | 2023-04-25 | 3 | -11/+69 |
| | * | stm32/rtc: impl. functions on trait | xoviat | 2023-04-18 | 3 | -67/+69 |
| | * | stm32/rtc: build more chips | xoviat | 2023-04-18 | 3 | -94/+79 |
| | * | stm32/rtc: cleanup and consolidate | xoviat | 2023-04-18 | 15 | -438/+110 |
| * | | Merge #1414 | bors[bot] | 2023-05-01 | 6 | -151/+1005 |
| |\ \ | |||||
| | * | | rp/uart: report errors from dma receive | pennae | 2023-05-01 | 4 | -25/+375 |
| | * | | rp/uart: extract fifo draining from blocking_read | pennae | 2023-05-01 | 1 | -23/+27 |
| | * | | rp/uart: make dma multicore-safe | pennae | 2023-05-01 | 1 | -2/+2 |
| | * | | rp/uart: report errors from buffered uart | pennae | 2023-05-01 | 2 | -34/+301 |
| | * | | rp/uart: extract common code from async and blocking buffered reads | pennae | 2023-05-01 | 1 | -47/+39 |
| | * | | tests/rp: test error conditions for uart | pennae | 2023-05-01 | 1 | -11/+148 |
| | * | | rp/uart: rename state to buffered_state | pennae | 2023-05-01 | 2 | -14/+14 |
| | * | | rp/uart: add set-break functions | pennae | 2023-05-01 | 2 | -1/+95 |
| | * | | rp/uart: add UartRx::new_blocking | pennae | 2023-05-01 | 1 | -0/+10 |
| | * | | tests/rp: fix buffered uart test | pennae | 2023-05-01 | 1 | -3/+3 |
| * | | | Merge #1395 | bors[bot] | 2023-05-01 | 5 | -443/+284 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rp/pio: write instr memory only from common | pennae | 2023-05-01 | 4 | -79/+63 |
| | * | | rp/pio: remove a bunch of unnecessary let _ = self | pennae | 2023-05-01 | 1 | -13/+0 |
| | * | | rp/pio: move non-sm-specific methods to PioCommon | pennae | 2023-05-01 | 3 | -45/+47 |
| | * | | rp/pio: remove top-level PIOS array | pennae | 2023-05-01 | 1 | -162/+90 |
| | * | | rp/pio: seal PioInstance, SmInstance | pennae | 2023-05-01 | 1 | -20/+41 |
| | * | | rp/pio: don't call dma::init so much | pennae | 2023-05-01 | 1 | -3/+1 |
| | * | | rp/pio: enable pio interrupts only once | pennae | 2023-05-01 | 2 | -36/+15 |
| | * | | rp/pio: use atomic accesses, not critical sections | pennae | 2023-05-01 | 1 | -24/+12 |
| | * | | rp/pio: handle all pio irqs in one handler | pennae | 2023-05-01 | 1 | -90/+44 |
| |/ / | |||||
| * | | Merge #1407 | bors[bot] | 2023-04-30 | 47 | -9712/+12 |
| |\ \ | |||||
| | * \ | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-30 | 4 | -18/+216 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge #1405 | bors[bot] | 2023-04-30 | 2 | -0/+180 |
| |\ \ \ | |||||
| | * | | | removed constrain method | OueslatiGhaith | 2023-04-28 | 1 | -10/+0 |
| | * | | | reversed changes in Cargo.toml | OueslatiGhaith | 2023-04-27 | 1 | -1381/+1348 |
| | * | | | fixed missing imports | OueslatiGhaith | 2023-04-27 | 2 | -1348/+1383 |
| | * | | | fixed mistake with casting channel to a usize | OueslatiGhaith | 2023-04-27 | 1 | -14/+14 |
| | * | | | add IPCC peripheral for stm32wb | OueslatiGhaith | 2023-04-27 | 2 | -0/+188 |
| * | | | | Merge #1412 | bors[bot] | 2023-04-30 | 1 | -18/+14 |
| |\ \ \ \ | |||||
| | * | | | | stm32/uart: abort on error | xoviat | 2023-04-28 | 1 | -18/+14 |
| * | | | | | Merge #1410 | bors[bot] | 2023-04-30 | 1 | -0/+22 |
| |\ \ \ \ \ | |||||
| | * | | | | | rustfmt | xoviat | 2023-04-28 | 1 | -4/+10 |
| | * | | | | | Add `Transactional` trait to rp's i2c impl | Lixou | 2023-04-28 | 1 | -0/+16 |
| |/ / / / / | |||||
| | | | * | | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-28 | 46 | -47/+70 |
| | | | |\ \ | |_|_|/ / |/| | | | | |||||
| * | | | | | Merge #1403 | bors[bot] | 2023-04-27 | 46 | -47/+70 |
| |\ \ \ \ \ | |||||
| | * | | | | | add changelog | Ulf Lilleengen | 2023-04-27 | 1 | -0/+23 |
| | * | | | | | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 45 | -47/+47 |
| | | |/ / / | |/| | | | |||||
