4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 14:11:09 +08:00

4478 Commits

Author SHA1 Message Date
xiao-mang
7780125283 fix chdir for ash's cd (#8824)
fix for art-pi smart

fix for art-pi smart

fix for art-pi smart

fix for art-pi smart
2024-04-19 18:36:00 +08:00
zhao maosheng
4e7d13b2db fix: code format of serial.c and compile error in aarch64 context_gcc 2024-04-19 16:18:41 +08:00
zmq
d5fd7f6498 Increased the limit on the number of messages 2024-04-19 15:37:31 +08:00
Shell
fe255a8391 [smart] fixup devfs porting layer of terminal (#8797)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:33:41 +08:00
zms123456
82d41d192d [component][driver][serial/tty]using serial name to name tty
当使用新device model时,serial的名字由系统分配,id也由系统分配,此时应根据系统分配的serial id来作为serial-tty的id
2024-04-19 15:32:56 +08:00
Shell
a79176b0ae [drivers/serial] Introduce hooker for TTY (#8733)
In this patch, a hook list has been introduced to address the concerns
regarding coupling issues arising from modifications to the serial code
for integrating TTY logic.

Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:29:16 +08:00
Troy
0655742ccf [libc][posix/io] add comments 2024-04-19 15:28:31 +08:00
zms123456
1720811c9a [components][drivers] fix posix tty, and add more baudrate (#8683)
* serial-tty fix

* v2
2024-04-19 15:13:05 +08:00
Shell
004e5bfd60 [fixup] aarch64 UMP compiler error (#8677)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-19 15:12:31 +08:00
Shell
17d22ad408 sync smart & dfs (#8672)
Signed-off-by: xqyjlj <xqyjlj@126.com>
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: xqyjlj <xqyjlj@126.com>
2024-04-19 15:09:47 +08:00
zms123456
da37ea86c8 [components][drivers]delete nonexist include file 2024-04-16 23:02:54 -04:00
zms123456
1b258175a8 [components][drivers]fix some uninitialize err (#8806)
fix some uninitialize err
2024-04-16 23:02:03 -04:00
zms123456
45796545be [components][drivers]close can irq before release fifo
原来的CAN close中先释放fifo后关闭CAN中断,可能导致释放fifo后且关闭CAN中断前来CAN中断,此时rt_hw_can_isr可能在RT_ASSERT(tx/rx_fifo != RT_NULL)断言失败
2024-04-16 23:00:09 -04:00
zms123456
45d3b5b614 [components][drivers]fix workqueue bug
fix workqueue bug
2024-04-16 22:59:57 -04:00
atwww
c1dc451a00 修复POSIX线程本地存储寻找posix线程句柄时的逻辑错误 (#8790)
* Add GCC generalized atomic operation function

* 修复POSIX线程本地存储寻找posix线程句柄时的逻辑错误
2024-04-16 22:58:52 -04:00
Eric LGF
0893bf7a56 [ymodem] fix the cmd "sy" without close file 2024-04-16 22:56:55 -04:00
252b8f9ac3 [fal]修正类型不匹配 2024-04-16 22:54:33 -04:00
zms123456
24a279115f [components][drivers][can]fix can warning in 64bit cpu (#8772)
fix can warning
2024-04-16 22:54:06 -04:00
geniusgogo
5088bad3e0 [dfsv2] add dfs pwrite pread 2024-04-16 22:46:54 -04:00
Yuqiang Wang
4d57b60cc8 [driver][soft-spi] spi device driver framework adds pin init function function
为什么提交这份PR (why to submit this PR)
ps:在设备初始化阶段不应该存在对硬件的操作

你的解决方案是什么 (what is your solution)
ps:添加一个pin_init函数,在spi设备使用时调用该函数来完成硬件引脚的状态初始化,而不是在设备初始化阶段对硬件进行操作,已经在瑞萨HMI上通过验证
2024-04-16 22:46:36 -04:00
Troy
50d1b2fc8c [libc] add some posix function comments 2024-04-16 22:46:26 -04:00
zms123456
fa43fa7925 [components][drivers]fix compile warning in 64 bits arch cpu (#8739)
fix compile warning in 64 bits arch
2024-04-16 22:46:02 -04:00
zms123456
a075fd69d0 [components][drivers]add ofw support i2c 2024-04-16 22:45:04 -04:00
Meco Man
156c4cead5 [iar] fix legacy macros will be added if cannot get the IAR version 2024-04-16 22:44:57 -04:00
Meco Man
f61b69fcb0 [finsh] remove finsh_syscall_lookup() function declaration 2024-04-16 22:39:25 -04:00
Meco Man
a9e3d9221e [devcie][pwm] fix warnings 2024-04-16 22:39:24 -04:00
Meco Man
e3d5703138 [msh] add comment for secondary-commands
新增加的二级命令使用方式没有清晰的描述
- 功能实现PR:https://github.com/RT-Thread/rt-thread/pull/8086
- 补充优化PR:https://github.com/RT-Thread/rt-thread/pull/8251
- 使用二级命令的例子:https://github.com/RT-Thread/rt-thread/pull/8398
- 相关issue:https://github.com/RT-Thread/rt-thread/issues/8691
2024-04-16 22:38:10 -04:00
geniusgogo
63d6184517 fix pin ofw variable init. 2024-04-16 22:38:10 -04:00
Troy
a4fbc53c3d Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-04-16 22:38:09 -04:00
Troy
8881f0eea1 Fix the issue of incorrect return of invalid parameters in aio_write 2024-04-16 22:29:47 -04:00
Meco Man
1ea1c8fc7b [msh] solve data access bugs and fix shell.c strcat()
When using musl libc's strcat, strcat itself will cause system crash.
2024-04-16 22:29:47 -04:00
Troy
ccbd8e851c Fix epoll.c file format error 2024-04-16 22:29:46 -04:00
Troy
a9fe9d6aed Fix incorrect naming of triggered 2024-04-16 22:29:46 -04:00
Troy
a1f4584bbc modified: components/libc/posix/io/aio/aio.c Added some function comments
modified:   components/libc/posix/io/aio/aio.h		Align comments within the aiocb structure
modified:   components/libc/posix/io/epoll/epoll.c	Add comments for all functions and members within structure members
2024-04-16 22:29:46 -04:00
Troy
fe512e6411 modified: components/libc/posix/delay/delay.c Added comments for all functions in this file
modified:   components/libc/posix/signal/posix_signal.c		Add comments to the sigqueue function, although it does not have an internal implementation
modified:   components/libc/posix/signal/posix_signal.h		Added detailed explanation to all members of the rt_signal_value enumeration
2024-04-16 22:29:46 -04:00
Shell
7c2353a622 fixup d1s (#8671)
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:29:46 -04:00
Wat
1b8654b98e Add GCC generalized atomic operation function 2024-04-16 22:29:46 -04:00
Evlers
06eb41a7a1 [wlan][cmd] fixed a duplicate issue with the wifi scan command 2024-04-16 22:29:46 -04:00
Evlers
5f0504a25e [wlan] add the wlan join scan function 2024-04-16 22:29:45 -04:00
kk
3f335619bd [pin] pin_read/write rt_uint8_t to rt_ssize_t 2024-04-16 22:29:45 -04:00
Shell
3828a9033c [finsh] feat: add finsh thread entry hook
Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:25:44 -04:00
Liu Yang
59dbebe6fc [components/driver] Fix issue for serial_V2 in no buffer bloking tx mode. 2024-03-20 02:28:35 -04:00
zms123456
5e26b4c585
[components/dirver]Fix issue of not releasing sem resource 2024-03-19 20:01:49 -04:00
StackYuan
a582c0cc31 [fix] NXP bsp for RT-Thread 5.1.0 fixed up. 2024-03-19 08:13:00 -04:00
Meco Man
6ee7197587 [stm32][pwm] fix warning in Keil5 2024-03-18 23:22:34 -04:00
exxfire
90f86c2b71 netdev_unreg: modyify netdev remove logical when mutil-netdev exist 2024-03-18 20:39:15 -04:00
Meco Man
9ac8b47eb2 [sensor-v2] enable sensor v2
fix the confilcts with sensor v1
2024-03-16 23:31:54 -04:00
Meco Man
59231a4276 [msh][ci]only GCC use strict checking 2024-03-16 10:21:38 -04:00
Shell
bef4bbd50a
[dfs] fixup bugs in dfs_dentry_lookup (#8612)
Signed-off-by: Shell <smokewood@qq.com>
2024-03-15 14:57:38 +08:00
yangpeng
1919ad0748 [spi]修复spi总线挂载多设备通信可能失败问题 2024-03-04 19:50:36 -05:00