Skip to content

Commit fe13089

Browse files
kurisaWRbb666
authored andcommitted
version: version release preparation
1 parent c3d33f3 commit fe13089

File tree

313 files changed

+81898
-55968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+81898
-55968
lines changed

ChangeLog.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
# RT-Thread v5.2.1 Released
2+
3+
Change Log Since v5.2.0 Release
4+
5+
## Kernel
6+
7+
* src/clock: add rt_tick_get_delta function
8+
* Update include/rtdef.h version to 5.2.1
9+
10+
## Components
11+
12+
* **drivers**
13+
* **fdt:**
14+
* Fix garble when booting
15+
* **wlan:**
16+
* Fixing comments errors of RT_WLAN_EVT_SCAN_DONE and RT_WLAN_EVT_SCAN_REPORT
17+
* **pcl:**
18+
* Add /proc access in RT-Smart user
19+
* **serial_v2:**
20+
* The handling of dma_ping_buf in the full discard policy is incorrect; details adjusted
21+
* Allowed blocking reception of data exceeding the RX buffer size, increased timeout duration, added flush command, added command to get buffer data length, fixed data overflow handling logic, optimized stability details, and added more serial_v2 test cases[(#10187)](https://github.com/RT-Thread/rt-thread/pull/10187)
22+
* **audio:**
23+
* Add audio driver test framework
24+
* **lwp**
25+
* Add vDSO support for RISC-V architecture and refactor related components
26+
* Fix parameter issue when calling the __arch_get_hw_counter function
27+
* Enhance build script with additional cleanup steps
28+
* **dfs**
29+
* **dfs v2**:
30+
* enable procfs and tempfs in default when using smart; fix LWIP_ROUTE warning issue
31+
* **utilities**
32+
* rename the group name: LIBADT to Utilities[(#10267)](https://github.com/RT-Thread/rt-thread/pull/10267)
33+
* **finsh**
34+
* Fixed error logging when the list_mutex mutex is not held by any thread
35+
* **fal**
36+
* add new example for norflash
37+
38+
## Libcpu
39+
40+
* **aarch64:**
41+
* Fix Aarch64 architecture runtime issues
42+
* Fix NORMAL_NOCACHE_MEM attr[(#10180)](https://github.com/RT-Thread/rt-thread/pull/10180)
43+
* cleanup undefined rt_hw_mmu_kernel_map_init[(#10177)](https://github.com/RT-Thread/rt-thread/pull/10177)
44+
* fix gicv3 mpidr table[(#9284)](https://github.com/RT-Thread/rt-thread/pull/9284)
45+
* **riscv:**
46+
* declare external symbols inside
47+
* add ultrarisc ur-cp100 core support[(#10338)](https://github.com/RT-Thread/rt-thread/pull/10338)
48+
49+
## Tools
50+
51+
* fix scons --target=cmake command failure[(#10276)](https://github.com/RT-Thread/rt-thread/pull/10276)
52+
* fixed the issue where RT-Studio could not import the BSP[(#10290)](https://github.com/RT-Thread/rt-thread/pull/10290)
53+
* fixed missing unique files creation and cache logic
54+
* fixed an error by running scons --tartget=cmake under LINUX[(#10164)](https://github.com/RT-Thread/rt-thread/pull/10164)
55+
* fix mannual trigger to create dist zip file
56+
57+
## Action
58+
59+
* Replace the judgment file modification mechanism of bsp_building[(#10314)](https://github.com/RT-Thread/rt-thread/pull/10314)
60+
* show the PR status for Pull request
61+
* cancel the filtering rules for the MAINTAINER file
62+
* optimize the logic for generating comments for the maintainer robot
63+
* fixed the abnormal operation of ci files[(#10259)](https://github.com/RT-Thread/rt-thread/pull/10259)
64+
* ci script assigns PR reviews based on the list of maintainers[(#9913)](https://github.com/RT-Thread/rt-thread/pull/9913)
65+
* fixed the parameter passing issue in bsp_buildings[(#10254)](https://github.com/RT-Thread/rt-thread/pull/10254)
66+
* add qemu-pre-build-and-post-build for RT_SMART build [(#10203)
67+
* separated BSPs to be compiled, and compiled corresponding BSPs based on modified files.[(#10159)](https://github.com/RT-Thread/rt-thread/pull/10159)
68+
* Integrated all outputs into a single package.[(#10136)](https://github.com/RT-Thread/rt-thread/pull/10136)
69+
* Upload compilation results to GitHub after each build.[(#10135)](https://github.com/RT-Thread/rt-thread/pull/10135)
70+
71+
## Documents
72+
73+
* doxygen
74+
* re-org module groups[(#10197)](https://github.com/RT-Thread/rt-thread/pull/10197)
75+
* cleanup and re-org files
76+
77+
## BSP
78+
79+
* Some driver issues have been resolved and some driver support has been added
80+
* approve the master branch slimming process, reducing the main compartment size by approximately 1G.
81+
* Added some new BSPs
82+
* ST:
83+
* stm32f103-keysking
84+
* Infineon:
85+
* XMC7100D-F144K4160AA
86+
* ultrarisc
87+
* dp1000 evb
88+
189
# RT-Thread v5.2.0 Released
290

391
Change Log Since v5.1.0 Release

0 commit comments

Comments
 (0)