Skip to content

Commit 158bb5e

Browse files
authored
Merge pull request #5448 from cndabai/changelog
add change log for v4.0.5
2 parents 522effa + d55bc31 commit 158bb5e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ChangeLog.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
# RT-Thread v4.0.4 released
228

329
Change log since v4.0.3

0 commit comments

Comments
 (0)