File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ New APIs and options
85
85
86
86
* :c:struct: `bt_audio_codec_cfg ` now contains a target_latency and a target_phy option
87
87
88
+ <<<<<<< HEAD
88
89
* Logging:
89
90
90
91
* Added rate-limited logging macros to prevent log flooding when messages are generated frequently.
@@ -105,6 +106,13 @@ New APIs and options
105
106
* :c:macro: `LOG_HEXDUMP_WRN_RATELIMIT_RATE ` - Rate-limited warning hexdump macro (explicit rate)
106
107
* :c:macro: `LOG_HEXDUMP_INF_RATELIMIT_RATE ` - Rate-limited info hexdump macro (explicit rate)
107
108
* :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)
108
116
109
117
* Power management
110
118
@@ -148,6 +156,8 @@ New Drivers
148
156
New Samples
149
157
***********
150
158
159
+ * Added a new sample :zephyr:code-sample: `opamp_output_measure ` showing how to use the opamp device driver.
160
+
151
161
..
152
162
Same as above for boards and drivers, this will also be recomputed at the time of the release.
153
163
Just link the sample, further details go in the sample documentation itself.
You can’t perform that action at this time.
0 commit comments