| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rp/pio: don't use modify on shared registers | pennae | 2023-05-02 | 1 | -15/+19 |
| * | rp/pio: avoid sm(SM_NO) indexing | pennae | 2023-05-02 | 1 | -116/+43 |
| * | rp/pio: add funcsel values to PioInstance | pennae | 2023-05-02 | 1 | -11/+4 |
| * | rp/pio: add hd44780 example | pennae | 2023-05-02 | 1 | -0/+244 |
| * | rp/pio: fix dma | pennae | 2023-05-02 | 1 | -7/+9 |
| * | 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 |
| | | |/ / | |/| | | |||||
| | | | * | Remove external-lora-phy feature. | ceekdee | 2023-04-28 | 6 | -13/+8 |
| | | | * | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 45 | -9701/+6 |
| | |_|/ |/| | | |||||
| * | | | Merge #1406 | bors[bot] | 2023-04-27 | 1 | -17/+5 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rustfmt | kalkyl | 2023-04-27 | 1 | -5/+1 |
| | * | | rp: DMA behaviour during FLASH operations | kalkyl | 2023-04-27 | 1 | -14/+6 |
| * | | | Merge #1402 | bors[bot] | 2023-04-26 | 3 | -18/+13 |
| |\ \ \ | |||||
| | * | | | rp: remove pio Cargo feature. | Dario Nieuwenhuis | 2023-04-26 | 3 | -18/+13 |
| |/ / / | |||||
