| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #497 | bors[bot] | 2021-11-22 | 2 | -2/+15 |
| |\ | |||||
| | * | Some documentation corrections and expansion | huntc | 2021-11-22 | 2 | -2/+15 |
| |/ | |||||
| * | Merge #496 | bors[bot] | 2021-11-21 | 1 | -0/+7 |
| |\ | |||||
| | * | Fix warning for field never used. | Wilfried Chauveau | 2021-11-21 | 1 | -0/+7 |
| * | | Merge #494 | bors[bot] | 2021-11-21 | 1 | -10/+188 |
| |\ \ | |||||
| | * | | nrf: saadc do not reexport pac enums | Jacob Rosenthal | 2021-11-20 | 1 | -10/+188 |
| | |/ | |||||
| * | | Merge #495 | bors[bot] | 2021-11-21 | 5 | -15/+49 |
| |\ \ | |/ |/| | |||||
| | * | Update embassy-nrf with lifetime bounds on gpio implementations. | Wilfried Chauveau | 2021-11-21 | 1 | -3/+13 |
| | * | Fix missing lifetime bounds | Wilfried Chauveau | 2021-11-21 | 4 | -12/+36 |
| |/ | |||||
| * | Merge #493 | bors[bot] | 2021-11-17 | 2 | -0/+1 |
| |\ | |||||
| | * | Allow unused to fix build failure in u5 | Dario Nieuwenhuis | 2021-11-17 | 1 | -0/+1 |
| | * | Update stm32-data | Dario Nieuwenhuis | 2021-11-17 | 1 | -0/+0 |
| |/ | |||||
| * | Merge #492 | bors[bot] | 2021-11-17 | 1 | -5/+2 |
| |\ | |||||
| | * | Adjust the config.toml for U5. | Bob McWhirter | 2021-11-17 | 1 | -5/+2 |
| |/ | |||||
| * | Merge #488 | bors[bot] | 2021-11-15 | 14 | -16/+4 |
| |\ | |||||
| | * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 14 | -16/+4 |
| |/ | |||||
| * | Merge #487 | bors[bot] | 2021-11-15 | 27 | -279/+102 |
| |\ | |||||
| | * | Move to the newly released bxcan crate that supports defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 |
| | * | Adjust for bxcan API. | Bob McWhirter | 2021-11-15 | 1 | -3/+4 |
| | * | Further cargo muckings for smol/defmt. | Bob McWhirter | 2021-11-15 | 2 | -3/+7 |
| | * | Remove extraneous defmt-trace feature. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 |
| | * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 12 | -174/+53 |
| | * | Update to defmt 3.0ish. | Bob McWhirter | 2021-11-15 | 14 | -98/+37 |
| |/ | |||||
| * | Merge #484 | bors[bot] | 2021-11-12 | 4 | -150/+27 |
| |\ | |||||
| | * | fix set_duty ptr write | Jacob Rosenthal | 2021-11-12 | 1 | -0/+5 |
| | * | pwm_sequence show implicit and explicit stop functionality | Jacob Rosenthal | 2021-11-11 | 1 | -3/+6 |
| | * | sequence pwm remove disable fn for clarity, and disable peripheral on stop | Jacob Rosenthal | 2021-11-11 | 1 | -11/+2 |
| | * | pwm_servo example comment for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -0/+1 |
| | * | nrf: dump the pwm_sequence example for clarity | Jacob Rosenthal | 2021-11-11 | 2 | -129/+9 |
| | * | nrf: sequencepwm nitpicks for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -6/+3 |
| | * | nrf: sequencepwm rename top to max_duty for consistancy | Jacob Rosenthal | 2021-11-11 | 2 | -4/+4 |
| | * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+2 |
| | * | sequence must be live while DMA runs | Jacob Rosenthal | 2021-11-11 | 1 | -1/+1 |
| | * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+8 |
| | * | remove const generic | Jacob Rosenthal | 2021-11-11 | 1 | -7/+9 |
| | * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 2 | -17/+9 |
| |/ | |||||
| * | Merge #455 | bors[bot] | 2021-11-11 | 6 | -53/+605 |
| |\ | |||||
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -1/+1 |
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -2/+2 |
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -3/+6 |
| | * | fix bug with config.counter_mode | Jacob Rosenthal | 2021-11-10 | 1 | -2/+4 |
| | * | doccomments | Jacob Rosenthal | 2021-11-10 | 1 | -3/+3 |
| | * | dont wait seqend for sequencepwm | Jacob Rosenthal | 2021-11-10 | 1 | -16/+0 |
| | * | remove unstable feature and dependency, and make pwm_sequence a near mirror o... | Jacob Rosenthal | 2021-11-10 | 3 | -59/+87 |
| | * | doc comment cleanup | Jacob Rosenthal | 2021-11-10 | 1 | -2/+4 |
| | * | drop the debug | Jacob Rosenthal | 2021-11-10 | 1 | -4/+0 |
| | * | disconnect pwm pins on drop | Jacob Rosenthal | 2021-11-10 | 1 | -0/+12 |
| | * | fix wait seqend, pwm example is slow now... | Jacob Rosenthal | 2021-11-10 | 1 | -6/+6 |
| | * | fix examples for mut self set_duty | Jacob Rosenthal | 2021-11-10 | 3 | -3/+3 |
| | * | defensive dma | Jacob Rosenthal | 2021-11-10 | 1 | -2/+30 |
