aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
* | Provides AsyncWrite with flushhuntc2021-12-101-0/+14
|/
* Keep Clippy happyhuntc2021-12-081-1/+1
* Applies the Uarte patchhuntc2021-12-082-57/+56
* nrf/gpiote: fix build for nrf9160Dario Nieuwenhuis2021-12-021-3/+3
* Rationale for uarte usagehuntc2021-12-012-0/+15
* Removed unsafe from uartehuntc2021-12-012-24/+18
* Merge #486bors[bot]2021-11-261-37/+133
|\
| * nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-141-3/+4
| * nrf: sequencepwm dont wait for tasks_stop afterallJacob Rosenthal2021-11-131-4/+0
| * nrf: pwm use register resetJacob Rosenthal2021-11-131-16/+16
| * nrf: pwm clarify stop and disable pin stateJacob Rosenthal2021-11-131-19/+10
| * nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+108
* | Some documentation corrections and expansionhuntc2021-11-221-1/+1
* | Merge #494bors[bot]2021-11-211-10/+188
|\ \
| * | nrf: saadc do not reexport pac enumsJacob Rosenthal2021-11-201-10/+188
* | | Update embassy-nrf with lifetime bounds on gpio implementations.Wilfried Chauveau2021-11-211-3/+13
|/ /
* / Update to defmt 3.0ish.Bob McWhirter2021-11-151-7/+1
|/
* fix set_duty ptr writeJacob Rosenthal2021-11-121-0/+5
* sequence pwm remove disable fn for clarity, and disable peripheral on stopJacob Rosenthal2021-11-111-11/+2
* nrf: sequencepwm nitpicks for clarityJacob Rosenthal2021-11-111-6/+3
* nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-111-3/+3
* sequence must be live while DMA runsJacob Rosenthal2021-11-111-1/+1
* remove const genericJacob Rosenthal2021-11-111-7/+9
* pwm_sequence consume bufferJacob Rosenthal2021-11-111-10/+8
* Merge #455bors[bot]2021-11-112-51/+392
|\
| * 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
| * 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
| * defensive dmaJacob Rosenthal2021-11-101-2/+30
| * move state into PwmSimpleJacob Rosenthal2021-11-101-31/+20
| * fixJacob Rosenthal2021-11-101-1/+1
| * pwm store and deconfigure pinsJacob Rosenthal2021-11-101-7/+51
| * fix slice_in_ram for arbitrary size typesJacob Rosenthal2021-11-031-2/+2
| * clean up some todo comments around infinite playJacob Rosenthal2021-11-031-2/+0
| * make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-031-65/+78
| * rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-031-14/+8
| * fix safety commentsJacob Rosenthal2021-11-031-2/+2
| * intenset in a noopJacob Rosenthal2021-11-031-2/+0
| * make both news configure registers in same orderJacob Rosenthal2021-11-031-11/+12
| * restore example and add set_time_stretch apiJacob Rosenthal2021-11-031-0/+6
| * set_duty does indeed loop foreverJacob Rosenthal2021-11-021-15/+11
| * rename error enum againJacob Rosenthal2021-11-021-2/+2
| * seperate start from pwmseq::newJacob Rosenthal2021-11-011-12/+25