Skip to content

Commit b18a99b

Browse files
authored
Merge pull request #4733 from yangjie11/log
[lts-3.1.x]update ChangeLog.md
2 parents c30630d + 24ae3de commit b18a99b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Change log since v3.1.4
2626
* Fix the issue of critical protection when `rt_thread_delete` change the status of thread;
2727
* Fix bug in rt_realloc of mem.c, which may cause memory leak
2828
* Use object_find to implement thread_find/device_find
29+
* fix the timer code depends on c99
2930

3031
## Components
3132

@@ -36,7 +37,6 @@ Change log since v3.1.4
3637
* Modify the spelling error of the macro definition, modify the printing error when printing the IMEI number
3738
* Fix the issue that the server closed the connection when web socket requests the data that comes back from the server, and the socket status is incorrectly judged at that point
3839
* Fix the issue of incorrect sal_getaddrinfo release when sal socket supports multiple network cards
39-
4040
* Adjust where the AT socket callback function
4141
* Fix at_client, avoid creating the same client repeatedly and prevent working exceptions and memory leaks.
4242
* Fix the bug that rx_notice out of sync when the data is received after last rt_device_read() is zero
@@ -54,6 +54,8 @@ Change log since v3.1.4
5454
* Double free intf
5555
* dname buffer size is too small
5656
* Reset child pointer after detaching instance
57+
* remove jffs
58+
* remove uffs
5759

5860
## BSP and CPU porting
5961

@@ -68,6 +70,10 @@ Change log since v3.1.4
6870
* Adjust the interrupt priority configuration of some peripherals of the STM32 series BSP
6971
* Fix stm32 f1 series rtc bug
7072
* Fix PWM timer init about pwm
73+
* remove zynq7000
74+
* delete stm32f20x/fh8620/gkipc/realview-a8
75+
* update sam7x/simulator/qemu-vexpress-a9/imx6ul
76+
* add Copyright_Notice.md
7177

7278
## Tools
7379

0 commit comments

Comments
 (0)