Skip to content

Commit 8d963ce

Browse files
jukkarAnas Nashif
authored andcommitted
doc: Add networking changes to 1.8 release note
Add general description of network stack changes in v1.8 and two IEEE 802.15.4 driver additions in Drivers section. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 36075ec commit 8d963ce

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

doc/release-notes-1.8.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,42 @@ Drivers and Sensors
4242

4343
* UART interrupt-driver API is better defined
4444
* Support for pull-style console API
45+
* nRF5 IEEE 802.15.4 radio driver added
46+
* KW41Z IEEE 802.15.4 radio driver added
4547

4648
Networking
4749
**********
4850

49-
* Interesting change
51+
* HTTPS server support added
52+
* HTTP Basic-Auth support added
53+
* IPv6 fragmentation support added
54+
* Add block wise support to CoAP for well-known response
55+
* Big refactoring of network buffer handling
56+
* Start to collect TCP statistics if enabled in config
57+
* IEEE 802.15.4 security support added
58+
* DNS resolver sample application added
59+
* IPv6 multicast listener (MLDv2) support added
60+
* NATS protocol sample application added
61+
* HTTP client and server connectivity fixes
62+
* Network samples Coverity fixes
63+
* Network samples llvm compiler warning fixes
64+
* MQTT publisher connectivity fixes
65+
* 6lo IPv6 header compression fixes
66+
* CoAP connectivity fixes
67+
* DHCPv4 connectivity fixes
68+
* TCP connectivity fixes
69+
* DNS documentation and connectivity fixes
70+
* IPv6 connectivity fixes
71+
* IPv4 ARP fixes
72+
* IEEE 802.15.4 configuration tweaking fixes
73+
* Remove ORFD (Overly Reduced Function Device) 802.15.4 support
74+
* Network offloading driver fixes
75+
* Fix various memory leaks
76+
* Properly check TCP and UDP checksum before accepting packet
77+
* Start RX and TX network threads in proper order
78+
* Network samples documentation fixes and clarifications
79+
* RPL mesh routing fixes
80+
* Network link (MAC) address fixes
5081

5182
Bluetooth
5283
*********

0 commit comments

Comments
 (0)