| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | v2 fix | Henrik Alsér | 2022-07-07 | 1 | -1/+3 |
| * | | rustfmt | Henrik Alsér | 2022-07-07 | 1 | -1/+0 |
| * | | Add EH 1.0 impls for stm32 i2c | Henrik Alsér | 2022-07-07 | 2 | -0/+113 |
| |/ |
|
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 3 | -92/+25 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 3 | -4/+4 |
| * | Reset peripherals on enable | chemicstry | 2022-03-18 | 2 | -0/+2 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -48/+36 |
| * | stm32: move macrotables to embassy-stm32 build.rs | Dario Nieuwenhuis | 2022-02-26 | 1 | -1/+1 |
| * | stm32/i2c: use one static per instance instead of an array. | Dario Nieuwenhuis | 2022-02-26 | 3 | -45/+29 |
| * | stm32: centralize gpio reg access in the gpio module. | Dario Nieuwenhuis | 2022-02-24 | 2 | -20/+8 |
| * | stm32: move pin trait impls from macrotables to build.rs | Dario Nieuwenhuis | 2022-02-23 | 1 | -20/+0 |
| * | stm32: move dma trait impls from macrotables to build.rs | Dario Nieuwenhuis | 2022-02-23 | 1 | -9/+0 |
| * | Update stm32-data | Dario Nieuwenhuis | 2022-02-14 | 2 | -43/+27 |
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+7 |
| * | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ... | Dario Nieuwenhuis | 2022-02-10 | 1 | -79/+12 |
| * | Add missing `+ 'd` on unborrows. | Dario Nieuwenhuis | 2022-02-10 | 1 | -2/+2 |
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 3 | -53/+98 |
| * | stm32/i2c: allow empty transfers with async api | Sam Lakerveld | 2022-01-25 | 1 | -6/+24 |
| * | stm32/i2c: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 2 | -58/+95 |
| * | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 1 | -6/+21 |
| * | stm32/dma: improve trait docs, seal Word. | Dario Nieuwenhuis | 2021-12-08 | 1 | -2/+2 |
| * | Refactor DMA traits. | Matous Hybl | 2021-12-07 | 1 | -4/+6 |
| * | Allow unused to fix build failure in u5 | Dario Nieuwenhuis | 2021-11-17 | 1 | -0/+1 |
| * | Add implementation of async trait for STM32 I2C v2 | Ulf Lilleengen | 2021-10-21 | 1 | -20/+149 |
| * | partial alternate function configuration on STM32f1 | Tobias Pisani | 2021-10-11 | 2 | -4/+15 |
| * | Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) | Mariusz Ryndzionek | 2021-09-28 | 1 | -0/+1 |
| * | Code review request - moving `OutputType` to `mod sealed` | Mariusz Ryndzionek | 2021-09-24 | 1 | -1/+1 |
| * | Small adjustment to 'set_as_af' interface | Mariusz Ryndzionek | 2021-09-24 | 1 | -11/+3 |
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+3 |
| * | i2c-v2: Use new interrupts macro | Thales Fragoso | 2021-08-01 | 2 | -7/+7 |
| * | i2c-v2: Deref interrupt enabling in write_dma_internal | Thales Fragoso | 2021-08-01 | 1 | -2/+4 |
| * | i2c-v2: Simplify write_dma | Thales Fragoso | 2021-08-01 | 1 | -24/+9 |
| * | i2c-v2: Implement write_dma and write_dma_vectored | Thales Fragoso | 2021-08-01 | 2 | -53/+339 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 2 | -2/+2 |
| * | Update stm32-data | Thales Fragoso | 2021-07-14 | 1 | -2/+0 |
| * | i2c-v2: Implement write_vectored | Thales Fragoso | 2021-07-14 | 2 | -0/+61 |
| * | i2c-v2: Correct number of chunks calculation | Thales Fragoso | 2021-07-14 | 2 | -6/+21 |
| * | i2c-v2: Support transfers with more than 255 bytes | Thales Fragoso | 2021-07-14 | 1 | -89/+96 |
| * | Let's adjust i2c the correct way, removing the correct APBesque frequency, no... | Bob McWhirter | 2021-07-02 | 2 | -4/+4 |
| * | Remove the frequency argument for i2c, move to using RccPeripheral. | Bob McWhirter | 2021-07-01 | 3 | -5/+8 |
| * | Fix stm32 warnings | Rukai | 2021-06-06 | 3 | -32/+5 |
| * | General clean-up and removal of dead code. | Bob McWhirter | 2021-06-03 | 1 | -2/+2 |
| * | Refactor some I2c signal pin macro. | Bob McWhirter | 2021-06-03 | 1 | -11/+11 |
| * | Move DAC, I2C, SPI and RNG to macro-tables. | Bob McWhirter | 2021-06-03 | 1 | -8/+20 |
| * | more fix | Dario Nieuwenhuis | 2021-05-31 | 1 | -1/+0 |
| * | More fixes | Dario Nieuwenhuis | 2021-05-31 | 1 | -9/+7 |
| * | Add stm32-metapac crate, with codegen in rust | Dario Nieuwenhuis | 2021-05-31 | 1 | -2/+2 |
| * | i2c v1 | Bob McWhirter | 2021-05-25 | 2 | -0/+409 |
| * | Finalize i2c v2. | Bob McWhirter | 2021-05-25 | 2 | -0/+552 |