@@ -6,6 +6,23 @@ Release Notes
6
6
Zephyr Kernel 1.7.0
7
7
********************
8
8
9
+ We are pleased to announce the release of Zephyr kernel version 1.7.0. This
10
+ release continues refinement of the unified kernel introduced with the 1.6.0
11
+ kernel release, simplifying the overall Zephyr architecture and programming
12
+ interfaces. This is the last release that will support the deprecated legacy
13
+ nano- and micro-kernel APIs found in the 1.5.0 release and earlier.
14
+
15
+ This release introduces a new native IP stack, replacing the legacy uIP stack,
16
+ maintaining the legacy functionality, adding additional capabilities, and allowing
17
+ future improvements.
18
+
19
+ Additionally, this release adds improvements for documentation, testing, and build
20
+ infrastructure (including use of 3rd-party compilers and build support for Windows
21
+ and OS X environments).
22
+
23
+ The following sections provide a detailed list of changes, by component, since
24
+ kernel version 1.6.0.
25
+
9
26
Kernel
10
27
======
11
28
@@ -112,6 +129,16 @@ HALs
112
129
Documentation
113
130
=============
114
131
132
+ * General improvements and additions to kernel component docs
133
+ * Moved supported board information back to the website site.
134
+ * New website documentation theme to go with the new zephyrproject.org site.
135
+ * New local-content generation theme (read-the-docs)
136
+ * General spelling checks and organizational improvements.
137
+ * Site-wide glossary added.
138
+ * Porting guides added.
139
+ * Sample README files converted to documents included in the website.
140
+ * Improved consistency of board and sample documentation.
141
+
115
142
Test and Samples
116
143
================
117
144
@@ -121,6 +148,9 @@ Deprecations
121
148
JIRA Related Items
122
149
==================
123
150
151
+ [TBD - Jira query for 1.7 items, formatted as such]
152
+ * :jira: `ZEP-0000 ` - Title of Jira goes here
153
+
124
154
.. _zephyr_1.6 :
125
155
126
156
Zephyr Kernel 1.6.0
0 commit comments