aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add DCMI example.Matous Hybl2021-12-092-1/+378
* Add DCMI peripheral support.Matous Hybl2021-12-093-0/+488
* Merge #532bors[bot]2021-12-093-3/+3
|\
| * Use smoltcp revision from its master branch.Matous Hybl2021-12-093-3/+3
|/
* Merge #530bors[bot]2021-12-082-3/+8
|\
| * Do not use exported Result to mitigate problems with clap.Matous Hybl2021-12-082-3/+8
|/
* Merge #527bors[bot]2021-12-082-0/+106
|\
| * stm32/tests: add uart, uart_dma tests.Dario Nieuwenhuis2021-12-082-0/+106
|/
* Merge #526bors[bot]2021-12-084-570/+418
|\
| * stm32/usart: unify v1 and v2Dario Nieuwenhuis2021-12-084-570/+418
|/
* Merge #500bors[bot]2021-12-089-403/+593
|\
| * stm32/dma: simplify impls a bit.Dario Nieuwenhuis2021-12-082-39/+36
| * stm32/dma: improve trait docs, seal Word.Dario Nieuwenhuis2021-12-086-24/+50
| * stm32/dma: eagerly start transfers when calling the functions.Dario Nieuwenhuis2021-12-081-58/+49
| * stm32/dma: use the right waker slot number for DMA2 (must add 8)Dario Nieuwenhuis2021-12-082-8/+6
| * stm32/dma: rename is_stopped to is_running.Dario Nieuwenhuis2021-12-083-10/+10
| * Refactor DMA traits.Matous Hybl2021-12-079-547/+579
| * Further extend the dma channel traitJoshua Salzedo2021-12-073-35/+92
| * cargo fmtJoshua Salzedo2021-12-072-11/+8
| * Implement extended Channel trait to bdma.rsJoshua Salzedo2021-12-071-9/+48
| * Implement extended Channel trait to dma.rsJoshua Salzedo2021-12-072-10/+56
| * Expand channel traitJoshua Salzedo2021-12-071-0/+7
* | Merge #525bors[bot]2021-12-082-57/+56
|\ \ | |/ |/|
| * Keep Clippy happyhuntc2021-12-081-1/+1
| * Applies the Uarte patchhuntc2021-12-082-57/+56
|/
* Merge pull request #524 from lulf/readd-write-flushDario Nieuwenhuis2021-12-072-0/+10
|\
| * Add back MISO flushUlf Lilleengen2021-12-072-0/+10
|/
* Merge #523bors[bot]2021-12-074-588/+197
|\
| * Implement blocking traits with a macroGrant Miller2021-12-071-51/+38
| * Unify blocking trait implsGrant Miller2021-12-074-382/+125
| * Move async trait impls to modGrant Miller2021-12-074-143/+60
| * check_error_flags functionGrant Miller2021-12-074-93/+56
| * Move Word trait to modGrant Miller2021-12-073-8/+7
|/
* Merge #518bors[bot]2021-12-074-555/+398
|\
| * v2: set frxth and ds in newGrant Miller2021-12-061-0/+2
| * Move Spi drop impl to modGrant Miller2021-12-064-33/+10
| * Move set_word_size to modGrant Miller2021-12-064-58/+49
| * Add tx_ptr and rx_ptr methodsGrant Miller2021-12-064-34/+49
| * Move Spi::new and Spi::compute_baud_rate to modGrant Miller2021-12-064-329/+191
| * Fix ssoe in v1Grant Miller2021-12-061-6/+3
| * Move Spi to mod (without NoDma defaults)Grant Miller2021-12-064-39/+24
| * Track current word size in v2 and v3 alsoGrant Miller2021-12-063-17/+29
| * Move WordSize methods to modGrant Miller2021-12-064-41/+43
| * Move NoPin impls from v1 to modGrant Miller2021-12-062-22/+22
* | Merge #522bors[bot]2021-12-071-0/+51
|\ \
| * | stm32/tests: add DMA SPIDario Nieuwenhuis2021-12-071-0/+51
|/ /
* | Merge #521bors[bot]2021-12-074-13/+82
|\ \
| * | stm32/tests: add spiDario Nieuwenhuis2021-12-071-0/+46
| * | stm32/tests: higher clocks for H7Dario Nieuwenhuis2021-12-073-13/+36
|/ /
* | Merge #520bors[bot]2021-12-073-1/+9
|\ \