Skip to content

Commit ca556db

Browse files
javlandsnashif
authored andcommitted
doc: releases: 4.4: Add PWM events
Add an entry for the addition of PWM events Signed-off-by: Jaro Van Landschoot <[email protected]>
1 parent 9be9684 commit ca556db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/releases/release-notes-4.4.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ New APIs and options
119119
* :kconfig:option:`CONFIG_NVMEM_FLASH`
120120
* :kconfig:option:`CONFIG_NVMEM_FLASH_WRITE`
121121

122+
* PWM
123+
124+
* Extended API with PWM events
125+
126+
* :c:struct:`pwm_event_callback` to hold a pwm event callback
127+
* :c:func:`pwm_init_event_callback` to help initialize a :c:struct:`pwm_event_callback` object
128+
* :c:func:`pwm_add_event_callback` to add a callback
129+
* :c:func:`pwm_remove_event_callback` to remove a callback
130+
* :c:member:`manage_event_callback` in :c:struct:`pwm_driver_api` to manage pwm events
131+
* :kconfig:option:`CONFIG_PWM_EVENT`
132+
122133
* Power
123134

124135
* The new ``voltage-scale`` property of :dtcompatible:`st,stm32u5-pwr` can be used to

0 commit comments

Comments
 (0)