File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # RT-Thread v4.0.5 released
2
+
3
+ Change log since v4.0.4
4
+
5
+ ## Kernel
6
+
7
+ - Remove weak symbol from ` rt_memset ` , ` rt_memcmp ` , and add it for ` rt_vsnprintf `
8
+
9
+ ## Components
10
+
11
+ - Update Libc
12
+ - Fix the error when invoking ` fopen ` with mode "b"
13
+ - [ AT] Fix the overflow problem of input array
14
+ - lwIP
15
+ - Fix the problem of implicit declaration of "lwip_ip4_route_src"
16
+ - Solve the conflict between multi BYTE_ORDERs
17
+
18
+ ## BSP
19
+
20
+ - [ qemu-vexpress-gemini] fix build errors
21
+ - STM32
22
+ - Add SOC_SERIES_STM32G0 to use "stm32_wdt.hiwdg.Init.Window = 0x00000FFF"; otherwise, the watchdog will always reset.
23
+ - [ STM32L4] Fix the failure of the first erase after programming
24
+ - [ GD32F4xx] Fix the problem of startup file
25
+ - Revert STM32 stack size to 0x400, which is set by mistake in [ #5129 ] ( https://github.com/RT-Thread/rt-thread/pull/5129 )
26
+
1
27
# RT-Thread v4.0.4 released
2
28
3
29
Change log since v4.0.3
You can’t perform that action at this time.
0 commit comments