Skip to content

Commit 8944bf9

Browse files
committed
release: wrap lines in release notes
keep all line wrapped. Signed-off-by: Anas Nashif <[email protected]>
1 parent ebb28c0 commit 8944bf9

File tree

1 file changed

+34
-16
lines changed

1 file changed

+34
-16
lines changed

doc/release-notes-1.13.rst

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Boards
5353
Drivers and Sensors
5454
*******************
5555

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
5758
* audio: Added TLV320DAC310x audio DAC driver
5859
* can: Added can support for STM32L432
5960
* clock_control: Added STM32F7 family clock control
@@ -90,41 +91,56 @@ Networking
9091
**********
9192

9293
* 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.
97103
* Add Link Layer Discovery Protocol (LLDP) TX support.
98104
* Add support for managing Qav credit-based shaper algorithm.
99105
* Add generic TX timestamping support.
100106
* Add carrier detection support to ethernet L2 driver.
101107
* Add support for having vendor specific ethernet statistics.
102108
* 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.
105114
* Add API to net_pkt to prefill a network packet to a pre-defined value.
106115
* Add IEEE 802.1Qav support to Atmel GMAC ethernet driver.
107116
* Add hardware TX timestamping support to Atmel GMAC ethernet driver.
108117
* Add multiple hardware queue support to Atmel GMAC ethernet driver.
109118
* Add gPTP support to Atmel GMAC ethernet driver.
110119
* Add support for TI SimpleLink WiFI offload driver.
111120
* 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.
113123
* Add and fix string to integer conversions in net-shell.
114124
* 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.
116127
* 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.
120134
* Network packet priority and traffic class fixes and clarifications.
121135
* Lower memory consumption in net by using packed enums when applicable.
122136
* 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.
124139
* Enable Fast Connect policy for TI SimpleLink ethernet driver.
125140
* Fix ieee802154 simulator driver channel/tx power settings.
126141
* 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.
128144
* Network configuration (net_config) library split from the net_app library.
129145
(This change requires updating application configs to refer to corresponding
130146
NET_CONFIG_* options instead of NET_APP_*).
@@ -144,8 +160,10 @@ Networking
144160
* LWM2M cleanups and fixes.
145161
* Fix cache support in Atmel GMAC ethernet driver.
146162
* 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
166+
applications.
149167

150168
Bluetooth
151169
*********

0 commit comments

Comments
 (0)