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 8757978 commit 6a0edacCopy full SHA for 6a0edac
doc/releases/release-notes-4.3.rst
@@ -1295,6 +1295,15 @@ New Samples
1295
Libraries / Subsystems
1296
**********************
1297
1298
+* Firmware
1299
+
1300
+ * SCMI
1301
1302
+ * Added :kconfig:option:`ARM_SCMI_CHAN_SEM_TIMEOUT_USEC` to allow configuring the channel semaphore timeout.
1303
+ * Use :c:func:`scmi_status_to_errno` directly for checking the returned command status code.
1304
+ * Added new parameter to :c:func:`scmi_send_message` allowing users to specify if they want to use polling or not.
1305
+ * [NXP] Various additions related to the NXP-specific CPU protocol.
1306
1307
* Logging:
1308
1309
* Added hybrid rate-limited logging macros to prevent log flooding when messages are generated frequently.
0 commit comments