Commit Graph

17732 Commits

Author SHA1 Message Date
Yucai Liu
c91a7f46f5 [libcpu/arm/cortex-m33]: Fix incorrect CPU architecture in GCC context switch
The context_gcc.S file was incorrectly marked as cortex-m4 in both the
doxygen comment and .cpu directive, while the IAR and KEIL versions
correctly specify cortex-m33. This file uses ARMv8-M specific features
(PSPLIM register, TrustZone support) that are not available in Cortex-M4.

Changes:
- Update doxygen group from cortex-m4 to cortex-m33
- Change .cpu directive from cortex-m4 to cortex-m33
2025-11-02 16:23:31 +08:00
CYFS
d3ba09a0d7 [log]Update V5.2.2 Released Changelog. 2025-10-31 16:36:32 +08:00
Yuqiang Wang
ba509f92c2 [ci]: Introduce a regular inspection mechanism for abnormal CI reports (#10852) 2025-10-30 09:19:36 +08:00
Ze-Hou
666fa243f2 feature: k230: Add other existing drivers to the ci.attachconfig.yml file (#10869)
Resolve issue #10857

Signed-off-by: Ze-Hou <yingkezhou@qq.com>
2025-10-30 06:20:37 +08:00
Copilot
a10922b01b [Feature] Add automated CI results comment to pull requests (#10856)
* Initial plan

* Add CI results comment workflow

Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>

* Improve CI results comment formatting and PR detection

Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>

* Add documentation for CI results comment feature

Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>

* Add ToolsCI and pkgs_test to monitored workflows

Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>

* Add immediate CI status comment via direct workflow integration

Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: supperthomas <60349489+supperthomas@users.noreply.github.com>
2025-10-30 06:18:47 +08:00
PandaFeng
6d4e2aa2fe [bsp/stm32h7]: Add STM32H7 fdcan driver. #10767 2025-10-29 22:59:33 +08:00
Ze-Hou
9e3127982d bsp: k230: add i2c driver
Requirement: The BSP for the k230 platform in the RT-Thread repository
        does not yet have an I2C driver.

        Solution: Provide I2C driver for the k230 platform in the RT-Thread
        repository.
        1. support i2c master mode

Signed-off-by: Ze-Hou <yingkezhou@qq.com>
2025-10-29 13:33:11 +08:00
WangShun
e4f014eb96 [bsp/xuantie] 添加E901BSP #10836 2025-10-29 13:31:38 +08:00
CYFS
6a9a1df437 [components]:utilize the clang-format-ignore mechanism (#10860) 2025-10-28 15:17:04 +08:00
HZY0117
0017ad1255 移除HAL_Drivers/config/ra2a1 2025-10-28 14:20:26 +08:00
ryancw
007b221366 [utest] when enabling utest, force the logging feature to be enabled. 2025-10-28 14:15:52 +08:00
ache
36bf8f656b feat:clang format ignore migration 2025-10-28 14:13:56 +08:00
hzy0117
c553df5a3c [bsp][renesas]:pwm_config里新增对BSP_USING_PWM10到BSP_USING_PWM12的定义 (#10859)
* [BSP][renesas][rsoc][fix]:移除HAL_Drivers/config/ra2a1,add pwm configuration items

* 在pwm_config里新增对BSP_USING_PWM10到BSP_USING_PWM12的定义
2025-10-28 14:05:59 +08:00
westcity-YOLO
858ed95cd2 修复gd32f5系列adc问题增加条件编译 2025-10-27 17:34:50 +08:00
rbb666
0dd90619c7 cherryusb:Adapt the usbd_kinetis_delay_ms interface in usb_glue_mcx. 2025-10-27 17:31:55 +08:00
rbb666
258395a552 cherryusb:Add the missing header files for bsp/frdm-mcxa156. 2025-10-27 17:31:55 +08:00
rbb666
ab5afb3689 cherryusb:Fixed the issue where the USB device in the cdc_rndis_template example could not enable DHCP. 2025-10-27 17:31:55 +08:00
wdfk-prog
e5556be19f fix:[ulog][backend]filter不应与ULOG_USING_COLOR及ULOG_USING_SYSLOG配置有关 2025-10-27 17:09:09 +08:00
R b b666
ff973e548b Fixed: ci build errors for hpm* bsp. (#10854) 2025-10-27 09:33:12 +08:00
Yonggang Luo
0cf096e064 aarch64: document the CNTFRQ_EL0
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
2025-10-23 22:08:05 +08:00
kurisaw
e2aed47b6c [format][version]: synchronize bsp version configuration 2025-10-23 22:06:51 +08:00
kurisaw
3559323427 [kernel][object]: update the default value of RT_NAME_MAX to 12 2025-10-23 22:06:51 +08:00
Yuqiang Wang
c8f0a26a5f feat:[sal][utest] added test cases for the sal api (#10720)
* feat:[sal][utest] added test cases for the sal api

* improve[net][utestcase]: standardize script construction

* ci[auto utest run]: standardize naming and add sal testcases

* add sal utest auto run configure and standard Information
2025-10-23 09:56:30 +08:00
hydevcode
16e729e147 [BSP] xmc7100外设适配和RTDuino适配 2025-10-21 17:44:25 +08:00
Yucai Liu
982e52e200 [bsp/nxp/mcx/mcxa] Fix UART clock configuration type mismatch
Fixed implicit type conversion warning in UART driver by correctly
separating clock_name_t and clock_attach_id_t enum types.

Changes:
- Use kCLOCK_Fro12M (clock_name_t) for clock_src field
- Keep kFRO12M_to_LPUARTx (clock_attach_id_t) for clock_attach_id field
- Fix mcx_getc() to use correct status flag kLPUART_RxDataRegFullFlag

This resolves the compiler warning:
"implicit conversion from 'int' to 'clock_name_t' changes value from 16777216 to 0"

Signed-off-by: Yucai Liu 1486344514@qq.com
2025-10-21 10:28:06 +08:00
Yonggang Luo
d3e0a53203 Remove rt_ktime_hrtimer_getcnt for hrtimer
There is no user of it and also the return type is mismatch
2025-10-21 10:25:41 +08:00
Siwei Xu
1efceab071 [aarch64] Fix rt_aspace_init error when KERNEL_VADDR_START >= 0x80000000 2025-10-21 10:12:35 +08:00
Rbb666
56f51c3ee1 [ci]Add Copilot review title keywords. 2025-10-20 14:16:26 +08:00
ljcjames
f0659d79a7 [bsp][infineon] fix the type of rtc_alarm_callback in drv_rtc #10830 2025-10-20 12:49:23 +08:00
Yuqiang Wang
8816a9dc1b utest/msh: supports autocomplete of utest cases for utest_run (#10701)
* utest/msh: supports autocomplete of utest cases for utest_run

* docs/utest: explanation of adding the automatic completion function for utest_run

* fix[utest]: Improvement of annotation description

* remove outdated code
2025-10-20 12:46:44 +08:00
ligr
1ca86c79fa Fix comment for address_search_head field of lwp structure. 2025-10-20 11:12:57 +08:00
ligr
77844b7b07 Align annotations of struct fields. 2025-10-20 11:12:57 +08:00
ligr
3afefd7fdd fix structure comments according to doxygen spec. 2025-10-20 11:12:57 +08:00
ligr
09721bb7a1 [components/lwp]add doxygen comment for lwp.c with lwp.h. 2025-10-20 11:12:57 +08:00
4444x
daec5a939f fix-artpi-rtc 2025-10-20 10:34:51 +08:00
4444x
6603903ee8 [bsp][stm32]:fix-artpi-lcd 2025-10-17 21:50:58 +08:00
Chen Wang
68a27e1fbe utest: UTEST_MEMPOOL_TC -> RT_UTEST_MEMPOOL
Which is missed in PR #10808 "utest: unify configname", add it.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-16 18:34:43 +08:00
Chen Wang
c1363c77d6 utest: Improve the strings displayed in the menu
Use "Test" instead of "Unit Testcases" to make string shorter.
Use uppercase to make it look more eye-catching.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-16 18:34:43 +08:00
Chen Wang
04439c2074 utest: reorg menu items
The original project display was completely flat,
now it is organized into a tree-like hierarchical
structure based on the layout of the code.

mm & tmpfs test are still keep as pervious bcos we
have not move the source for these two components.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-16 18:34:43 +08:00
rcitach
f05b854ab8 Update SECURITY_UNKNOWN value in dev_wlan.h
Changed SECURITY_UNKNOWN value to 0xffffffff for clarity.
2025-10-16 14:44:30 +08:00
Chen Wang
e8d3d0fca4 utest: move cpp from examples to components/libc/cplusplus
Also update the case names to compatible with naming rules.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 15:28:58 +08:00
下里巴人
bc2fca59cf [bsp][renesas][ra4m1-ek] add a new bsp for ra4m1-ek board (#10755)
* [bsp][renesas][ra4m1-ek] add a new bsp for ra4m1-ek board

* [bsp][renesas][ra4m1-ek] fix can driver compile problem

* [bsp][renesas][ra4m1-ek] bsp code format

* [bsp][renesas][ra4m1-ek] reset file status to original generated by RASC

* [bsp][renesas][ra4m1-ek] support RT-Thread Nano

* [bsp][renesas][ra4m1-ek] make it mini support for GPIO && USART

* [bsp][renesas][ra4m1-ek] make it compilable under the GCC compiler

* [bsp][renesas][ra4m1-ek] remove component RT_USING_CPLUSPLUS

* [bsp][renesas][ra4m1-ek] reduce bsp peripheral device driver
2025-10-15 09:49:37 +08:00
Chen Wang
0d371251af doxygen: update doc for utest for config naming rule
Configuration options naming rule for utest is changed
from "RT_UTEST_TC_USING_XXXX" to "RT_UTEST_XXXX".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
58dc730ece utest: UTEST_SMP_THREAD_PREEMPTION_TC -> RT_UTEST_SMP_THREAD_PREEMPTION
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
d4533b0a17 utest: UTEST_SMP_SPINLOCK_TC -> RT_UTEST_SMP_SPINLOCK
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
647f24bd6d utest: UTEST_SMP_INTERRUPT_PRI_TC -> RT_UTEST_SMP_INTERRUPT_PRI
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
b89eada804 utest: UTEST_SMP_ASSIGNED_IDLE_CORE_TC -> RT_UTEST_SMP_ASSIGNED_IDLE_CORE
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
b90b29255c utest: UTEST_SMP_AFFFINITY_TC -> RT_UTEST_SMP_AFFFINITY
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
1dbcde518a utest: UTEST_SCHEDULER_TC -> RT_UTEST_SCHEDULER
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00
Chen Wang
5b8bfe4a77 utest: UTEST_MTSAFE_KPRINT_TC -> RT_UTEST_MTSAFE_KPRINT
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-15 09:43:16 +08:00