File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ We are pleased to announce the release of Zephyr RTOS version 2.6.0.
9
9
10
10
Major enhancements with this release include:
11
11
12
+ * Logging subsystem overhauled
12
13
* Added support for 64-bit ARCv3
13
14
* Split ARM32 and ARM64, ARM64 is now a top-level architecture
14
15
* Added initial support for Arm v8.1-m and Cortex-M55
@@ -792,6 +793,14 @@ Libraries / Subsystems
792
793
793
794
* Logging
794
795
796
+ * Introduced logging v2 which allows logging any variable types (including
797
+ floating point variables). New version does not require transient string
798
+ duplication (``log_strdup() ``). Legacy mode remains and is still the default
799
+ but user API is not changed and modes are interchangeable.
800
+ ``CONFIG_LOG2_MODE_DEFERRED `` or ``CONFIG_LOG2_MODE_IMMEDIATE `` enable
801
+ logging v2. Logging backend API is extended to support v2 and the most
802
+ popular backends (UART, shell) are updated.
803
+
795
804
* LVGL
796
805
797
806
* Shell
You can’t perform that action at this time.
0 commit comments