Skip to content

Commit

Permalink
Merge pull request #5448 from cndabai/changelog
Browse files Browse the repository at this point in the history
add change log for v4.0.5
  • Loading branch information
Guozhanxin authored Dec 29, 2021
2 parents 522effa + d55bc31 commit 158bb5e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# RT-Thread v4.0.5 released

Change log since v4.0.4

## Kernel

- Remove weak symbol from `rt_memset` , `rt_memcmp`, and add it for `rt_vsnprintf`

## Components

- Update Libc
- Fix the error when invoking `fopen` with mode "b"
- [AT] Fix the overflow problem of input array
- lwIP
- Fix the problem of implicit declaration of "lwip_ip4_route_src"
- Solve the conflict between multi BYTE_ORDERs

## BSP

- [qemu-vexpress-gemini] fix build errors
- STM32
- Add SOC_SERIES_STM32G0 to use "stm32_wdt.hiwdg.Init.Window = 0x00000FFF"; otherwise, the watchdog will always reset.
- [STM32L4] Fix the failure of the first erase after programming
- [GD32F4xx] Fix the problem of startup file
- Revert STM32 stack size to 0x400, which is set by mistake in [#5129](https://github.com/RT-Thread/rt-thread/pull/5129)

# RT-Thread v4.0.4 released

Change log since v4.0.3
Expand Down

0 comments on commit 158bb5e

Please sign in to comment.