rt-thread-official/components
gbcwbz 84fe80fbf9 [DeviceDriver] Fix can infinite loop when can driver send error
- in _can_int_tx if can driver sendmsg do not return RT_EOK,
   it will repeat until sendmsg return RT_EOK
 - if error occur on can bus(wire broken or EMI), all threads that
   have lower priority will not be executed
 - we should let application layer to determine if resend is appropriate
   when send fail, besides in data link layer, can already implemented
   auto resend in hardware
2022-08-13 23:07:43 -04:00
..
dfs Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
drivers [DeviceDriver] Fix can infinite loop when can driver send error 2022-08-13 23:07:43 -04:00
fal Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
finsh [msh] add available memory information for free cmd 2022-07-07 18:08:06 +08:00
legacy [update] move dfs_posix.h to legacy/dfs/dfs_posix.h 2022-01-14 23:09:32 +08:00
libc [exit] 修复_exit函数条件分支未覆盖所有情况的问题 (#6239) 2022-08-08 17:21:29 +08:00
lwp [scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm 2022-06-09 07:01:59 +08:00
net Fix some compilation warning (#5744) 2022-08-02 12:09:49 -04:00
utilities [ymodem] move error codes to rym_code to silence warnings 2022-08-04 01:50:04 -04:00
vbus uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
vmm uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
Kconfig [kconfig] add 64bit default value for stack size. set tick HZ as 1000 by default (#5778) 2022-04-09 00:40:36 +08:00
SConscript [components] 移除对老版本bsp的lwip版本默认选定 2021-06-28 15:33:14 +08:00