Skip to content

Commit 7adacb7

Browse files
Yuval Peressfabiobaltieri
authored andcommitted
docs: testsuite and emul 3.2 release notes
Add release notes for both the emulation and test suite subsystems Signed-off-by: Yuval Peress <[email protected]>
1 parent 292fde1 commit 7adacb7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,11 @@ Libraries / Subsystems
13011301

13021302
* Emul
13031303

1304+
* Added :c:macro:`EMUL_DT_DEFINE` and :c:macro:`EMUL_DT_INST_DEFINE` to mirror
1305+
:c:macro:`DEVICE_DT_DEFINE` and :c:macro:`DEVICE_DT_INST_DEFINE` respectively.
1306+
* Added :c:macro:`EMUL_DT_GET` to mirror :c:macro:`DEVICE_DT_GET`.
1307+
* Removed the need to manually register emulators in their init function (automatically done).
1308+
13041309
* Filesystem
13051310

13061311
* Added cash used to reduce the NVS data lookup time, see
@@ -1431,6 +1436,17 @@ Libraries / Subsystems
14311436

14321437
* Testsuite
14331438

1439+
* Added Kconfig support to ``unit_testing`` platform.
1440+
* Migrate tests to use :kconfig:option:`CONFIG_ZTEST_NEW_API`
1441+
* Add ztest options for shuffling tests/suites via:
1442+
1443+
* :kconfig:option:`CONFIG_ZTEST_SHUFFLE`
1444+
* :kconfig:option:`CONFIG_ZTEST_SHUFFLE_SUITE_REPEAT_COUNT`
1445+
* :kconfig:option:`CONFIG_ZTEST_SHUFFLE_TEST_REPEAT_COUNT`
1446+
1447+
* Add ztest native_posix command line arguments for running specific tests/suites using
1448+
``--test suite_name:*`` or ``--test suite_name::test_name`` command line arguments.
1449+
14341450
* Tracing
14351451

14361452
HALs

0 commit comments

Comments
 (0)