doc: releases: add notes on device_pm_control_nop removal
Add details on the removal of device_pm_control_nop. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
cc6c9086de
commit
e6248db31d
1 changed files with 6 additions and 0 deletions
|
@ -309,6 +309,12 @@ Libraries / Subsystems
|
||||||
|
|
||||||
* Power management
|
* Power management
|
||||||
|
|
||||||
|
* ``device_pm_control_nop`` has been removed in favor of ``NULL`` when device
|
||||||
|
PM is not supported by a device. In order to make transition easier for
|
||||||
|
out-of-tree users a macro with the same name is provided as an alias to
|
||||||
|
``NULL``. The macro is flagged as deprecated to make users aware of the
|
||||||
|
change.
|
||||||
|
|
||||||
* Logging
|
* Logging
|
||||||
|
|
||||||
* LVGL
|
* LVGL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue