Skip to content

Commit 299a9de

Browse files
committed
doc: update changelog for ThreadX regression suites
- Add entry for ThreadX UP/SMP regression test suites under test/threadx/ - Add entry for ThreadX regression test configs in nsdk_cli tools Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 7afa74d commit 299a9de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,16 @@ This is release version of ``0.9.0`` of Nuclei SDK.
229229
- Update ``test/core/test_atomic.c`` to match the corrected AMO intrinsic semantics:
230230
the AMO API return value is now checked against the **original memory value**, and the
231231
**final memory content** is checked separately against the expected post-AMO result.
232+
- Add ThreadX UP and SMP regression test suites (``regression_up`` and ``regression_smp``) under
233+
``test/threadx/`` to verify ThreadX kernel APIs, scheduling, and multi-core SMP synchronization on Nuclei RISC-V CPUs.
232234

233235
* Tools
234236

235237
- Support conditional QEMU instruction count timing emulation option in ``nsdk_cli`` tools. If
236238
``ICOUNT_OPT`` is set to empty in the build configuration, the ``-icount shift=0`` option
237239
will not be passed to QEMU.
240+
- Add ThreadX regression test configurations in ``nsdk_cli`` tools to automate executing the regression
241+
test suites.
238242
- Add ``SDK_APPDIRS_IGNORE`` environment variable support in ``nsdk_cli`` tools to specify
239243
ignored application directories via environment variable, merged with ``appdirs_ignore``
240244
from JSON config as a union.

0 commit comments

Comments
 (0)