| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Remove duplicate stm32-metapac/src/common.rs with chiptool | Nicolas Viennot | 2022-03-15 | 5 | -82/+12 | |
| * | Merge #666 | bors[bot] | 2022-03-15 | 2 | -1/+24 | |
| |\ | ||||||
| | * | stm32/spi: fix blocking transfer hanging after async. | Dario Nieuwenhuis | 2022-03-15 | 2 | -0/+20 | |
| | * | stm32/spi: Clear rx fifo in blocking methods | Grant Miller | 2022-03-14 | 1 | -1/+4 | |
| |/ | ||||||
| * | Merge #664 | bors[bot] | 2022-03-15 | 3 | -35/+84 | |
| |\ | ||||||
| | * | stm32/spi: do not clear rxfifo in SPIv3, the hw already does it. | Dario Nieuwenhuis | 2022-03-15 | 1 | -2/+7 | |
| | * | stm32/spi: fix hang in SPIv3 by not waiting for rxfifo empty in finish_dma. | Dario Nieuwenhuis | 2022-03-15 | 1 | -25/+8 | |
| | * | stm32/spi: check zero-length trasnfers. | Dario Nieuwenhuis | 2022-03-15 | 2 | -0/+12 | |
| | * | stm32/spi: more exhaustive test. | Dario Nieuwenhuis | 2022-03-15 | 2 | -0/+27 | |
| | * | stm32/spi: implement async trasnfer_in_place | Dario Nieuwenhuis | 2022-03-15 | 2 | -8/+30 | |
| |/ | ||||||
| * | Merge #663 | bors[bot] | 2022-03-14 | 1 | -9/+18 | |
| |\ | ||||||
| | * | rustfmt | Grant Miller | 2022-03-14 | 1 | -3/+3 | |
| | * | Fix zero-length-slice bugs | Grant Miller | 2022-03-14 | 1 | -5/+15 | |
| | * | Fix async `write` bug | Grant Miller | 2022-03-14 | 1 | -4/+3 | |
| |/ | ||||||
| * | Merge #662 | bors[bot] | 2022-03-14 | 4 | -510/+212 | |
| |\ | ||||||
| | * | Make all functions generic over word size | Grant Miller | 2022-03-14 | 1 | -21/+27 | |
| | * | Use const REGS | Grant Miller | 2022-03-14 | 1 | -63/+55 | |
| | * | Finish unification | Grant Miller | 2022-03-14 | 4 | -454/+118 | |
| | * | Finish matching versions | Grant Miller | 2022-03-14 | 3 | -0/+27 | |
| | * | Add `set_txdmaen` and `set_rxdmaen` functions | Grant Miller | 2022-03-14 | 4 | -45/+41 | |
| | * | Add `flush_rx_fifo` function | Grant Miller | 2022-03-14 | 4 | -20/+37 | |
| | * | Call `set_word_size` before disabling SPE | Grant Miller | 2022-03-14 | 2 | -6/+6 | |
| |/ | ||||||
| * | Merge #660 | bors[bot] | 2022-03-14 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Tell bors to delete merged branches | Grant Miller | 2022-03-14 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge #627 | bors[bot] | 2022-03-10 | 33 | -837/+714 | |
| |\ | ||||||
| | * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 33 | -837/+714 | |
| |/ | ||||||
| * | Merge #647 | bors[bot] | 2022-03-09 | 2 | -0/+12 | |
| |\ | ||||||
| | * | stm32/dma: panic on DMA error. | Dario Nieuwenhuis | 2022-03-09 | 2 | -0/+12 | |
| |/ | ||||||
| * | Merge #640 | bors[bot] | 2022-03-09 | 5 | -50/+238 | |
| |\ | ||||||
| | * | Move EasyDMA documentation to module level | Til Blechschmidt | 2022-03-08 | 4 | -38/+53 | |
| | * | Fix inverted boolean condition | Til Blechschmidt | 2022-03-08 | 1 | -1/+1 | |
| | * | Refactor _from_ram methods to use more readable copy operation | Til Blechschmidt | 2022-03-02 | 3 | -23/+18 | |
| | * | Change TWIM methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-03-02 | 1 | -41/+86 | |
| | * | Change UARTE methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-03-02 | 1 | -1/+35 | |
| | * | Fix EasyDMA slice copying not actually copying data | Til Blechschmidt | 2022-02-23 | 1 | -4/+7 | |
| | * | Change slice length check to use stable method | Til Blechschmidt | 2022-02-23 | 2 | -2/+3 | |
| | * | Add defmt log outputs for SPIM memcpy | Til Blechschmidt | 2022-02-23 | 1 | -0/+2 | |
| | * | Change SPIM methods to copy slice if required and add non-copying variants | Til Blechschmidt | 2022-02-23 | 1 | -4/+97 | |
| | * | Skip EasyDMA slice location check if slice is empty | Til Blechschmidt | 2022-02-23 | 2 | -3/+3 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #648 #656 | bors[bot] | 2022-03-09 | 10 | -112/+208 | |
| |\ \ \ | ||||||
| | | * | | Update tests | Grant Miller | 2022-03-08 | 2 | -6/+6 | |
| | | * | | Update examples | Grant Miller | 2022-03-08 | 1 | -1/+1 | |
| | | * | | Ignore BDMA1 in H7 | Grant Miller | 2022-03-08 | 1 | -0/+4 | |
| | | * | | Update stm32-data | Grant Miller | 2022-03-08 | 1 | -0/+0 | |
| | | * | | stm32: Refactor DMA interrupts | Grant Miller | 2022-03-08 | 4 | -65/+65 | |
| | |/ / |/| | | ||||||
| | * | | Simplifies the API by taking in the TIMER and PPI channels | huntc | 2022-03-07 | 2 | -59/+59 | |
| | * | | Improve nRF Saadc sampling | huntc | 2022-03-07 | 2 | -24/+116 | |
| |/ / | ||||||
| * | | Merge #655 | bors[bot] | 2022-03-06 | 1 | -5/+27 | |
| |\ \ | ||||||
| | * | | common/serial/usb: fix hang when write buffer gets full and then the bus resets. | Dario Nieuwenhuis | 2022-03-07 | 1 | -0/+2 | |
| | * | | common/usb/serial: add some trace logging. | Dario Nieuwenhuis | 2022-03-07 | 1 | -5/+25 | |
| |/ / | ||||||
