-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lygstate/rt-thread
base: master
head repository: RT-Thread/rt-thread
compare: master
- 15 commits
- 136 files changed
- 8 contributors
Commits on Sep 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 233cbaa - Browse repository at this point
Copy the full SHA 233cbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed574f6 - Browse repository at this point
Copy the full SHA ed574f6View commit details -
feat[can]: Implement non-blocking send mechanism and enhance CAN driv…
…er functionality - Added support for non-blocking mode CAN message sending, including software ring buffer management and dynamic memory allocation options. - Improved related comments and error handling. - Updated example code to demonstrate the usage of both blocking and non-blocking sending modes, and corrected some structure field naming and macro definitions.
Configuration menu - View commit details
-
Copy full SHA for 11156de - Browse repository at this point
Copy the full SHA 11156deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b65a6f - Browse repository at this point
Copy the full SHA 2b65a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36393c6 - Browse repository at this point
Copy the full SHA 36393c6View commit details -
[bsp/xuantie] 添加bsp导入rt-studio相关文件 (RT-Thread#10728)
* [fix] 更新e906的以BSP导入RT-Studio相关文件
Configuration menu - View commit details
-
Copy full SHA for cb4a370 - Browse repository at this point
Copy the full SHA cb4a370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98340c1 - Browse repository at this point
Copy the full SHA 98340c1View commit details -
doxygen: fixed build warning for RT_CAN_FILTER_ITEM_INIT (RT-Thread#1…
…0758) The names and number of macro parameters in doxygen comments must match the actual macro definition; otherwise, a warning will be generated. Our goal is to eliminate all warnings. Signed-off-by: Chen Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ace7fdb - Browse repository at this point
Copy the full SHA ace7fdbView commit details
Commits on Sep 29, 2025
-
doxygen: cleanup code for group_object_management
The cleanup involved three parts: - Merging the standalone "/**@{*/" into "@addtogroup group_object_management" - Changing "/**@}*/" to "/** @} group_object_management */", adding the group name makes it easier to find the matching "@{" part. - Deleting the "@addtogroup" directive in "include/rtthread.h" because this header file doesn't have doxygen comments. All doxygen comments for function bodies are defined in "src/object.c". Plus minor cleanup for group_hook in src/object.c. Signed-off-by: Chen Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05dc189 - Browse repository at this point
Copy the full SHA 05dc189View commit details
Commits on Sep 30, 2025
-
doxygen: cleanup code for group_thread_management
The cleanup involved three parts: - Merging the standalone "/**@{*/" into "@addtogroup group_thread_management" - Changing "/**@}*/" to "/** @} group_thread_management */", adding the group name makes it easier to find the matching "@{" part. - Deleting the "@addtogroup" directive in "include/rtthread.h" because this header file doesn't have doxygen comments. All doxygen comments for function bodies are defined in other .c files. Note, we remian two doxygen comments for rt_thread_inited_hookproto_t and rt_thread_idle_sethook in the "include/rtthread.h". rt_thread_inited_hookproto_t is really defined here. For rt_thread_idle_sethook, please see FIXME comment for reason. Signed-off-by: Chen Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dd4f71 - Browse repository at this point
Copy the full SHA 3dd4f71View commit details
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9a6a53 - Browse repository at this point
Copy the full SHA d9a6a53View commit details
Commits on Oct 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34f12d4 - Browse repository at this point
Copy the full SHA 34f12d4View commit details
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 326e65f - Browse repository at this point
Copy the full SHA 326e65fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e45b9b - Browse repository at this point
Copy the full SHA 2e45b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aef0db - Browse repository at this point
Copy the full SHA 1aef0dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master