| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stm32: update set_config | xoviat | 2023-10-01 | 2 | -2/+8 | |
| * | stm32: fix refcounts for usart, spi, and i2c | xoviat | 2023-09-04 | 2 | -0/+12 | |
| * | embassy-stm32: Misc clippy fixes | Grant Miller | 2023-08-06 | 1 | -12/+3 | |
| * | stm32: only enable async TimeoutI2c on V2 I2C peripheral | Matt Ickstadt | 2023-07-31 | 1 | -0/+8 | |
| * | stm32: add async timeout functions to I2c and TimeoutI2c | Matt Ickstadt | 2023-07-31 | 2 | -9/+135 | |
| * | stm32: add outlives bounds to TimeoutI2c impl blocks | Matt Ickstadt | 2023-07-31 | 1 | -6/+10 | |
| * | TimeoutI2c: allow ref to live shorter than peripheral | Matt Ickstadt | 2023-07-28 | 1 | -9/+11 | |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 2 | -3/+3 | |
| * | Ensure I2C master_stop() called after error | shakencodes | 2023-07-10 | 1 | -16/+36 | |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -315/+233 | |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 3 | -8/+8 | |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -3/+3 | |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 2 | -23/+39 | |
| * | Merge #1370 | bors[bot] | 2023-04-19 | 1 | -61/+49 | |
| |\ | ||||||
| | * | stm32/i2c: ignore wakes without interrupt | xoviat | 2023-04-19 | 1 | -0/+9 | |
| | * | stm32/i2c: fix races when using dma. | xoviat | 2023-04-17 | 1 | -62/+41 | |
| * | | stm32/dma: refactor. | Dario Nieuwenhuis | 2023-04-18 | 1 | -3/+3 | |
| |/ | ||||||
| * | fix I2C controller problems after NACK | Glenn Dirkx | 2023-04-10 | 1 | -1/+1 | |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 3 | -187/+119 | |
| * | Stop sampling when exiting the Saadc methods | huntc | 2023-01-18 | 1 | -2/+8 | |
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -2/+3 | |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -21/+13 | |
| * | Add more docs | chemicstry | 2022-10-24 | 1 | -0/+3 | |
| * | fmt | chemicstry | 2022-10-24 | 1 | -18/+88 | |
| * | Unify i2cv1 definition with i2cv2 | chemicstry | 2022-10-24 | 1 | -5/+17 | |
| * | Remove weird async timeouts | chemicstry | 2022-10-24 | 1 | -42/+13 | |
| * | Implement TimeoutI2c for i2cv2 | chemicstry | 2022-10-24 | 2 | -11/+11 | |
| * | Merge branch 'i2c_timeout2_v2' into i2c_timeout2 | chemicstry | 2022-10-24 | 1 | -55/+133 | |
| |\ | ||||||
| | * | i2cv2 timeouts | chemicstry | 2022-10-24 | 1 | -55/+133 | |
| * | | Add docs | chemicstry | 2022-10-24 | 1 | -0/+7 | |
| * | | Gate TimeoutI2c behind i2cv1 | chemicstry | 2022-10-24 | 1 | -2/+2 | |
| |/ | ||||||
| * | Implement time feature | chemicstry | 2022-10-24 | 1 | -0/+2 | |
| * | Implement i2cv1 timeout | chemicstry | 2022-10-24 | 3 | -23/+213 | |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 2 | -6/+6 | |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -34/+33 | |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 | |
| * | Make sda/scl pullups separate as in nRF HAL | chemicstry | 2022-08-10 | 2 | -18/+44 | |
| * | Implement I2C pullup configuration | chemicstry | 2022-08-09 | 2 | -4/+42 | |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 | |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 2 | -18/+18 | |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -8/+7 | |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 2 | -12/+6 | |
| * | Merge #850 | bors[bot] | 2022-07-10 | 2 | -0/+38 | |
| |\ | ||||||
| | * | impl SetConfig for stm32 i2c and SPI | Henrik Alsér | 2022-07-09 | 2 | -0/+38 | |
| * | | Cleanup | Henrik Alsér | 2022-07-08 | 1 | -1/+0 | |
| * | | stm32/i2c: impl ErrorType for all. | Dario Nieuwenhuis | 2022-07-07 | 1 | -1/+1 | |
| * | | NoDma | Henrik Alsér | 2022-07-07 | 1 | -3/+1 | |
| * | | Cleanup | Henrik Alsér | 2022-07-07 | 1 | -1/+0 | |
| * | | v1 fix | Henrik Alsér | 2022-07-07 | 1 | -1/+1 | |
