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: doc/release-notes-1.13.rst
+34-16Lines changed: 34 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ Boards
53
53
Drivers and Sensors
54
54
*******************
55
55
56
-
* adc: Introduced reworked API and updated Nordic, NXP, Atmel, and Designware drivers
56
+
* adc: Introduced reworked API and updated Nordic, NXP, Atmel, and Designware
57
+
drivers
57
58
* audio: Added TLV320DAC310x audio DAC driver
58
59
* can: Added can support for STM32L432
59
60
* clock_control: Added STM32F7 family clock control
@@ -90,41 +91,56 @@ Networking
90
91
**********
91
92
92
93
* Introduce system calls for BSD socket APIs.
93
-
* Add IPv4 autoconf support. This adds support for IPv4 link-local addresses (169.254.*.*)
94
-
* Add TLS and DTLS support to BSD socket API. They are configured via setsockopt() API.
95
-
* Add support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP) for ethernet networks. A sample application is created to show how to interact with gPTP code.
96
-
* Add support for PTP clock driver. This driver will be used by gPTP supported ethernet drivers.
94
+
* Add IPv4 autoconf support. This adds support for IPv4 link-local addresses
95
+
(169.254.*.*)
96
+
* Add TLS and DTLS support to BSD socket API. They are configured via
97
+
setsockopt() API.
98
+
* Add support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP)
99
+
for ethernet networks. A sample application is created to show how to interact
100
+
with gPTP code.
101
+
* Add support for PTP clock driver. This driver will be used by gPTP supported
102
+
ethernet drivers.
97
103
* Add Link Layer Discovery Protocol (LLDP) TX support.
98
104
* Add support for managing Qav credit-based shaper algorithm.
99
105
* Add generic TX timestamping support.
100
106
* Add carrier detection support to ethernet L2 driver.
101
107
* Add support for having vendor specific ethernet statistics.
102
108
* Add getter support to ethernet management interface.
103
-
* Add promiscuous mode support to network interface. A sample application is created that shows how to use the user API for getting all network packets. The native_posix ethernet driver supports promiscuous mode at this point.
104
-
* Add support for Link Layer Multicast Name Resolution (LLMNR). LLMNR is used in Microsoft Windows networks for local name resolution.
109
+
* Add promiscuous mode support to network interface. A sample application is
110
+
created that shows how to use the user API for getting all network packets.
111
+
The native_posix ethernet driver supports promiscuous mode at this point.
112
+
* Add support for Link Layer Multicast Name Resolution (LLMNR). LLMNR is used in
113
+
Microsoft Windows networks for local name resolution.
105
114
* Add API to net_pkt to prefill a network packet to a pre-defined value.
106
115
* Add IEEE 802.1Qav support to Atmel GMAC ethernet driver.
107
116
* Add hardware TX timestamping support to Atmel GMAC ethernet driver.
108
117
* Add multiple hardware queue support to Atmel GMAC ethernet driver.
109
118
* Add gPTP support to Atmel GMAC ethernet driver.
110
119
* Add support for TI SimpleLink WiFI offload driver.
111
120
* Add support for randomized but stable MAC address in NXP MCUX ethernet driver.
112
-
* Add extra prints to net-shell for ethernet based network interfaces. The supported features and priority queue information is printed.
121
+
* Add extra prints to net-shell for ethernet based network interfaces. The
122
+
supported features and priority queue information is printed.
113
123
* Add and fix string to integer conversions in net-shell.
114
124
* Allow user to configure MAC address filters into ethernet devices.
115
-
* Catch network interface ON and OFF events in DHCPv4 and renew address lease if we re-connected.
125
+
* Catch network interface ON and OFF events in DHCPv4 and renew address lease if
126
+
we re-connected.
116
127
* Remove forever timeouts when waiting a new network buffer to be available.
117
-
* Relay network interface up/down command from net-shell to Linux host for native_posix ethernet driver.
118
-
* No need to join IPv6 solicited node multicast group for Bluetooth IPSP supported nodes.
119
-
* Allow external program to be started for native_posix ethernet driver. This allows for example startup of wireshark when zeth is created.
128
+
* Relay network interface up/down command from net-shell to Linux host for
129
+
native_posix ethernet driver.
130
+
* No need to join IPv6 solicited node multicast group for Bluetooth IPSP
131
+
supported nodes.
132
+
* Allow external program to be started for native_posix ethernet driver. This
133
+
allows for example startup of wireshark when zeth is created.
120
134
* Network packet priority and traffic class fixes and clarifications.
121
135
* Lower memory consumption in net by using packed enums when applicable.
122
136
* Correctly notify net_app server when TCP is disconnected.
123
-
* Register OpenThread used unicast and multicast IPv6 addresses for network interface.
137
+
* Register OpenThread used unicast and multicast IPv6 addresses for network
138
+
interface.
124
139
* Enable Fast Connect policy for TI SimpleLink ethernet driver.
125
140
* Fix ieee802154 simulator driver channel/tx power settings.
126
141
* Handle large IPv6 packets properly.
127
-
* Enable gPTP support in native_posix, NXP mcux and Atmel GMAC ethernet drivers. The native_posix ethernet driver gPTP support is only for testing purposes.
142
+
* Enable gPTP support in native_posix, NXP mcux and Atmel GMAC ethernet drivers.
143
+
The native_posix ethernet driver gPTP support is only for testing purposes.
128
144
* Network configuration (net_config) library split from the net_app library.
129
145
(This change requires updating application configs to refer to corresponding
130
146
NET_CONFIG_* options instead of NET_APP_*).
@@ -144,8 +160,10 @@ Networking
144
160
* LWM2M cleanups and fixes.
145
161
* Fix cache support in Atmel GMAC ethernet driver.
146
162
* Fix NXP MCUX ethernet driver to detect carrier lost event.
147
-
* Port native API echo-server/echo-client samples to BSD sockets API, with TLS/DTLS support.
148
-
* Handle out-of-buf situations gracefully in echo-client and echo-server sample applications.
163
+
* Port native API echo-server/echo-client samples to BSD sockets API, with
164
+
TLS/DTLS support.
165
+
* Handle out-of-buf situations gracefully in echo-client and echo-server sample
0 commit comments