| Commit message (Expand) | Author | Age | Files | Lines |
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -1/+1 |
| * | stm32: document hrtim, qspi, sdmmc, spi. | Dario Nieuwenhuis | 2023-12-19 | 1 | -1/+45 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+1 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -74/+60 |
| * | make set_config concrete methods public again | Scott Mabin | 2023-10-12 | 1 | -4/+3 |
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -2/+1 |
| * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 |
| * | stm32: update set_config | xoviat | 2023-10-01 | 1 | -2/+5 |
| * | stm32: Implement `set_config` for Uart structs | Scott Mabin | 2023-09-17 | 1 | -2/+2 |
| * | stm32: fix refcounts for usart, spi, and i2c | xoviat | 2023-09-04 | 1 | -0/+2 |
| * | embassy-stm32: Misc clippy fixes | Grant Miller | 2023-08-06 | 1 | -6/+6 |
| * | Move frequency to SPI config | bofh | 2023-07-30 | 1 | -17/+49 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -18/+5 |
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -157/+123 |
| * | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 1 | -0/+15 |
| |\ |
|
| | * | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 1 | -0/+15 |
| * | | Simplify SUBGHZSPI configuration. | ceekdee | 2023-05-04 | 1 | -2/+2 |
| * | | Handle SUBGHZSPI as async. | ceekdee | 2023-05-03 | 1 | -3/+8 |
| |/ |
|
| * | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 1 | -1/+1 |
| * | stm32/spi: add new_txonly_nosck constructor, for neopixels, with an example i... | anton smeenk | 2023-04-18 | 1 | -0/+17 |
| * | stm32/spi: add support for all word sizes. | Dario Nieuwenhuis | 2023-04-18 | 1 | -73/+93 |
| * | stm32/dma: refactor. | Dario Nieuwenhuis | 2023-04-18 | 1 | -9/+14 |
| * | stm32/spi: add v4/v5 support (for H5). | Dario Nieuwenhuis | 2023-04-10 | 1 | -36/+36 |
| * | stm32/spi: fix occasional data corruption | Patrick Oppenlander | 2023-03-01 | 1 | -2/+4 |
| * | STM32 SPI: Set clk-pin pull-up/-down to match spi clock polarity | Ralf | 2023-02-06 | 1 | -2/+8 |
| * | Let repeated clock byte be singular pointer and not array pointer | Rasmus Melchior Jacobsen | 2022-12-23 | 1 | -1/+1 |
| * | fix(stm32): Ensure that gpio speed is VeryHigh for all spi versions | Rasmus Melchior Jacobsen | 2022-12-23 | 1 | -7/+3 |
| * | fix(stm32): Align with updated dma::write_repeated signature | Rasmus Melchior Jacobsen | 2022-12-23 | 1 | -2/+2 |
| * | embassy-stm32: Allow SPI with DMA to implement blocking embbeded-hal traits | Guillaume MICHEL | 2022-11-30 | 1 | -6/+6 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -22/+10 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -4/+4 |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | Merge #839 | bors[bot] | 2022-09-04 | 1 | -0/+13 |
| |\ |
|
| | * | Use `pub(crate)` visibility for internal SPI | Timo Kröger | 2022-08-26 | 1 | -1/+2 |
| | * | stm32wl: Do not require external SPI pins for SUBGHZ | Timo Kröger | 2022-08-26 | 1 | -0/+12 |
| * | | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -37/+31 |
| |/ |
|
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -35/+35 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -23/+22 |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 1 | -24/+12 |
| * | impl SetConfig for stm32 i2c and SPI | Henrik Alsér | 2022-07-09 | 1 | -0/+8 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -49/+15 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. | Dario Nieuwenhuis | 2022-04-27 | 1 | -44/+43 |
| * | SDIO working on stm32f4 | chemicstry | 2022-03-16 | 1 | -4/+16 |
| * | stm32/spi: fix blocking transfer hanging after async. | Dario Nieuwenhuis | 2022-03-15 | 1 | -0/+4 |
| * | stm32/spi: Clear rx fifo in blocking methods | Grant Miller | 2022-03-14 | 1 | -1/+4 |
| * | stm32/spi: do not clear rxfifo in SPIv3, the hw already does it. | Dario Nieuwenhuis | 2022-03-15 | 1 | -2/+7 |