2
2
3
3
.. _zephyr_1.9 :
4
4
5
- Zephyr Kernel 1.9.0 (WIP)
6
- #########################
5
+ Zephyr Kernel 1.9.0
6
+ ###################
7
7
8
8
We are pleased to announce the release of Zephyr kernel version 1.9.0
9
9
@@ -138,6 +138,7 @@ Documentation
138
138
* CONTRIBUTING.rst and Contribution Guide material added
139
139
* Configuration options doc reorganized for easier access
140
140
* Navigation sidebar issues fixed for supported boards section
141
+ * Fixed link targets hidden behind header
141
142
* Completed migration of wiki.zephyrproject.org content into docs and
142
143
GitHub wiki. All links to old wiki updated.
143
144
* Broken link and spelling check scans through .rst, Kconfig (used for
@@ -153,7 +154,7 @@ Documentation
153
154
Build System and Tools
154
155
**********************
155
156
* Convert post-processing host tools to python, this includes the following
156
- tools: gen_offset_header.py gen_idt.py gen_gdt.py gen_mmu.p
157
+ tools: gen_offset_header.py gen_idt.py gen_gdt.py gen_mmu.py
157
158
158
159
159
160
Tests and Samples
@@ -263,7 +264,7 @@ JIRA Related Items
263
264
* :jira: `ZEP-2397 ` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work object
264
265
* :jira: `ZEP-2398 ` - network stack test cases are only tested on x86
265
266
* :jira: `ZEP-2403 ` - Enabling MMU for qemu_x86 broke active connect support
266
- * :jira: `ZEP-2407 ` - [Cortex m series ] Getting a crash on Cortex m3 series when more than 8 premptive threads with equal priority are scheduled
267
+ * :jira: `ZEP-2407 ` - [Cortex m series ] Getting a crash on Cortex m3 series when more than 8 preemptive threads with equal priority are scheduled
267
268
* :jira: `ZEP-2408 ` - design mechanism for kernel object sharing policy
268
269
* :jira: `ZEP-2412 ` - Bluetooth tester app not working from commit c1e5cb
269
270
* :jira: `ZEP-2432 ` - ieee802154_shell.c, net_mgmt call leads to a BUS FAULT
0 commit comments