16965 Commits

Author SHA1 Message Date
kurisaw
c5f279c82c log: automatic update and deployment before version release v5.2.0 2025-03-19 11:43:01 +08:00
GUI
39f5df440e [DM/Platform] Fixup the node will probe more than once
If a node request a new node or it's parent node. the  request's node will probe a double time.
So we check the device object of node in ofw probe entry and ofw probe child exit.
2025-03-19 11:43:00 +08:00
Rbb666
355a0710a6 [fix]Fix cm33 compilation problem when block is turned on 2025-03-17 18:25:44 +08:00
latercomer
b0cb7bb443 rttypes.h中增加了对ARCH_CPU_64BIT宏的判断
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:40 +08:00
latercomer
302e60d929 解决rt_interrupt_from_thread和rt_interrupt_to_thread指针赋值错误
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:39 +08:00
latercomer
ca2d025215 修复rt_hw_context_switch_to和rt_hw_context_switch的形参
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:38 +08:00
latercomer
79e30a8bea 解决__RT_KERNEL_SOURCE__宏没有定义
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:38 +08:00
latercomer
aaf61e5ece 解决rt_hw_context_switch_interrupt形参定义不一致
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:37 +08:00
latercomer
7b29d7c9a2 删除libcpu/sim/simulator中msvc编译器多余代码,为后续支持mingw64做准备
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:36 +08:00
latercomer
47cd7b2e5b 解决bps/simulator无法在vs2019环境下编译
Signed-off-by: latercomer <latercomer@qq.com>
2025-03-17 16:46:35 +08:00
kurisaw
dd5f4caaad log: Release Log of rtthread v5.2.0 2025-03-17 16:44:50 +08:00
CYFS
07aa5411fa [bsp][stm32][artpi]:add artpi eth ci 2025-03-17 16:44:50 +08:00
CYFS
482b01ca33 [bsp][stm32][artpi]:fix artpi eth 2025-03-17 16:44:49 +08:00
GUI
eeba8eaf8b [DM/DMA] DMA src and dst is wrong.
The first arg is src, then dst.
2025-03-17 16:44:33 +08:00
LaterComer
9a8b386e92 rttypes.h中rt_intptr_t和rt_uintptr_t定义反了 (#10115) 2025-03-17 16:44:21 +08:00
dongly
79f1bbdf94 [bsp/stm32]fix compile warning (#10108)
* [bsp/stm32]fix compile warning
2025-03-17 16:43:01 +08:00
1078249029
76b1f6b80e [components][at] Add formatting message function for at client
It will be useful for quiting transmission mode of some chips like esp8266.

Signed-off-by: 1078249029 <1078249029@qq.com>
2025-03-17 16:42:35 +08:00
Dmitriy
b1d6a930e5 [fix][bsp] GD32: fixed SPI adn SPI flash drivers 2025-03-17 16:41:51 +08:00
yixinghua121
8fa0c8ed9a 修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题 2025-03-17 16:41:34 +08:00
lingfengPeng
a978ab49fd fix dangling pointer in component pthread and dfs_elm (#9976)
* [components/libc/posix][pthreads]fix the risk of dangling pointer

* [components][dfs][dfs_elm]:fix risk of dangling pointer, unmount the temp driver then free the temp FATFS in dfs_elm_mkfs.
2025-03-17 16:39:43 +08:00
heyuanjie87
93e20aa83e [mm]修复unmap内存时遗漏刷新地址转换表的问题,避免dcache(PIPT)出错 2025-03-10 22:50:01 +08:00
sakumisu
bc017751a6 fix(cherryusb): fix USBD_IRQHandler argument
Signed-off-by: sakumisu <1203593632@qq.com>
2025-03-10 22:50:00 +08:00
sakumisu
2756150da0 update(cherryusb): update to v1.4.3
Signed-off-by: sakumisu <1203593632@qq.com>
2025-03-10 22:50:00 +08:00
CXSforHPU
3b79b21bc0 [bsp/renesas/vision_board] modify kconfig for sdhi,and remove mmcsd_wait_cd_changed 2025-03-10 22:50:00 +08:00
CXSforHPU
b0062c97e4 [bsp/renesas/vision_board] Fix the sdio mount 2025-03-10 22:49:59 +08:00
sheltonyu
aa1c142174 [bsp/at32] fixed usb type library (#10099) 2025-03-10 22:49:34 +08:00
Yuqiang Wang
f9befaab97 feat: ci script associated with auto_utest. (#9933)
* feat: ci script associated with auto_utest.
2025-03-10 22:49:34 +08:00
sheltonyu
a3a7c6a5d5 [bsp/at32] add support at32f455/456/457 series and support bsp pkg (#9974) 2025-03-10 22:48:59 +08:00
GUI
3ae152866e [DM/THERMAL] fixup coefficients's offset lost
coefficients is double u32 data list.
2025-03-10 22:48:28 +08:00
Runcheng Lu
acd4a187e3 [components][drivers][spi]: fix: set message.parent.next to NULL for rt_qspi_send_then_recv API and rt_qspi_send API
- Ensure correct QSPI message chaining by setting next pointer to NULL, preventing unintended data transmission issues.

Signed-off-by: Runcheng Lu <runcheng.lu@hpmicro.com>
2025-03-10 22:48:28 +08:00
Runcheng Lu
5e41729ebf [components][drivers][spi] dev_spi_flash_sfud: fix: set message.parent.next to NULL for qspi_read API
- Ensure correct QSPI message chaining by setting next pointer to NULL, preventing unintended data transmission issues

Signed-off-by: Runcheng Lu <runcheng.lu@hpmicro.com>
2025-03-10 22:48:27 +08:00
GUI
acf2992adb [DM/OFW] check available in stub probe
device node should not probe in stub if device is not available.
2025-03-10 22:48:27 +08:00
Kai
35b886726c [libcpu][riscv] add a doc for wch saving the irq stack as stack-512 (#10063) 2025-03-10 22:48:27 +08:00
CYFS
02ddce91bd [bsp][stm32][uartv1]:adjust uart time out (#10069) 2025-03-10 22:48:26 +08:00
CYFS
4fae6b1580 [bsp][stm32][uart]:fix stm32 uart timout (#10022)
fix:stm32 uart timout
2025-03-10 22:47:50 +08:00
wycwyhwyq
c6c47fadf8 [components][dfs_v2]: Fix cromfs bug (#10054) 2025-03-10 22:47:50 +08:00
Guorui Li
facc1fd85a [libcpu][risc-v]add comments for rv64 sv39 mmu APIs. (#10053) 2025-03-10 22:47:50 +08:00
Kai
f6dc641ad2 [tools][cmake] get some info from env to save time (#10062)
[tools][cmake] remove some code that is unnecessary but takes time, get them from env
2025-03-10 22:47:32 +08:00
CYFS
e269098219 fix:nxp pwm kconfig 2025-03-10 22:47:04 +08:00
CYFS
71fe8840bf fix:pwm msh err 2025-03-10 22:47:04 +08:00
GUI
4f4012aeba Fixup device rename by chip_select
`chip_select` is array now, should use index of value.
2025-03-10 22:47:03 +08:00
Guorui Li
a3ded3bc4c [bugfix][risc-v]fix the PPN length error in GET_PPN(pte). (#10020) 2025-03-10 22:47:03 +08:00
Chen Wang
87f109e33e bsp: cvitek: aarch64: add switchto-arm diagram
In actual operation, we often forget how to connect
the wires, so we just put the schematic diagram in
the readme document for quick recall.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-03-10 22:47:03 +08:00
wdfk-prog
95ab2bab75 fix:[stm32][lcd]Error in control call of lcd test function (#10040)
* Optimize the lcd_test function to call it in thread to prevent the CLI environment from being unavailable after execution.
2025-03-10 22:47:02 +08:00
Supper Thomas
2dee94913d Update action_tools.yml 2025-03-10 22:47:02 +08:00
Supper Thomas
f964d259d9 [action/tool] ci 验证l4平台, 修复scons --dist 2025-03-10 22:47:02 +08:00
hydevcode
d31826c5e0 [bsp][nxp] add cherryusb config for mcxa156 (#10041)
[bsp][nxp] add cherryusb config for mcxa156 and add ci.attachconfig
2025-03-10 22:47:01 +08:00
Kai
05175bf73e [bsp][wch] update v208 readme (#10045) 2025-03-10 22:47:01 +08:00
Supper Thomas
0aa3bfe6c1 [action/ci] pkgs --update-force instead of pkgs --update (#10042)
* [action/ci] pkgs --update-force instead of pkgs --update

* Update bsp_buildings.yml

* l4 单独拉出来
2025-03-10 22:47:01 +08:00
CYFS
135104eea9 [bsp][nxp]:add p3t1754 sensor 2025-03-10 22:46:05 +08:00