4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-08 16:31:10 +08:00

15926 Commits

Author SHA1 Message Date
Rbb666
01f5e124fd Delete unnecessary configurations in cortex-r52 2024-04-19 15:36:06 +08:00
Rbb666
3a46b46714 [bsp][renesas][stm32]Fix some bsp probelm in 5.1.x. 2024-04-19 15:36:04 +08:00
Yuqiang Wang
1bb06ab6dc [bsp][driver][renesas] Unified Renesas SCI driver 2024-04-19 15:36:03 +08:00
wdfk-prog
4909b87881 [mem] Remove useless code And Update mem documentation 2024-04-19 15:36:02 +08:00
QTbin
a4a4949277 [BSP][HT32]新增合泰ht32f52352和ht32f12366 2024-04-19 15:36:01 +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
875a52b6f8 [libcpu][aarch64]fix memheap search in setup of aarch64 2024-04-16 23:02:30 -04:00
Yaochenger
8c392f515e [fix] 添加创建线程函数时间片参数检查 (#8807) 2024-04-16 23:02:17 -04:00
zms123456
1b258175a8 [components][drivers]fix some uninitialize err (#8806)
fix some uninitialize err
2024-04-16 23:02:03 -04:00
Abner
aca7a71815 [bsp][nxp]增加了drv_filesystem_spi_flash驱动 2024-04-16 23:01:45 -04:00
yandld
9cad5bd3d3 update spi flash mount 2024-04-16 23:01:34 -04:00
Meco Man
5cbfb58ce0 [bsp][stm32f103-fire-arbitrary] fix missing header file 2024-04-16 23:01:33 -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
Meco Man
f63268fd8e [bsp] revert delete of stm32f407-sparkfire RTduino pinout 2024-04-16 22:59:13 -04:00
liYangYang
2657fe9979 [bsp][cvitek] 在Milk-V Duo 256M开发板中支持ARM核运行RT-Thread标准版和Smart版内核 (#8800)
* Supports ARM core of Milk-V Duo 256M development board

* add fip.bin(arm)
2024-04-16 22:59:03 -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
wdfk-prog
7943639f20 [mem] Modify macro definitions for better code reading 2024-04-16 22:56:54 -04:00
yuanzihao
cfcb0cbd73 [BSP][STM32]add stm32f407-lckfb-skystar 2024-04-16 22:56:53 -04:00
Yuqiang Wang
7d1c7d0a95 [bsp][renesas] Add HMI rw007 initialization configuration by default 2024-04-16 22:56:46 -04:00
wirano
0ba1e9324a bsp/tm4c123: move i2c clk config to tm4c123_config.c 2024-04-16 22:54:34 -04:00
wirano
f588bf49b6 bsp/tm4c123: add hardware i2c support 2024-04-16 22:54:34 -04:00
Rbb666
6f359cefab Improve renesas LCD driver. 2024-04-16 22:54:33 -04:00
Rbb666
6328be132f [bsp][renesas]Fix ek-ra8d1 spi binding error problem. 2024-04-16 22:54:33 -04:00
wirano
9c7f668e6c bsp/stm32: remove duplicate if condition 2024-04-16 22:54:33 -04:00
252b8f9ac3 [fal]修正类型不匹配 2024-04-16 22:54:33 -04:00
Abner
2685b0465e [bsp][nxp] 增加drv_spi_sample_rw007驱动 2024-04-16 22:54:33 -04:00
Abner
b4ba71e4ec [bsp][nxp] 增加drv_spi_sample_rw007驱动 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
liYangYang
ea1ab21051 [bsp][zynqmp] 为 DFZU2EG MPSoC 开发板支持标准版和Smart版内核 (#8773)
zynqmp support RT-Thread  and RT-smart
2024-04-16 22:53:59 -04:00
Rbb666
fcad5e16d7 Add ra8 ra_pin_get support. 2024-04-16 22:53:52 -04:00
Rbb666
ace782387d Add ek-ra8d1 rw007 support. 2024-04-16 22:53:52 -04:00
Rbb666
db63afdb3a Update ra8 readme. 2024-04-16 22:53:52 -04:00
Rbb666
6f8485399a [bsp][renesas]Update drv_adc,i2c dirvers. 2024-04-16 22:53:52 -04:00
Rbb666
5834f56080 [bsp][renesas]Fix ek-ra8d1 mdk build error. 2024-04-16 22:53:52 -04:00
Shicheng Chu
a76dad29d5 [bsp][stm32]fix stm32f103 default console uart name 2024-04-16 22:53:51 -04:00
Shell
bb34ce64e0 [include] using signed atomic types 2024-04-16 22:53:11 -04:00
LZerro
2d69eb7c7a [bsp] Stm32F407-rt-spark adapts to RTduino 2024-04-16 22:49:58 -04:00
StackYuan
7557e7d0d0 [add] Readme doc for stm32h7s7-disco BSP (#8767)
[bsp][stm32] add English version readme doc for BSP stm32h7s7-st-disco.
2024-04-16 22:49:51 -04:00
Rbb666
0afc067894 [bsp][renesas]Add cortex-r52 rzt2m adaptation 2024-04-16 22:49:51 -04:00
zhangyan
6fc3a0864d [bsp/phytium]中断相关修改 (#8742)
* update smp 4
2024-04-16 22:49:20 -04:00
Shell
bbb854d652 [bsp/rpi4] fixup startup failure (#8754)
[bsp/rpi4] fixup startup issues

Signed-off-by: Shell <smokewood@qq.com>
2024-04-16 22:48:54 -04:00