index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
/
pwm.rs
Age
Commit message (
Expand
)
Author
2022-07-23
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
WIP: Make unborrow safe to use
Grant Miller
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-02-12
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-05
Further API simplification for the single seq scenario
huntc
2022-02-04
Forgot to expose the stop method
huntc
2022-02-04
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
Expose PWM
huntc
2022-02-04
Doco correction
huntc
2022-02-04
Introduces a Sequences struct
huntc
2022-02-04
Clarify why we need the mut buffer
huntc
2022-01-30
Some more doco
huntc
2022-01-30
Revert "Own the sequence buffer"
huntc
2022-01-29
Own the sequence buffer
huntc
2022-01-28
Now permits sequences to be mutated subsequently
huntc
2022-01-28
Doc tidying
huntc
2022-01-28
Make the sequence a little nicer to pass around
huntc
2022-01-28
PWM WS2812B example and per sequence config
huntc
2022-01-25
Stop PWM before assigning the new sequence
huntc
2022-01-24
Strengthen the borrow
huntc
2022-01-23
Permit many sequences to be passed
huntc
2021-11-14
nrf: pwm clarify stop and disable pin state
Jacob Rosenthal
2021-11-13
nrf: sequencepwm dont wait for tasks_stop afterall
Jacob Rosenthal
2021-11-13
nrf: pwm use register reset
Jacob Rosenthal
2021-11-13
nrf: pwm clarify stop and disable pin state
Jacob Rosenthal
2021-11-13
nrf: sequencepwm add events
Jacob Rosenthal
2021-11-12
fix set_duty ptr write
Jacob Rosenthal
2021-11-11
sequence pwm remove disable fn for clarity, and disable peripheral on stop
Jacob Rosenthal
2021-11-11
nrf: sequencepwm nitpicks for clarity
Jacob Rosenthal
2021-11-11
nrf: sequencepwm rename top to max_duty for consistancy
Jacob Rosenthal
2021-11-11
sequence must be live while DMA runs
Jacob Rosenthal
2021-11-11
remove const generic
Jacob Rosenthal
2021-11-11
pwm_sequence consume buffer
Jacob Rosenthal
2021-11-10
more comments
Jacob Rosenthal
2021-11-10
more comments
Jacob Rosenthal
2021-11-10
more comments
Jacob Rosenthal
2021-11-10
fix bug with config.counter_mode
Jacob Rosenthal
2021-11-10
doccomments
Jacob Rosenthal
2021-11-10
dont wait seqend for sequencepwm
Jacob Rosenthal
2021-11-10
doc comment cleanup
Jacob Rosenthal
2021-11-10
drop the debug
Jacob Rosenthal
2021-11-10
disconnect pwm pins on drop
Jacob Rosenthal
2021-11-10
fix wait seqend, pwm example is slow now...
Jacob Rosenthal
2021-11-10
defensive dma
Jacob Rosenthal
2021-11-10
move state into PwmSimple
Jacob Rosenthal
2021-11-10
fix
Jacob Rosenthal
2021-11-10
pwm store and deconfigure pins
Jacob Rosenthal
[next]