Skip to content

Commit 1687f82

Browse files
yperessstephanosio
authored andcommitted
doc: Add release notes emulators and ztest
Add documentaiton about API changes in emulators as well as newly supported test summary Kconfig. Signed-off-by: Yuval Peress <[email protected]>
1 parent e0de642 commit 1687f82

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
2727
API Changes
2828
***********
2929

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+
3034
Changes in this release
3135
=======================
3236

@@ -128,6 +132,14 @@ Changes in this release
128132
bus that enables one-to-one, one-to-many and many-to-many communication
129133
between threads.
130134

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.
131143

132144
Removed APIs in this release
133145
============================

0 commit comments

Comments
 (0)