aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #497bors[bot]2021-11-222-2/+15
|\
| * Some documentation corrections and expansionhuntc2021-11-222-2/+15
|/
* Merge #496bors[bot]2021-11-211-0/+7
|\
| * Fix warning for field never used.Wilfried Chauveau2021-11-211-0/+7
* | Merge #494bors[bot]2021-11-211-10/+188
|\ \
| * | nrf: saadc do not reexport pac enumsJacob Rosenthal2021-11-201-10/+188
| |/
* | Merge #495bors[bot]2021-11-215-15/+49
|\ \ | |/ |/|
| * Update embassy-nrf with lifetime bounds on gpio implementations.Wilfried Chauveau2021-11-211-3/+13
| * Fix missing lifetime boundsWilfried Chauveau2021-11-214-12/+36
|/
* Merge #493bors[bot]2021-11-172-0/+1
|\
| * Allow unused to fix build failure in u5Dario Nieuwenhuis2021-11-171-0/+1
| * Update stm32-dataDario Nieuwenhuis2021-11-171-0/+0
|/
* Merge #492bors[bot]2021-11-171-5/+2
|\
| * Adjust the config.toml for U5.Bob McWhirter2021-11-171-5/+2
|/
* Merge #488bors[bot]2021-11-1514-16/+4
|\
| * Remove unused depsDario Nieuwenhuis2021-11-1514-16/+4
|/
* Merge #487bors[bot]2021-11-1527-279/+102
|\
| * Move to the newly released bxcan crate that supports defmt 0.3.Bob McWhirter2021-11-151-1/+1
| * Adjust for bxcan API.Bob McWhirter2021-11-151-3/+4
| * Further cargo muckings for smol/defmt.Bob McWhirter2021-11-152-3/+7
| * Remove extraneous defmt-trace feature.Bob McWhirter2021-11-151-1/+1
| * Adjust all examples to defmt 0.3.Bob McWhirter2021-11-1512-174/+53
| * Update to defmt 3.0ish.Bob McWhirter2021-11-1514-98/+37
|/
* Merge #484bors[bot]2021-11-124-150/+27
|\
| * fix set_duty ptr writeJacob Rosenthal2021-11-121-0/+5
| * pwm_sequence show implicit and explicit stop functionalityJacob Rosenthal2021-11-111-3/+6
| * sequence pwm remove disable fn for clarity, and disable peripheral on stopJacob Rosenthal2021-11-111-11/+2
| * pwm_servo example comment for clarityJacob Rosenthal2021-11-111-0/+1
| * nrf: dump the pwm_sequence example for clarityJacob Rosenthal2021-11-112-129/+9
| * nrf: sequencepwm nitpicks for clarityJacob Rosenthal2021-11-111-6/+3
| * nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-112-4/+4
| * fixJacob Rosenthal2021-11-111-2/+2
| * sequence must be live while DMA runsJacob Rosenthal2021-11-111-1/+1
| * fixJacob Rosenthal2021-11-111-2/+8
| * remove const genericJacob Rosenthal2021-11-111-7/+9
| * pwm_sequence consume bufferJacob Rosenthal2021-11-112-17/+9
|/
* Merge #455bors[bot]2021-11-116-53/+605
|\
| * more commentsJacob Rosenthal2021-11-101-1/+1
| * more commentsJacob Rosenthal2021-11-101-2/+2
| * more commentsJacob Rosenthal2021-11-101-3/+6
| * fix bug with config.counter_modeJacob Rosenthal2021-11-101-2/+4
| * doccommentsJacob Rosenthal2021-11-101-3/+3
| * dont wait seqend for sequencepwmJacob Rosenthal2021-11-101-16/+0
| * remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-103-59/+87
| * doc comment cleanupJacob Rosenthal2021-11-101-2/+4
| * drop the debugJacob Rosenthal2021-11-101-4/+0
| * disconnect pwm pins on dropJacob Rosenthal2021-11-101-0/+12
| * fix wait seqend, pwm example is slow now...Jacob Rosenthal2021-11-101-6/+6
| * fix examples for mut self set_dutyJacob Rosenthal2021-11-103-3/+3
| * defensive dmaJacob Rosenthal2021-11-101-2/+30