Skip to content

Commit b045046

Browse files
committed
doc: release notes: added opamp release notes
Added opamp driver and example support to release notes for release 4.3 Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
1 parent 7f8fd78 commit b045046

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ New APIs and options
8585

8686
* :c:struct:`bt_audio_codec_cfg` now contains a target_latency and a target_phy option
8787

88+
<<<<<<< HEAD
8889
* Logging:
8990

9091
* Added rate-limited logging macros to prevent log flooding when messages are generated frequently.
@@ -105,6 +106,13 @@ New APIs and options
105106
* :c:macro:`LOG_HEXDUMP_WRN_RATELIMIT_RATE` - Rate-limited warning hexdump macro (explicit rate)
106107
* :c:macro:`LOG_HEXDUMP_INF_RATELIMIT_RATE` - Rate-limited info hexdump macro (explicit rate)
107108
* :c:macro:`LOG_HEXDUMP_DBG_RATELIMIT_RATE` - Rate-limited debug hexdump macro (explicit rate)
109+
=======
110+
* Opamp
111+
112+
* Introduced opamp device driver subsystem selected with :kconfig:option:`CONFIG_OPAMP`
113+
* Added support for NXP OPAMP (:dtcompatible:`nordic,opamp`)
114+
* Added support for NXP OPAMP_FAST (:dtcompatible:`nxp,opamp_fast`)
115+
>>>>>>> 439e216b597 (doc: release notes: added opamp release notes)
108116

109117
* Power management
110118

@@ -148,6 +156,8 @@ New Drivers
148156
New Samples
149157
***********
150158

159+
* Added a new sample :zephyr:code-sample:`opamp_output_measure` showing how to use the opamp device driver.
160+
151161
..
152162
Same as above for boards and drivers, this will also be recomputed at the time of the release.
153163
Just link the sample, further details go in the sample documentation itself.

0 commit comments

Comments
 (0)