aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #597bors[bot]2022-02-074-70/+88
|\
| * Update stm32-data, update build scripts for new schema.Dario Nieuwenhuis2022-02-074-70/+88
|/
* Merge #591bors[bot]2022-02-055-129/+368
|\
| * Further API simplification for the single seq scenariohuntc2022-02-054-11/+8
| * Removed unrequired clonehuntc2022-02-041-1/+1
| * Forgot to expose the stop methodhuntc2022-02-041-0/+8
| * Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-045-68/+134
| * Small correction to timeshuntc2022-02-041-1/+1
| * Revert the use of foreverhuntc2022-02-041-7/+2
| * Update another examplehuntc2022-02-041-13/+14
| * Expose PWMhuntc2022-02-043-13/+19
| * Doco correctionhuntc2022-02-041-3/+3
| * Introduces a Sequences structhuntc2022-02-042-152/+161
| * Clarify why we need the mut bufferhuntc2022-02-041-0/+2
| * Some more docohuntc2022-01-302-2/+5
| * Revert "Own the sequence buffer"huntc2022-01-304-108/+68
| * Own the sequence bufferhuntc2022-01-294-68/+108
| * Now permits sequences to be mutated subsequentlyhuntc2022-01-284-21/+58
| * Doc tidyinghuntc2022-01-281-3/+1
| * Make the sequence a little nicer to pass aroundhuntc2022-01-284-44/+52
| * PWM WS2812B example and per sequence confighuntc2022-01-284-36/+145
* | Merge #596bors[bot]2022-02-055-31/+68
|\ \
| * | stm32/dma: fix interrupt codegen for new stm32-dataDario Nieuwenhuis2022-02-054-31/+68
| * | update stm32-dataDario Nieuwenhuis2022-02-051-0/+0
|/ /
* | Merge pull request #593 from embassy-rs/remove-traitsDario Nieuwenhuis2022-02-0532-294/+135
|\ \
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-2732-294/+135
| |/
* | Merge #595bors[bot]2022-02-022-2/+6
|\ \ | |/ |/|
| * stm32f3: fix nonexistent cfg testsGreg V2022-02-022-2/+6
|/
* Merge #592bors[bot]2022-01-2633-667/+611
|\
| * Add unstable-traits for stm32 to CIUlf Lilleengen2022-01-261-0/+13
| * Support unstable-trait feature for stm32Ulf Lilleengen2022-01-2632-667/+598
|/
* Merge #589bors[bot]2022-01-252-8/+26
|\
| * stm32/i2c: allow empty transfers with async apiSam Lakerveld2022-01-252-8/+26
* | Merge #590bors[bot]2022-01-253-4/+4
|\ \
| * | Stop PWM before assigning the new sequencehuntc2022-01-253-4/+4
|/ /
* | Merge #585bors[bot]2022-01-243-49/+45
|\ \ | |/ |/|
| * Strengthen the borrowhuntc2022-01-243-3/+3
| * Permit many sequences to be passedhuntc2022-01-233-47/+43
* | Merge #587bors[bot]2022-01-241-0/+0
|\ \
| * | Update stm32-dataDario Nieuwenhuis2022-01-241-0/+0
|/ /
* | Merge #586bors[bot]2022-01-2418-42/+131
|\ \ | |/ |/|
| * stm32/ci: add stm32f410tb, time-driver-anyDario Nieuwenhuis2022-01-241-12/+13
| * stm32/rcc: fix stm32f410Dario Nieuwenhuis2022-01-241-4/+8
| * stm32: add tim4, tim5 support for time-driver (stm32f410 doesn't have tim2, t...Dario Nieuwenhuis2022-01-243-1/+23
| * stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-2416-26/+88
|/
* Merge #581bors[bot]2022-01-1978-584/+736
|\
| * stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-1912-174/+203
| * stm32/dma: make lowlevel api take ptrs instead of slices.Dario Nieuwenhuis2022-01-193-29/+48
| * stm32/i2c: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-194-61/+96
| * stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-1913-40/+49