@@ -5,8 +5,6 @@ Zephyr Kernel 1.8.0
5
5
6
6
We are pleased to announce the release of Zephyr kernel version 1.8.0.
7
7
8
- This release ... (overview paragraph of major changes goes here)...
9
-
10
8
Major enhancements with this release include:
11
9
12
10
* Tickless kernel
@@ -183,6 +181,8 @@ Documentation
183
181
*************
184
182
185
183
* Board documentation added for new board ports
184
+ * Added a board porting guide
185
+ * Added security sections to porting and user guides
186
186
* Continued migration of wiki.zephyrproject.org material to website and github wiki
187
187
* Improved CSS formatting and appearance of generated documents
188
188
* Added breadcrumb navigation header with kernel version number
@@ -220,7 +220,7 @@ JIRA Related Items
220
220
* :jira: `ZEP-888 ` - 802.15.4 - Security support
221
221
* :jira: `ZEP-932 ` - Adapt kernel sample & test projects
222
222
* :jira: `ZEP-948 ` - Revisit the timeslicing algorithm
223
- * :jira: `ZEP-973 ` - Remove deprecated API related to device PM, DEVICE\_ and * SYS\_ * macros
223
+ * :jira: `ZEP-973 ` - Remove deprecated API related to device PM functions and DEVICE\_ and SYS\_ * macros
224
224
* :jira: `ZEP-1028 ` - shrink k_block struct size
225
225
* :jira: `ZEP-1032 ` - IPSP router role support
226
226
* :jira: `ZEP-1169 ` - Sample mbedDTLS DTLS client stability on ethernet driver
@@ -300,7 +300,7 @@ JIRA Related Items
300
300
* :jira: `ZEP-2011 ` - Retrieve RPL node information through CoAP requests
301
301
* :jira: `ZEP-2012 ` - Fault in networking stack for cores that can't access unaligned memory
302
302
* :jira: `ZEP-2013 ` - dead object monitor code
303
- * :jira: `ZEP-2014 ` - Defaul samples/subsys/shell/shell fails to build on QEMU RISCv32 / NIOS2
303
+ * :jira: `ZEP-2014 ` - Default samples/subsys/shell/shell fails to build on QEMU RISCv32 / NIOS2
304
304
* :jira: `ZEP-2019 ` - Xtensa port does not compile if CONFIG_TICKLESS_IDLE is enabled
305
305
* :jira: `ZEP-2027 ` - Bluetooth Peripheral Sample won't pair with certain Android devices
306
306
* :jira: `ZEP-2029 ` - xtensa: irq_offload() doesn't work on XRC_D2PM
@@ -329,10 +329,3 @@ JIRA Related Items
329
329
* :jira: `ZEP-2143 ` - Compilation Error on Windows 10 with MSYS2
330
330
* :jira: `ZEP-2152 ` - Xtensa crashes on startup for cores with coprocessors
331
331
* :jira: `ZEP-2178 ` - Static code scan (coverity) issues seen
332
-
333
-
334
- Known Issues
335
- ************
336
-
337
- * :jira: `ZEP-0000 ` - Title
338
- - Workaround if available, or "No workaround, will address in a future release."
0 commit comments