index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
/
pwm.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not wait when the pwm is disabled
Martin Marmsoler
2024-01-27
1
-1
/
+3
*
implement retriving duty.
Martin Marmsoler
2024-01-27
1
-0
/
+5
*
add is_enabled() function
Martin Marmsoler
2024-01-26
1
-0
/
+7
*
add documentation
Martin Marmsoler
2024-01-26
1
-0
/
+1
*
use constant for the pwm clock
Martin Marmsoler
2024-01-26
1
-2
/
+3
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Removed unnecessary lifetime naming
Cameron
2023-07-05
1
-11
/
+11
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-4
/
+3
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-4
/
+18
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-5
/
+8
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-17
/
+43
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-56
/
+56
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-53
/
+39
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-62
/
+18
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-50
/
+152
*
Further API simplification for the single seq scenario
huntc
2022-02-05
1
-2
/
+2
*
Forgot to expose the stop method
huntc
2022-02-04
1
-0
/
+8
*
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
1
-41
/
+72
*
Expose PWM
huntc
2022-02-04
1
-2
/
+2
*
Doco correction
huntc
2022-02-04
1
-3
/
+3
*
Introduces a Sequences struct
huntc
2022-02-04
1
-131
/
+143
*
Clarify why we need the mut buffer
huntc
2022-02-04
1
-0
/
+2
*
Some more doco
huntc
2022-01-30
1
-0
/
+3
*
Revert "Own the sequence buffer"
huntc
2022-01-30
1
-76
/
+32
*
Own the sequence buffer
huntc
2022-01-29
1
-32
/
+76
*
Now permits sequences to be mutated subsequently
huntc
2022-01-28
1
-7
/
+17
*
Doc tidying
huntc
2022-01-28
1
-3
/
+1
*
Make the sequence a little nicer to pass around
huntc
2022-01-28
1
-17
/
+29
*
PWM WS2812B example and per sequence config
huntc
2022-01-28
1
-27
/
+62
*
Stop PWM before assigning the new sequence
huntc
2022-01-25
1
-2
/
+2
*
Strengthen the borrow
huntc
2022-01-24
1
-1
/
+1
*
Permit many sequences to be passed
huntc
2022-01-23
1
-30
/
+32
*
nrf: pwm clarify stop and disable pin state
Jacob Rosenthal
2021-11-14
1
-3
/
+4
*
nrf: sequencepwm dont wait for tasks_stop afterall
Jacob Rosenthal
2021-11-13
1
-4
/
+0
*
nrf: pwm use register reset
Jacob Rosenthal
2021-11-13
1
-16
/
+16
*
nrf: pwm clarify stop and disable pin state
Jacob Rosenthal
2021-11-13
1
-19
/
+10
*
nrf: sequencepwm add events
Jacob Rosenthal
2021-11-13
1
-0
/
+108
*
fix set_duty ptr write
Jacob Rosenthal
2021-11-12
1
-0
/
+5
*
sequence pwm remove disable fn for clarity, and disable peripheral on stop
Jacob Rosenthal
2021-11-11
1
-11
/
+2
*
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
1
-3
/
+3
*
sequence must be live while DMA runs
Jacob Rosenthal
2021-11-11
1
-1
/
+1
*
remove const generic
Jacob Rosenthal
2021-11-11
1
-7
/
+9
*
pwm_sequence consume buffer
Jacob Rosenthal
2021-11-11
1
-10
/
+8
*
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
[next]