File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Networking
108
108
* Add PRIORITY support to net_context. This is working same way as SO_PRIORITY
109
109
in BSD sockets API.
110
110
* Add network traffic classification support to Rx and Tx paths. This allows
111
- priorization of incoming or outgoing network traffic. Both Rx and Tx can
111
+ prioritization of incoming or outgoing network traffic. Both Rx and Tx can
112
112
have max 8 network queues.
113
113
* Add network interface up/down command to net-shell.
114
114
* Create ethernet driver for native_posix board. The driver is enabled
@@ -186,7 +186,13 @@ HALs
186
186
187
187
Documentation
188
188
*************
189
+
189
190
* Added description for kernel test cases
191
+ * Discovered some API docs were missing, and fixed
192
+ * Documented writing guidelines and local doc generation process
193
+ * Improved Sphinx search results output (removed markup)
194
+ * Improved configuration options auto-generated documentation
195
+ * Significantly reduced local doc regeneration time
190
196
191
197
Tests and Samples
192
198
*****************
You can’t perform that action at this time.
0 commit comments