Skip to content

Commit 4ef3378

Browse files
Shilpashreelc3Anas Nashif
authored andcommitted
doc: update release notes for v1.9
Updated the Jira list with the latest jira entries in the release notes. RTOS-2393 Signed-off-by: Shilpashree L C <[email protected]>
1 parent 7015b7e commit 4ef3378

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

doc/release-notes-1.9.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,23 +169,28 @@ JIRA Related Items
169169
* :jira:`ZEP-230` - Define I2S driver APIs
170170
* :jira:`ZEP-601` - enable CONFIG_DEBUG_INFO
171171
* :jira:`ZEP-702` - Integrate Nordic's Phoenix Link Layer into Zephyr
172+
* :jira:`ZEP-749` - TinyCrypt uses an old, unoptimized version of micro-ecc
172173
* :jira:`ZEP-896` - nRF5x Series: Add support for power and clock peripheral
174+
* :jira:`ZEP-1067` - Driver for BMM150
173175
* :jira:`ZEP-1396` - Add ksdk adc shim driver
174176
* :jira:`ZEP-1426` - CONFIG_BOOT_TIME_MEASUREMENT on all targets?
175177
* :jira:`ZEP-1552` - Provide apds9960 sensor driver
176178
* :jira:`ZEP-1647` - Figure out new combo for breathe/doxygen/sphinx versions that are supported
179+
* :jira:`ZEP-1744` - UPF 56 BLE Controller Issues
177180
* :jira:`ZEP-1751` - Add template YAML file
178181
* :jira:`ZEP-1819` - Add tickless kernel support in nrf_rtc_timer timer
179182
* :jira:`ZEP-1843` - provide mechanism to filter test cases based on available hardware
180183
* :jira:`ZEP-1892` - Fix issues with Fix Release
181184
* :jira:`ZEP-1902` - Missing board documentation for arm/nucleo_f334r8
182185
* :jira:`ZEP-1911` - Missing board documentation for arm/stm3210c_eval
183186
* :jira:`ZEP-1917` - Missing board documentation for arm/stm32373c_eval
187+
* :jira:`ZEP-1918` - Fix connection parameter request procedure
184188
* :jira:`ZEP-2018` - Remove deprecated PWM APIs
185189
* :jira:`ZEP-2020` - tests/crypto/test_ecc_dsa intermittently fails on riscv32
186190
* :jira:`ZEP-2025` - Add mcux pwm shim driver for k64
187191
* :jira:`ZEP-2031` - ESP32 Architecture Configuration
188192
* :jira:`ZEP-2032` - Espressif Open-source Toolchain Support
193+
* :jira:`ZEP-2039` - Implement stm32cube LL based clock control driver
189194
* :jira:`ZEP-2054` - Convert all helper script to use python3
190195
* :jira:`ZEP-2062` - Convert gen_offset_header to a python script
191196
* :jira:`ZEP-2063` - Convert gen_idt to python
@@ -195,18 +200,24 @@ JIRA Related Items
195200
* :jira:`ZEP-2089` - UART support for ESP32
196201
* :jira:`ZEP-2115` - Common API for networked applications for setting up network
197202
* :jira:`ZEP-2116` - Common API for networked apps to create client/server applications
203+
* :jira:`ZEP-2141` - Coverity CID 169303 in tests/net/ipv6/src/main.c
198204
* :jira:`ZEP-2150` - Move Arduino 101 to Device Tree
199205
* :jira:`ZEP-2151` - Move Quark D2000 to device tree
200206
* :jira:`ZEP-2156` - Build warnings [-Wformat] with LLVM/icx (tests/kernel/sprintf)
201207
* :jira:`ZEP-2168` - Timers seem to be broken with TICKLESS_KERNEL on nRF51 (Cortex M0)
208+
* :jira:`ZEP-2171` - Move all board pinmux code from drivers/pinmux/stm32 to the corrosponding board/soc locations
202209
* :jira:`ZEP-2184` - Split data, bss, noinit sections into application and kernel areas
203210
* :jira:`ZEP-2188` - x86: Implement simple stack memory protection
204211
* :jira:`ZEP-2217` - schedule_api test fails on ARM with tickless kernel enabled
205212
* :jira:`ZEP-2218` - unexpected short timeslice when running schedule_api with tickless kernel enabled
213+
* :jira:`ZEP-2220` - Extend MPU to stm32 family
206214
* :jira:`ZEP-2225` - Ability to unregister GATT services
215+
* :jira:`ZEP-2226` - BSD Sockets API: Basic blocking API
216+
* :jira:`ZEP-2227` - BSD Sockets API: Non-blocking API
207217
* :jira:`ZEP-2229` - test_time_slicing_preemptible fails on bbc_microbit and other NRF boards
208218
* :jira:`ZEP-2250` - sanitycheck not filtering defconfigs properly
209219
* :jira:`ZEP-2258` - Coverity static scan issues seen
220+
* :jira:`ZEP-2265` - stack declaration macros for ARM MPU
210221
* :jira:`ZEP-2267` - Create Release Notes
211222
* :jira:`ZEP-2270` - Convert mpu_stack_guard_test from using k_thread_spawn to k_thread_create
212223
* :jira:`ZEP-2274` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/ipv6_fragment)
@@ -223,6 +234,8 @@ JIRA Related Items
223234
* :jira:`ZEP-2306` - echo server hangs from IPv6 hop-by-hop option anomaly
224235
* :jira:`ZEP-2308` - (New) Networking API details documentation is missing
225236
* :jira:`ZEP-2310` - Improve configuration documentation index organization
237+
* :jira:`ZEP-2314` - Testcase failure :tests/benchmarks/timing_info/testcase.ini#test
238+
* :jira:`ZEP-2316` - Testcase failure :tests/bluetooth/shell/testcase.ini#test_br
226239
* :jira:`ZEP-2318` - some kernel objects sections are misaligned
227240
* :jira:`ZEP-2319` - tests/net/ieee802154/l2 uses semaphore before initialization
228241
* :jira:`ZEP-2321` - [PTS] All TC's of SM/GATT/GAP failed due to BTP_TIMEOUT error.
@@ -234,6 +247,7 @@ JIRA Related Items
234247
* :jira:`ZEP-2332` - bad memory access tests/net/ip-addr
235248
* :jira:`ZEP-2334` - bluetooth shell build warning when CONFIG_DEBUG=y
236249
* :jira:`ZEP-2335` - Ensure the Licensing page is up-to-date for the release
250+
* :jira:`ZEP-2340` - Disabling advertising gets stuck
237251
* :jira:`ZEP-2341` - Build warnings:override: reassigning to symbol MAIN_STACK_SIZE with LLVM/icx (/tests/net/6lo)
238252
* :jira:`ZEP-2343` - Coverity static scan issues seen
239253
* :jira:`ZEP-2344` - Coverity static scan issues seen
@@ -267,19 +281,23 @@ JIRA Related Items
267281
* :jira:`ZEP-2407` - [Cortex m series ] Getting a crash on Cortex m3 series when more than 8 preemptive threads with equal priority are scheduled
268282
* :jira:`ZEP-2408` - design mechanism for kernel object sharing policy
269283
* :jira:`ZEP-2412` - Bluetooth tester app not working from commit c1e5cb
284+
* :jira:`ZEP-2423` - samples/bluetooth/ipsp's builtin TCP echo crashes on TCP closure
270285
* :jira:`ZEP-2432` - ieee802154_shell.c, net_mgmt call leads to a BUS FAULT
271286
* :jira:`ZEP-2433` - x86: do forensic analysis to determine stack overflow context in supervisor mode
272287
* :jira:`ZEP-2436` - Unable to see console output in Quark_D200_CRB
273288
* :jira:`ZEP-2437` - warnings when building applications for quark d2000
274289
* :jira:`ZEP-2444` - [nrf] Scheduling test API is getting failed in case of nrf51/nrf52 platforms
290+
* :jira:`ZEP-2445` - nrf52: CPU lock-up when using Bluetooth + Flash driver + CONFIG_ASSERT
275291
* :jira:`ZEP-2447` - 'make debugserver' fails for qemu_x86_iamcu
276292
* :jira:`ZEP-2451` - Move Bluetooth IPSP support functions from samples/bluetooth to a separate library
277293
* :jira:`ZEP-2452` - https server does not build for olimex_stm32_e407
278294
* :jira:`ZEP-2457` - generated/offsets.h is being regenerated unnecessarily
279295
* :jira:`ZEP-2459` - Sample application not working with Quark SE C1000
280296
* :jira:`ZEP-2460` - tests/crypto/ecc_dh fails on qemu_nios2
281297
* :jira:`ZEP-2464` - "allow IPv6 interface init to work with late IP assignment" patch broke non-late IPv6 assignment
298+
* :jira:`ZEP-2465` - Static code scan (coverity) issues seen
282299
* :jira:`ZEP-2467` - Static code scan (coverity) issues seen
300+
* :jira:`ZEP-2468` - Static code scan (coverity) issues seen
283301
* :jira:`ZEP-2469` - Static code scan (coverity) issues seen
284302
* :jira:`ZEP-2474` - Static code scan (coverity) issues seen
285303
* :jira:`ZEP-2480` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/coaps_server)
@@ -291,18 +309,32 @@ JIRA Related Items
291309
* :jira:`ZEP-2488` - Build warnings [-Wpointer-sign] and [-Warray-bounds] with LLVM/icx (samples/net/irc_bot)
292310
* :jira:`ZEP-2489` - bug in _x86_mmu_buffer_validate API
293311
* :jira:`ZEP-2496` - Build failure on tests/benchmarks/object_footprint
312+
* :jira:`ZEP-2497` - [TIMER] k_timer_start should take 0 value for duration parameter
313+
* :jira:`ZEP-2498` - [Display] Minimum Duration argument to k_timer_start should be non Zero positive value
294314
* :jira:`ZEP-2508` - esp32 linkage doesn't unify ELF sections correctly
315+
* :jira:`ZEP-2510` - BT: CONFIG_BT_HCI_TX_STACK_SIZE appears to be too low for BT_SPI
316+
* :jira:`ZEP-2514` - XCC sanitycheck build compile wrong targets
295317
* :jira:`ZEP-2523` - Static code scan (Coverity) issue seen in file: /samples/net/zoap_server/src/zoap-server.c
318+
* :jira:`ZEP-2525` - Static code scan (Coverity) issue seen in file: /samples/net/zoap_server/src/zoap-server.c
296319
* :jira:`ZEP-2531` - Static code scan (Coverity) issue seen in file: /tests/net/lib/dns_resolve/src/main.c
297320
* :jira:`ZEP-2528` - Static code scan (Coverity) issue seen in file: /samples/net/nats/src/nats.c
298321
* :jira:`ZEP-2534` - Static code scan (Coverity) issue seen in file: /tests/kernel/irq_offload/src/irq_offload.c
299322
* :jira:`ZEP-2535` - Static code scan (Coverity) issue seen in file: /tests/net/lib/zoap/src/main.c
323+
* :jira:`ZEP-2537` - Static code scan (Coverity) issue seen in file: /tests/crypto/ecc_dh/src/ecc_dh.c
300324
* :jira:`ZEP-2538` - Static code scan (Coverity) issue seen in file: /arch/arm/soc/st_stm32/stm32f1/soc_gpio.c
301325
* :jira:`ZEP-2539` - Static code scan (Coverity) issue seen in file: /tests/net/ieee802154/l2/src/ieee802154_test.c
326+
* :jira:`ZEP-2540` - Static code scan (Coverity) issue seen in file: /ext/lib/crypto/tinycrypt/source/ecc_dh.c
327+
* :jira:`ZEP-2541` - Static code scan (Coverity) issue seen in file: /subsys/bluetooth/host/mesh/cfg.c
328+
* :jira:`ZEP-2549` - Static code scan (Coverity) issue seen in file: /samples/net/leds_demo/src/leds-demo.c
302329
* :jira:`ZEP-2552` - ESP32 uart poll_out always return 0
303330
* :jira:`ZEP-2553` - k_queue_poll not handling -EADDRINUSE (another thread already polling) properly
304331
* :jira:`ZEP-2556` - ESP32 watchdog WDT_MODE_INTERRUPT_RESET mode fails
305332
* :jira:`ZEP-2557` - ESP32 : Some GPIO tests are getting failed (tests/drivers/gpio/gpio_basic_api)
333+
* :jira:`ZEP-2558` - CONFIG_BLUETOOTH_* Kconfig options silently ignored
334+
* :jira:`ZEP-2560` - samples/net: the sample of zoap_server fails to add multicast address
306335
* :jira:`ZEP-2561` - samples/net: The HTTP client failed to send the POST request
307336
* :jira:`ZEP-2568` - [PTS] All TC's of L2CAP/SM/GATT/GAP failed due to BTP_ERROR.
308337
* :jira:`ZEP-2575` - error:[ '-O: command not found'] with LLVM/icx (samples/hello_world)
338+
* :jira:`ZEP-2576` - samples/net/sockets/echo, echo_async : fails to send the TCP packets
339+
* :jira:`ZEP-2581` - CC3220 executable binary format support
340+
* :jira:`ZEP-2584` - Update mbedTLS to 2.6.0

0 commit comments

Comments
 (0)