| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compile for stm32wb | chemicstry | 2022-03-18 | 2 | -2/+2 |
| * | Fix RCC safety and add reset to DAC | chemicstry | 2022-03-18 | 3 | -23/+43 |
| * | Reset peripherals on enable | chemicstry | 2022-03-18 | 3 | -0/+3 |
| * | Merge #670 | bors[bot] | 2022-03-17 | 1 | -5/+8 |
| |\ | |||||
| | * | Add comments | chemicstry | 2022-03-17 | 1 | -0/+4 |
| | * | Make UART futures Send | chemicstry | 2022-03-17 | 1 | -5/+4 |
| |/ | |||||
| * | Merge #668 | bors[bot] | 2022-03-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Update chiptool. | Dario Nieuwenhuis | 2022-03-15 | 1 | -1/+1 |
| * | | Merge #667 | bors[bot] | 2022-03-15 | 5 | -82/+12 |
| |\ \ | |/ |/| | |||||
| | * | Remove duplicate stm32-metapac/src/common.rs with chiptool | Nicolas Viennot | 2022-03-15 | 5 | -82/+12 |
| * | | Merge #665 | bors[bot] | 2022-03-15 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | Rebuild when the chip definition changes | Nicolas Viennot | 2022-03-15 | 1 | -0/+9 |
| * | | | Merge #661 | bors[bot] | 2022-03-15 | 2 | -74/+250 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Add support for splitting stm32 usart into TX and RX | Ulf Lilleengen | 2022-03-15 | 2 | -74/+250 |
| |/ / | |||||
| * | | 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 |
