File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
27
27
API Changes
28
28
***********
29
29
30
+ * Emulator creation APIs have changed to better match
31
+ :c:macro: `DEVICE_DT_DEFINE `. It also includes a new backend API pointer to
32
+ allow sensors to share common APIs for more generic tests.
33
+
30
34
Changes in this release
31
35
=======================
32
36
@@ -128,6 +132,14 @@ Changes in this release
128
132
bus that enables one-to-one, one-to-many and many-to-many communication
129
133
between threads.
130
134
135
+ * zTest now supports controlling test summary printouts via the
136
+ :kconfig:option: `CONFIG_ZTEST_SUMMARY `. This Kconfig can be set to ``n `` for
137
+ less verbose test output.
138
+
139
+ * Emulators now support a backend API pointer which allows a single class of
140
+ devices to provide similar emulated functionality. This can be used to write
141
+ a single test for the class of devices and testing various boards using
142
+ different chips.
131
143
132
144
Removed APIs in this release
133
145
============================
You can’t perform that action at this time.
0 commit comments