| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add DCMI example. | Matous Hybl | 2021-12-09 | 2 | -1/+378 |
| * | Add DCMI peripheral support. | Matous Hybl | 2021-12-09 | 3 | -0/+488 |
| * | Merge #532 | bors[bot] | 2021-12-09 | 3 | -3/+3 |
| |\ | |||||
| | * | Use smoltcp revision from its master branch. | Matous Hybl | 2021-12-09 | 3 | -3/+3 |
| |/ | |||||
| * | Merge #530 | bors[bot] | 2021-12-08 | 2 | -3/+8 |
| |\ | |||||
| | * | Do not use exported Result to mitigate problems with clap. | Matous Hybl | 2021-12-08 | 2 | -3/+8 |
| |/ | |||||
| * | Merge #527 | bors[bot] | 2021-12-08 | 2 | -0/+106 |
| |\ | |||||
| | * | stm32/tests: add uart, uart_dma tests. | Dario Nieuwenhuis | 2021-12-08 | 2 | -0/+106 |
| |/ | |||||
| * | Merge #526 | bors[bot] | 2021-12-08 | 4 | -570/+418 |
| |\ | |||||
| | * | stm32/usart: unify v1 and v2 | Dario Nieuwenhuis | 2021-12-08 | 4 | -570/+418 |
| |/ | |||||
| * | Merge #500 | bors[bot] | 2021-12-08 | 9 | -403/+593 |
| |\ | |||||
| | * | stm32/dma: simplify impls a bit. | Dario Nieuwenhuis | 2021-12-08 | 2 | -39/+36 |
| | * | stm32/dma: improve trait docs, seal Word. | Dario Nieuwenhuis | 2021-12-08 | 6 | -24/+50 |
| | * | stm32/dma: eagerly start transfers when calling the functions. | Dario Nieuwenhuis | 2021-12-08 | 1 | -58/+49 |
| | * | stm32/dma: use the right waker slot number for DMA2 (must add 8) | Dario Nieuwenhuis | 2021-12-08 | 2 | -8/+6 |
| | * | stm32/dma: rename is_stopped to is_running. | Dario Nieuwenhuis | 2021-12-08 | 3 | -10/+10 |
| | * | Refactor DMA traits. | Matous Hybl | 2021-12-07 | 9 | -547/+579 |
| | * | Further extend the dma channel trait | Joshua Salzedo | 2021-12-07 | 3 | -35/+92 |
| | * | cargo fmt | Joshua Salzedo | 2021-12-07 | 2 | -11/+8 |
| | * | Implement extended Channel trait to bdma.rs | Joshua Salzedo | 2021-12-07 | 1 | -9/+48 |
| | * | Implement extended Channel trait to dma.rs | Joshua Salzedo | 2021-12-07 | 2 | -10/+56 |
| | * | Expand channel trait | Joshua Salzedo | 2021-12-07 | 1 | -0/+7 |
| * | | Merge #525 | bors[bot] | 2021-12-08 | 2 | -57/+56 |
| |\ \ | |/ |/| | |||||
| | * | Keep Clippy happy | huntc | 2021-12-08 | 1 | -1/+1 |
| | * | Applies the Uarte patch | huntc | 2021-12-08 | 2 | -57/+56 |
| |/ | |||||
| * | Merge pull request #524 from lulf/readd-write-flush | Dario Nieuwenhuis | 2021-12-07 | 2 | -0/+10 |
| |\ | |||||
| | * | Add back MISO flush | Ulf Lilleengen | 2021-12-07 | 2 | -0/+10 |
| |/ | |||||
| * | Merge #523 | bors[bot] | 2021-12-07 | 4 | -588/+197 |
| |\ | |||||
| | * | Implement blocking traits with a macro | Grant Miller | 2021-12-07 | 1 | -51/+38 |
| | * | Unify blocking trait impls | Grant Miller | 2021-12-07 | 4 | -382/+125 |
| | * | Move async trait impls to mod | Grant Miller | 2021-12-07 | 4 | -143/+60 |
| | * | check_error_flags function | Grant Miller | 2021-12-07 | 4 | -93/+56 |
| | * | Move Word trait to mod | Grant Miller | 2021-12-07 | 3 | -8/+7 |
| |/ | |||||
| * | Merge #518 | bors[bot] | 2021-12-07 | 4 | -555/+398 |
| |\ | |||||
| | * | v2: set frxth and ds in new | Grant Miller | 2021-12-06 | 1 | -0/+2 |
| | * | Move Spi drop impl to mod | Grant Miller | 2021-12-06 | 4 | -33/+10 |
| | * | Move set_word_size to mod | Grant Miller | 2021-12-06 | 4 | -58/+49 |
| | * | Add tx_ptr and rx_ptr methods | Grant Miller | 2021-12-06 | 4 | -34/+49 |
| | * | Move Spi::new and Spi::compute_baud_rate to mod | Grant Miller | 2021-12-06 | 4 | -329/+191 |
| | * | Fix ssoe in v1 | Grant Miller | 2021-12-06 | 1 | -6/+3 |
| | * | Move Spi to mod (without NoDma defaults) | Grant Miller | 2021-12-06 | 4 | -39/+24 |
| | * | Track current word size in v2 and v3 also | Grant Miller | 2021-12-06 | 3 | -17/+29 |
| | * | Move WordSize methods to mod | Grant Miller | 2021-12-06 | 4 | -41/+43 |
| | * | Move NoPin impls from v1 to mod | Grant Miller | 2021-12-06 | 2 | -22/+22 |
| * | | Merge #522 | bors[bot] | 2021-12-07 | 1 | -0/+51 |
| |\ \ | |||||
| | * | | stm32/tests: add DMA SPI | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+51 |
| |/ / | |||||
| * | | Merge #521 | bors[bot] | 2021-12-07 | 4 | -13/+82 |
| |\ \ | |||||
| | * | | stm32/tests: add spi | Dario Nieuwenhuis | 2021-12-07 | 1 | -0/+46 |
| | * | | stm32/tests: higher clocks for H7 | Dario Nieuwenhuis | 2021-12-07 | 3 | -13/+36 |
| |/ / | |||||
| * | | Merge #520 | bors[bot] | 2021-12-07 | 3 | -1/+9 |
| |\ \ | |||||
