[utest] Add standardized doc blocks for mm and lwp test cases#11274
[utest] Add standardized doc blocks for mm and lwp test cases#11274Rbb666 merged 1 commit intoRT-Thread:masterfrom
Conversation
Add functional description comment blocks to 5 test case files that were missing them, following the format specified in issue RT-Thread#10895: - mm/mm_memblock_tc.c: memory block management tests - mm/rt_ioremap.c: I/O remap tests - lwp/condvar_broadcast_tc.c: condition variable broadcast tests - lwp/condvar_signal_tc.c: condition variable signal tests - lwp/condvar_timedwait_tc.c: condition variable timed wait tests Closes RT-Thread#10895 (partial) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
👋 感谢您对 RT-Thread 的贡献!Thank you for your contribution to RT-Thread! 为确保代码符合 RT-Thread 的编码规范,请在你的仓库中执行以下步骤运行代码格式化工作流(如果格式化CI运行失败)。 🛠 操作步骤 | Steps
完成后,提交将自动更新至 如有问题欢迎联系我们,再次感谢您的贡献!💐 |
|
|
Summary
mm/mm_memblock_tc.c,mm/rt_ioremap.c,lwp/condvar_broadcast_tc.c,lwp/condvar_signal_tc.c,lwp/condvar_timedwait_tc.cCloses #10895 (partial)
Test plan