@@ -6,6 +6,23 @@ Release Notes
66Zephyr Kernel 1.7.0
77********************
88
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+
926Kernel
1027======
1128
@@ -112,6 +129,16 @@ HALs
112129Documentation
113130=============
114131
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+
115142Test and Samples
116143================
117144
@@ -121,6 +148,9 @@ Deprecations
121148JIRA Related Items
122149==================
123150
151+ [TBD - Jira query for 1.7 items, formatted as such]
152+ * :jira: `ZEP-0000 ` - Title of Jira goes here
153+
124154.. _zephyr_1.6 :
125155
126156Zephyr Kernel 1.6.0
0 commit comments