| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #597 | bors[bot] | 2022-02-07 | 4 | -70/+88 |
| |\ | |||||
| | * | Update stm32-data, update build scripts for new schema. | Dario Nieuwenhuis | 2022-02-07 | 4 | -70/+88 |
| |/ | |||||
| * | Merge #591 | bors[bot] | 2022-02-05 | 5 | -129/+368 |
| |\ | |||||
| | * | Further API simplification for the single seq scenario | huntc | 2022-02-05 | 4 | -11/+8 |
| | * | Removed unrequired clone | huntc | 2022-02-04 | 1 | -1/+1 |
| | * | Forgot to expose the stop method | huntc | 2022-02-04 | 1 | -0/+8 |
| | * | Introduced the SingleSequencer and a more complex Sequencer | huntc | 2022-02-04 | 5 | -68/+134 |
| | * | Small correction to times | huntc | 2022-02-04 | 1 | -1/+1 |
| | * | Revert the use of forever | huntc | 2022-02-04 | 1 | -7/+2 |
| | * | Update another example | huntc | 2022-02-04 | 1 | -13/+14 |
| | * | Expose PWM | huntc | 2022-02-04 | 3 | -13/+19 |
| | * | Doco correction | huntc | 2022-02-04 | 1 | -3/+3 |
| | * | Introduces a Sequences struct | huntc | 2022-02-04 | 2 | -152/+161 |
| | * | Clarify why we need the mut buffer | huntc | 2022-02-04 | 1 | -0/+2 |
| | * | Some more doco | huntc | 2022-01-30 | 2 | -2/+5 |
| | * | Revert "Own the sequence buffer" | huntc | 2022-01-30 | 4 | -108/+68 |
| | * | Own the sequence buffer | huntc | 2022-01-29 | 4 | -68/+108 |
| | * | Now permits sequences to be mutated subsequently | huntc | 2022-01-28 | 4 | -21/+58 |
| | * | Doc tidying | huntc | 2022-01-28 | 1 | -3/+1 |
| | * | Make the sequence a little nicer to pass around | huntc | 2022-01-28 | 4 | -44/+52 |
| | * | PWM WS2812B example and per sequence config | huntc | 2022-01-28 | 4 | -36/+145 |
| * | | Merge #596 | bors[bot] | 2022-02-05 | 5 | -31/+68 |
| |\ \ | |||||
| | * | | stm32/dma: fix interrupt codegen for new stm32-data | Dario Nieuwenhuis | 2022-02-05 | 4 | -31/+68 |
| | * | | update stm32-data | Dario Nieuwenhuis | 2022-02-05 | 1 | -0/+0 |
| |/ / | |||||
| * | | Merge pull request #593 from embassy-rs/remove-traits | Dario Nieuwenhuis | 2022-02-05 | 32 | -294/+135 |
| |\ \ | |||||
| | * | | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 32 | -294/+135 |
| | |/ | |||||
| * | | Merge #595 | bors[bot] | 2022-02-02 | 2 | -2/+6 |
| |\ \ | |/ |/| | |||||
| | * | stm32f3: fix nonexistent cfg tests | Greg V | 2022-02-02 | 2 | -2/+6 |
| |/ | |||||
| * | Merge #592 | bors[bot] | 2022-01-26 | 33 | -667/+611 |
| |\ | |||||
| | * | Add unstable-traits for stm32 to CI | Ulf Lilleengen | 2022-01-26 | 1 | -0/+13 |
| | * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 32 | -667/+598 |
| |/ | |||||
| * | Merge #589 | bors[bot] | 2022-01-25 | 2 | -8/+26 |
| |\ | |||||
| | * | stm32/i2c: allow empty transfers with async api | Sam Lakerveld | 2022-01-25 | 2 | -8/+26 |
| * | | Merge #590 | bors[bot] | 2022-01-25 | 3 | -4/+4 |
| |\ \ | |||||
| | * | | Stop PWM before assigning the new sequence | huntc | 2022-01-25 | 3 | -4/+4 |
| |/ / | |||||
| * | | Merge #585 | bors[bot] | 2022-01-24 | 3 | -49/+45 |
| |\ \ | |/ |/| | |||||
| | * | Strengthen the borrow | huntc | 2022-01-24 | 3 | -3/+3 |
| | * | Permit many sequences to be passed | huntc | 2022-01-23 | 3 | -47/+43 |
| * | | Merge #587 | bors[bot] | 2022-01-24 | 1 | -0/+0 |
| |\ \ | |||||
| | * | | Update stm32-data | Dario Nieuwenhuis | 2022-01-24 | 1 | -0/+0 |
| |/ / | |||||
| * | | Merge #586 | bors[bot] | 2022-01-24 | 18 | -42/+131 |
| |\ \ | |/ |/| | |||||
| | * | stm32/ci: add stm32f410tb, time-driver-any | Dario Nieuwenhuis | 2022-01-24 | 1 | -12/+13 |
| | * | stm32/rcc: fix stm32f410 | Dario Nieuwenhuis | 2022-01-24 | 1 | -4/+8 |
| | * | stm32: add tim4, tim5 support for time-driver (stm32f410 doesn't have tim2, t... | Dario Nieuwenhuis | 2022-01-24 | 3 | -1/+23 |
| | * | stm32: add `time-driver-any` cargo feature that automatically picks one avail... | Dario Nieuwenhuis | 2022-01-24 | 16 | -26/+88 |
| |/ | |||||
| * | Merge #581 | bors[bot] | 2022-01-19 | 78 | -584/+736 |
| |\ | |||||
| | * | stm32/spi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 12 | -174/+203 |
| | * | stm32/dma: make lowlevel api take ptrs instead of slices. | Dario Nieuwenhuis | 2022-01-19 | 3 | -29/+48 |
| | * | stm32/i2c: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 4 | -61/+96 |
| | * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 13 | -40/+49 |
