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
*
Use from_bits in LoopCnt
nerwalt
2025-08-14
1
-1
/
+1
*
embassy-nrf: fix PWM loop count
Juergen Fitschen
2025-07-02
1
-3
/
+2
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-98
/
+61
*
nrf: add nrf54l base: gpio and time driver.
Dario Nieuwenhuis
2024-11-17
1
-8
/
+8
*
nrf/pwm: disconnect input.
Dario Nieuwenhuis
2024-11-04
1
-1
/
+10
*
nrf/pwm: fix bad pin assignment.
Dario Nieuwenhuis
2024-11-04
1
-1
/
+1
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-139
/
+126
*
fixup! feat(pwm): allow specifying OutputDrive for PWM channels
Giona Imperatori
2024-07-01
1
-4
/
+4
*
feat(pwm): allow specifying OutputDrive for PWM channels
Giona Imperatori
2024-07-01
1
-5
/
+53
*
fix: typo
Cyril Marpaud
2024-04-27
1
-1
/
+1
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-10
/
+6
*
nrf: Drop needless let
Priit Laes
2024-02-17
1
-2
/
+2
*
nrf: Remove useless borrows
Priit Laes
2024-02-17
1
-2
/
+2
*
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
[next]