We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba322b commit 3250345Copy full SHA for 3250345
embassy-nrf/CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- added: Add basic RTC support for nRF54L
12
- changed: apply trimming values from FICR.TRIMCNF on nrf53/54l
13
- changed: do not panic on BufferedUarte overrun
14
+- added: allow configuring the idle state of GPIO pins connected to PWM channels
15
+- changed: allow configuring the PWM peripheral in the constructor of `SimplePwm`
16
+- changed: support setting duty cycles with inverted polarity in `SimplePwm`
17
+- added: support setting the duty cycles of all channels at once in `SimplePwm`
18
19
## 0.8.0 - 2025-09-30
20
0 commit comments