File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
14361452HALs
You can’t perform that action at this time.
0 commit comments