summaryrefslogtreecommitdiff
path: root/embassy-nrf/src/pwm.rs
AgeCommit message (Expand)Author
2022-07-23nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis
2022-07-23Remove PeripheralRef::into_inner()Dario Nieuwenhuis
2022-07-23Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis
2022-07-23WIP: Make unborrow safe to useGrant Miller
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-02-12nrf: remove OptionalPinDario Nieuwenhuis
2022-02-05Further API simplification for the single seq scenariohuntc
2022-02-04Forgot to expose the stop methodhuntc
2022-02-04Introduced the SingleSequencer and a more complex Sequencerhuntc
2022-02-04Expose PWMhuntc
2022-02-04Doco correctionhuntc
2022-02-04Introduces a Sequences structhuntc
2022-02-04Clarify why we need the mut bufferhuntc
2022-01-30Some more docohuntc
2022-01-30Revert "Own the sequence buffer"huntc
2022-01-29Own the sequence bufferhuntc
2022-01-28Now permits sequences to be mutated subsequentlyhuntc
2022-01-28Doc tidyinghuntc
2022-01-28Make the sequence a little nicer to pass aroundhuntc
2022-01-28PWM WS2812B example and per sequence confighuntc
2022-01-25Stop PWM before assigning the new sequencehuntc
2022-01-24Strengthen the borrowhuntc
2022-01-23Permit many sequences to be passedhuntc
2021-11-14nrf: pwm clarify stop and disable pin stateJacob Rosenthal
2021-11-13nrf: sequencepwm dont wait for tasks_stop afterallJacob Rosenthal
2021-11-13nrf: pwm use register resetJacob Rosenthal
2021-11-13nrf: pwm clarify stop and disable pin stateJacob Rosenthal
2021-11-13nrf: sequencepwm add eventsJacob Rosenthal
2021-11-12fix set_duty ptr writeJacob Rosenthal
2021-11-11sequence pwm remove disable fn for clarity, and disable peripheral on stopJacob Rosenthal
2021-11-11nrf: sequencepwm nitpicks for clarityJacob Rosenthal
2021-11-11nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal
2021-11-11sequence must be live while DMA runsJacob Rosenthal
2021-11-11remove const genericJacob Rosenthal
2021-11-11pwm_sequence consume bufferJacob Rosenthal
2021-11-10more commentsJacob Rosenthal
2021-11-10more commentsJacob Rosenthal
2021-11-10more commentsJacob Rosenthal
2021-11-10fix bug with config.counter_modeJacob Rosenthal
2021-11-10doccommentsJacob Rosenthal
2021-11-10dont wait seqend for sequencepwmJacob Rosenthal
2021-11-10doc comment cleanupJacob Rosenthal
2021-11-10drop the debugJacob Rosenthal
2021-11-10disconnect pwm pins on dropJacob Rosenthal
2021-11-10fix wait seqend, pwm example is slow now...Jacob Rosenthal
2021-11-10defensive dmaJacob Rosenthal
2021-11-10move state into PwmSimpleJacob Rosenthal
2021-11-10fixJacob Rosenthal
2021-11-10pwm store and deconfigure pinsJacob Rosenthal