rt-thread/components
ricky 9c5aeb75e2
[Fix] <components>:finsh/shell.c F: char rt_hw_console_getchar(void) (#10345)
[Fix] <components>:finsh/shell.c
When using char rt_hw_console_getchar(void),
some compilers may default to returning 255 instead of the expected -1,
causing the condition if(ch < 0) at F: shell.c L:519 to fail and enter an erroneous loop.

Solution: Use the signed char type return value as rt_hw_console_getchar

Signed-off-by: Yucai Liu <1486344514@qq.com>
2025-07-20 17:35:35 +08:00
..
dfs doxygen: group name all in lowcase 2025-06-25 14:02:28 +08:00
drivers update(cherryusb): update to v1.5.1 2025-07-15 16:35:20 +08:00
fal [fal/sample] readme 添加 (#10175) 2025-04-11 17:34:36 +08:00
finsh [Fix] <components>:finsh/shell.c F: char rt_hw_console_getchar(void) (#10345) 2025-07-20 17:35:35 +08:00
legacy 🚚 renaming: move `smp` to `smp_call` 2024-11-03 10:08:45 +08:00
libc 修复DFS_USING_POSIX启用时 修正IARVersion导入路径 2025-07-14 13:09:08 +08:00
lwp [smart] Optimize error handling after command execution 2025-07-07 09:44:37 +08:00
mm [mm]修复unmap内存时遗漏刷新地址转换表的问题,避免dcache(PIPT)出错 2025-03-10 22:32:32 +08:00
mprotect 实现MPU抽象层 (#8080) 2023-10-30 08:24:55 -04:00
net fix #4286,fifx memory leak when sal_socket failed 2025-07-17 13:24:30 +08:00
utilities componnets: utest: fix case-name matching problem 2025-06-10 19:22:25 +08:00
vbus 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
Kconfig feat: improve Kconfig structure on MM 2025-02-25 11:26:30 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00