-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Comparing changes
Open a pull request
base repository: RT-Thread/rt-thread
base: master
head repository: RT-Thread/rt-thread
compare: v5.2.1-beta
- 15 commits
- 118 files changed
- 8 contributors
Commits on May 30, 2025
-
bsp: k230: fix kconfig warnings
scons --menuconfig will report: ``` warning: the choice symbol PKG_USING_ZLIB_LATEST_VERSION (defined at /home/u/.env/packages/packages/misc/zlib/Kconfig:31) is selected by the following symbols, but select/imply has no effect on choice symbols - BSP_ROOTFS_TYPE_CROMFS (defined at Kconfig:36) warning: default on the choice symbol BSP_USING_SDIO0 (defined at board/Kconfig:20) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol BSP_USING_SDIO1 (defined at board/Kconfig:34) will have no effect, as defaults do not affect choice symbols ``` Fix and remove these warnings. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 23ce816 - Browse repository at this point
Copy the full SHA 23ce816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1526fe1 - Browse repository at this point
Copy the full SHA 1526fe1View commit details -
bsp: k230: add watchdog support
K230 has two watchdog timers. Add unit tests based on utest framework. Watchdog and test are both configuable, disabled by default. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for aaae1a8 - Browse repository at this point
Copy the full SHA aaae1a8View commit details -
[libcpu][risc-v] fix:only map the 1GB space where the original code s…
…egment is located
Configuration menu - View commit details
-
Copy full SHA for 3c2897f - Browse repository at this point
Copy the full SHA 3c2897fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9777a96 - Browse repository at this point
Copy the full SHA 9777a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425ac77 - Browse repository at this point
Copy the full SHA 425ac77View commit details -
Configuration menu - View commit details
-
Copy full SHA for df893a2 - Browse repository at this point
Copy the full SHA df893a2View commit details -
doxygen: change group_Device to group_device_driver
The originally defined "group_Device" should actually be part of the device-driver component, so create a new "group_device_driver" and then rename "group_Device" to "group_device_driver". Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for cce92c7 - Browse repository at this point
Copy the full SHA cce92c7View commit details -
doxygen: change group_Drivers to group_device_driver
The originally defined "group_Drivers" should actually be part of the device-driver component, so "group_Drivers" is renamed to "group_device_driver". In this way, the original "group_Device" and "group_Drivers" are merged into "group_device_driver". Adjusted the writing method of doxygen comments in the driver code to be unified as follows: ```c * @defgroup group_XXX XXX * @brief xxxxxx * @InGroup group_device_driver ``` Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 7b88658 - Browse repository at this point
Copy the full SHA 7b88658View commit details -
doxygen: move device_driver under to components for pages
In line with the layout of the source code, the Device-Driver submodule should belong to components. The doxygen Module part has been adjusted. This commit modifies the markdown document part and moves the device-driver pages under to components. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for db5a503 - Browse repository at this point
Copy the full SHA db5a503View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf76a7e - Browse repository at this point
Copy the full SHA bf76a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fcf62 - Browse repository at this point
Copy the full SHA 37fcf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0f7d5 - Browse repository at this point
Copy the full SHA ab0f7d5View commit details -
bsp: k230: use utest asset api
Use utest assert API for utest cases. Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 93cc80e - Browse repository at this point
Copy the full SHA 93cc80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97893c0 - Browse repository at this point
Copy the full SHA 97893c0View 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...v5.2.1-beta