You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ Change log since v3.1.4
26
26
* Fix the issue of critical protection when `rt_thread_delete` change the status of thread;
27
27
* Fix bug in rt_realloc of mem.c, which may cause memory leak
28
28
* Use object_find to implement thread_find/device_find
29
+
* fix the timer code depends on c99
29
30
30
31
## Components
31
32
@@ -36,7 +37,6 @@ Change log since v3.1.4
36
37
* Modify the spelling error of the macro definition, modify the printing error when printing the IMEI number
37
38
* 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
38
39
* Fix the issue of incorrect sal_getaddrinfo release when sal socket supports multiple network cards
39
-
40
40
* Adjust where the AT socket callback function
41
41
* Fix at_client, avoid creating the same client repeatedly and prevent working exceptions and memory leaks.
42
42
* 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
54
54
* Double free intf
55
55
* dname buffer size is too small
56
56
* Reset child pointer after detaching instance
57
+
* remove jffs
58
+
* remove uffs
57
59
58
60
## BSP and CPU porting
59
61
@@ -68,6 +70,10 @@ Change log since v3.1.4
68
70
* Adjust the interrupt priority configuration of some peripherals of the STM32 series BSP
0 commit comments