Skip to content

Commit 874ff05

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: update release notes
remove WIP in heading, fix misspelling, fix python filename, updated doc section Signed-off-by: David B. Kinder <[email protected]>
1 parent 0075488 commit 874ff05

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/release-notes-1.9.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. _zephyr_1.9:
44

5-
Zephyr Kernel 1.9.0 (WIP)
6-
#########################
5+
Zephyr Kernel 1.9.0
6+
###################
77

88
We are pleased to announce the release of Zephyr kernel version 1.9.0
99

@@ -138,6 +138,7 @@ Documentation
138138
* CONTRIBUTING.rst and Contribution Guide material added
139139
* Configuration options doc reorganized for easier access
140140
* Navigation sidebar issues fixed for supported boards section
141+
* Fixed link targets hidden behind header
141142
* Completed migration of wiki.zephyrproject.org content into docs and
142143
GitHub wiki. All links to old wiki updated.
143144
* Broken link and spelling check scans through .rst, Kconfig (used for
@@ -153,7 +154,7 @@ Documentation
153154
Build System and Tools
154155
**********************
155156
* 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
157158

158159

159160
Tests and Samples
@@ -263,7 +264,7 @@ JIRA Related Items
263264
* :jira:`ZEP-2397` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work object
264265
* :jira:`ZEP-2398` - network stack test cases are only tested on x86
265266
* :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
267268
* :jira:`ZEP-2408` - design mechanism for kernel object sharing policy
268269
* :jira:`ZEP-2412` - Bluetooth tester app not working from commit c1e5cb
269270
* :jira:`ZEP-2432` - ieee802154_shell.c, net_mgmt call leads to a BUS FAULT

0 commit comments

Comments
 (0)