rt-thread/components/drivers/ipc
Chen Wang c1363c77d6 utest: Improve the strings displayed in the menu
Use "Test" instead of "Unit Testcases" to make string shorter.
Use uppercase to make it look more eye-catching.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-16 18:34:43 +08:00
..
utest utest: Improve the strings displayed in the menu 2025-10-16 18:34:43 +08:00
Kconfig fix: 在没有定义FINSH_USING_SYMTAB时编译报错以及IPC及finsh启用时自动选择必要的功能 2025-09-04 21:42:10 +08:00
SConscript utest: ipc: move from examples to components/drivers/ipc 2025-10-13 10:44:16 +08:00
completion_comm.c feat: add ISR safe completion API 2024-08-19 10:39:15 +08:00
completion_mp.c RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 2025-09-24 18:12:36 +08:00
completion_up.c RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 2025-09-24 18:12:36 +08:00
condvar.c cast to (rt_tick_t)RT_WAITING_FOREVER for explicit 2025-09-24 18:12:36 +08:00
dataqueue.c RT_TIMER_CTRL_SET_TIME only accept rt_tick_t, pass rt_tick_t instead int/rt_int32_t 2025-09-24 18:12:36 +08:00
pipe.c fix(ioctl): _IOR() overflows in switch (int) #10650 2025-09-01 12:46:43 +08:00
ringblk_buf.c 如果申请空间不足,申请不到合适的空间,需要回收new_rbb 2024-05-27 11:28:45 +08:00
ringbuffer.c [drivers/ipc] fix the recursive including if legacy enabled 2023-07-28 22:17:40 -04:00
waitqueue.c _rt_wqueue_wait use rt_tick_t 2025-09-24 18:12:36 +08:00
workqueue.c [wq][fix]工作队列默认使用C99标准实现遍历 2025-01-05 08:03:05 -05:00