Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lygstate/rt-thread
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RT-Thread/rt-thread
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 136 files changed
  • 8 contributors

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    233cbaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed574f6 View commit details
    Browse the repository at this point in the history
  3. 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.
    wdfk-prog authored and Rbb666 committed Sep 28, 2025
    Configuration menu
    Copy the full SHA
    11156de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b65a6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36393c6 View commit details
    Browse the repository at this point in the history
  6. [bsp/xuantie] 添加bsp导入rt-studio相关文件 (RT-Thread#10728)

    * [fix] 更新e906的以BSP导入RT-Studio相关文件
    MuChenger authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    cb4a370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98340c1 View commit details
    Browse the repository at this point in the history
  8. 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]>
    unicornx authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    ace7fdb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. 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]>
    unicornx authored and Rbb666 committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    05dc189 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 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]>
    unicornx authored and Rbb666 committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    3dd4f71 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. [github][ci]: add concurrency control to GitHub Actions (RT-Thread#10761

    )
    
    ci: add concurrency control to GitHub Actions
    CYFS3 authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    d9a6a53 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    34f12d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    326e65f View commit details
    Browse the repository at this point in the history
  2. format: format sal socket code

    kurisaW authored and Rbb666 committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    2e45b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aef0db View commit details
    Browse the repository at this point in the history
Loading