@@ -33,7 +33,8 @@ The following sections provide detailed lists of changes by component.
3333Kernel
3434******
3535
36- * change description
36+ * Added POSIX thread IPC support for Kernel
37+ * kernel: introduce opaque data type for stacks
3738
3839Architectures
3940*************
@@ -120,7 +121,12 @@ Libraries
120121HALs
121122****
122123
123- * change description
124+ * Added support for stm32f417 SOC
125+ * Added support for stm32f405 SOC
126+ * pinmux: stm32: 96b_carbon: Add support for SPI
127+ * Added rcc node on stm32 socs
128+ * Added pin config for USART1 on PB6/PB7 for stm32l4
129+ * Removed TI cc3200 SOC and LaunchXL board support
124130
125131Documentation
126132*************
@@ -149,7 +155,143 @@ Tests and Samples
149155
150156JIRA Related Items
151157******************
152-
153- .. comment List derived from Jira query: ...
154-
155- * :jira: `ZEP-000 ` - Title
158+ * :jira: `ZEP-230 ` - Define I2S driver APIs
159+ * :jira: `ZEP-601 ` - enable CONFIG_DEBUG_INFO
160+ * :jira: `ZEP-702 ` - Integrate Nordic's Phoenix Link Layer into Zephyr
161+ * :jira: `ZEP-896 ` - nRF5x Series: Add support for power and clock peripheral
162+ * :jira: `ZEP-1396 ` - Add ksdk adc shim driver
163+ * :jira: `ZEP-1426 ` - CONFIG_BOOT_TIME_MEASUREMENT on all targets?
164+ * :jira: `ZEP-1552 ` - Provide apds9960 sensor driver
165+ * :jira: `ZEP-1647 ` - Figure out new combo for breathe/doxygen/sphinx versions that are supported
166+ * :jira: `ZEP-1751 ` - Add template YAML file
167+ * :jira: `ZEP-1819 ` - Add tickless kernel support in nrf_rtc_timer timer
168+ * :jira: `ZEP-1843 ` - provide mechanism to filter test cases based on available hardware
169+ * :jira: `ZEP-1892 ` - Fix issues with Fix Release
170+ * :jira: `ZEP-1902 ` - Missing board documentation for arm/nucleo_f334r8
171+ * :jira: `ZEP-1911 ` - Missing board documentation for arm/stm3210c_eval
172+ * :jira: `ZEP-1917 ` - Missing board documentation for arm/stm32373c_eval
173+ * :jira: `ZEP-2018 ` - Remove deprecated PWM APIs
174+ * :jira: `ZEP-2020 ` - tests/crypto/test_ecc_dsa intermittently fails on riscv32
175+ * :jira: `ZEP-2025 ` - Add mcux pwm shim driver for k64
176+ * :jira: `ZEP-2031 ` - ESP32 Architecture Configuration
177+ * :jira: `ZEP-2032 ` - Espressif Open-source Toolchain Support
178+ * :jira: `ZEP-2054 ` - Convert all helper script to use python3
179+ * :jira: `ZEP-2062 ` - Convert gen_offset_header to a python script
180+ * :jira: `ZEP-2063 ` - Convert gen_idt to python
181+ * :jira: `ZEP-2068 ` - Need Tasks to Be Tracked in QRC too
182+ * :jira: `ZEP-2071 ` - samples: warning: (SPI_CS_GPIO && SPI_SS_CS_GPIO && I2C_NRF5) selects GPIO which has unmet direct dependencies
183+ * :jira: `ZEP-2085 ` - Add CONTRIBUTING.rst to root folder w/contributing guidelines
184+ * :jira: `ZEP-2089 ` - UART support for ESP32
185+ * :jira: `ZEP-2115 ` - Common API for networked applications for setting up network
186+ * :jira: `ZEP-2116 ` - Common API for networked apps to create client/server applications
187+ * :jira: `ZEP-2150 ` - Move Arduino 101 to Device Tree
188+ * :jira: `ZEP-2151 ` - Move Quark D2000 to device tree
189+ * :jira: `ZEP-2156 ` - Build warnings [-Wformat] with LLVM/icx (tests/kernel/sprintf)
190+ * :jira: `ZEP-2168 ` - Timers seem to be broken with TICKLESS_KERNEL on nRF51 (Cortex M0)
191+ * :jira: `ZEP-2184 ` - Split data, bss, noinit sections into application and kernel areas
192+ * :jira: `ZEP-2188 ` - x86: Implement simple stack memory protection
193+ * :jira: `ZEP-2217 ` - schedule_api test fails on ARM with tickless kernel enabled
194+ * :jira: `ZEP-2218 ` - unexpected short timeslice when running schedule_api with tickless kernel enabled
195+ * :jira: `ZEP-2225 ` - Ability to unregister GATT services
196+ * :jira: `ZEP-2229 ` - test_time_slicing_preemptible fails on bbc_microbit and other NRF boards
197+ * :jira: `ZEP-2250 ` - sanitycheck not filtering defconfigs properly
198+ * :jira: `ZEP-2258 ` - Coverity static scan issues seen
199+ * :jira: `ZEP-2267 ` - Create Release Notes
200+ * :jira: `ZEP-2270 ` - Convert mpu_stack_guard_test from using k_thread_spawn to k_thread_create
201+ * :jira: `ZEP-2274 ` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/ipv6_fragment)
202+ * :jira: `ZEP-2278 ` - KW41-Z 802.15.4 driver hangs if full debug is disabled
203+ * :jira: `ZEP-2279 ` - echo_server TCP handler corrupt by SYN flood
204+ * :jira: `ZEP-2280 ` - add test case for KBUILD_ZEPHYR_APP
205+ * :jira: `ZEP-2285 ` - non-boards shows up in board list for docs
206+ * :jira: `ZEP-2286 ` - Write a GPIO driver for ESP32
207+ * :jira: `ZEP-2289 ` - [DoS] Memory leak from large TCP packets
208+ * :jira: `ZEP-2296 ` - ESP32: watchdog driver
209+ * :jira: `ZEP-2297 ` - ESP32: Pin mux driver
210+ * :jira: `ZEP-2303 ` - Concurrent incoming TCP connections
211+ * :jira: `ZEP-2305 ` - linker: implement MMU alignment constraints
212+ * :jira: `ZEP-2306 ` - echo server hangs from IPv6 hop-by-hop option anomaly
213+ * :jira: `ZEP-2308 ` - (New) Networking API details documentation is missing
214+ * :jira: `ZEP-2310 ` - Improve configuration documentation index organization
215+ * :jira: `ZEP-2318 ` - some kernel objects sections are misaligned
216+ * :jira: `ZEP-2319 ` - tests/net/ieee802154/l2 uses semaphore before initialization
217+ * :jira: `ZEP-2321 ` - [PTS] All TC's of SM/GATT/GAP failed due to BTP_TIMEOUT error.
218+ * :jira: `ZEP-2326 ` - x86: API to validate user buffer
219+ * :jira: `ZEP-2328 ` - gen_mmu.py appears to generate incorrect tables in some situations
220+ * :jira: `ZEP-2329 ` - bad memory access tests/net/route
221+ * :jira: `ZEP-2330 ` - bad memory access tests/net/rpl
222+ * :jira: `ZEP-2331 ` - bad memory access tests/net/ieee802154/l2
223+ * :jira: `ZEP-2332 ` - bad memory access tests/net/ip-addr
224+ * :jira: `ZEP-2334 ` - bluetooth shell build warning when CONFIG_DEBUG=y
225+ * :jira: `ZEP-2335 ` - Ensure the Licensing page is up-to-date for the release
226+ * :jira: `ZEP-2341 ` - Build warnings:override: reassigning to symbol MAIN_STACK_SIZE with LLVM/icx (/tests/net/6lo)
227+ * :jira: `ZEP-2343 ` - Coverity static scan issues seen
228+ * :jira: `ZEP-2344 ` - Coverity static scan issues seen
229+ * :jira: `ZEP-2345 ` - Coverity static scan issues seen
230+ * :jira: `ZEP-2352 ` - network API docs don't mention when callbacks are called from a different thread
231+ * :jira: `ZEP-2354 ` - ESP32: Random number generator
232+ * :jira: `ZEP-2355 ` - Coverity static scan issues seen
233+ * :jira: `ZEP-2358 ` - samples:net: echo_server: Failed to send UDP packets
234+ * :jira: `ZEP-2359 ` - samples:net: coaps_server: unable to bind with IPv6
235+ * :jira: `ZEP-2360 ` - Initial implementation of Bluetooth Mesh
236+ * :jira: `ZEP-2361 ` - Provide a POSIX compatibility Layer on top of native APIs
237+ * :jira: `ZEP-2365 ` - samples/net/wpanusb/test_15_4 fail on nrf52840_pca10056 and frdm_kw41z
238+ * :jira: `ZEP-2366 ` - implement \_ _kernel attribute
239+ * :jira: `ZEP-2367 ` - NULL pointer read in udp, tcp, context net tests
240+ * :jira: `ZEP-2368 ` - x86: QEMU: enable MMU at boot by default
241+ * :jira: `ZEP-2370 ` - [test] Create a stress test to test preemptive scheduling on zephyr
242+ * :jira: `ZEP-2371 ` - [test] Create a stress test to test round robin scheduling with equal priority tasks on zephyr
243+ * :jira: `ZEP-2374 ` - Build warnings:override: reassigning to symbol NET_IPV4 with LLVM/icx (/tests/net/dhcpv4)
244+ * :jira: `ZEP-2375 ` - Build warnings [-Wpointer-sign] with LLVM/icx (tests/net/udp)
245+ * :jira: `ZEP-2378 ` - sample/bluetooth/ipsp: When build the app 'ROM' overflowed
246+ * :jira: `ZEP-2379 ` - samples/bluetooth: Bluetooth init failed (err -19)
247+ * :jira: `ZEP-2380 ` - TCP is broken by Zephyr commit 3604c391e
248+ * :jira: `ZEP-2382 ` - Convert test to use ztest framework
249+ * :jira: `ZEP-2383 ` - Net-app API needs to support DTLS
250+ * :jira: `ZEP-2384 ` - "Common" bluetooth sample code does not build out of tree
251+ * :jira: `ZEP-2385 ` - Update TinyCrypt to 0.2.7
252+ * :jira: `ZEP-2395 ` - Assert in http_server example when run over bluetooth on nrf52840
253+ * :jira: `ZEP-2397 ` - net_if_ipv6_addr_rm calls k_delayed_work_cancel() on uninitialized k_delayed_work object
254+ * :jira: `ZEP-2398 ` - network stack test cases are only tested on x86
255+ * :jira: `ZEP-2403 ` - Enabling MMU for qemu_x86 broke active connect support
256+ * :jira: `ZEP-2407 ` - [Cortex m series ] Getting a crash on Cortex m3 series when more than 8 premptive threads with equal priority are scheduled
257+ * :jira: `ZEP-2408 ` - design mechanism for kernel object sharing policy
258+ * :jira: `ZEP-2412 ` - Bluetooth tester app not working from commit c1e5cb
259+ * :jira: `ZEP-2432 ` - ieee802154_shell.c, net_mgmt call leads to a BUS FAULT
260+ * :jira: `ZEP-2433 ` - x86: do forensic analysis to determine stack overflow context in supervisor mode
261+ * :jira: `ZEP-2436 ` - Unable to see console output in Quark_D200_CRB
262+ * :jira: `ZEP-2437 ` - warnings when building applications for quark d2000
263+ * :jira: `ZEP-2444 ` - [nrf] Scheduling test API is getting failed in case of nrf51/nrf52 platforms
264+ * :jira: `ZEP-2447 ` - 'make debugserver' fails for qemu_x86_iamcu
265+ * :jira: `ZEP-2451 ` - Move Bluetooth IPSP support functions from samples/bluetooth to a separate library
266+ * :jira: `ZEP-2452 ` - https server does not build for olimex_stm32_e407
267+ * :jira: `ZEP-2457 ` - generated/offsets.h is being regenerated unnecessarily
268+ * :jira: `ZEP-2459 ` - Sample application not working with Quark SE C1000
269+ * :jira: `ZEP-2460 ` - tests/crypto/ecc_dh fails on qemu_nios2
270+ * :jira: `ZEP-2464 ` - "allow IPv6 interface init to work with late IP assignment" patch broke non-late IPv6 assignment
271+ * :jira: `ZEP-2467 ` - Static code scan (coverity) issues seen
272+ * :jira: `ZEP-2469 ` - Static code scan (coverity) issues seen
273+ * :jira: `ZEP-2474 ` - Static code scan (coverity) issues seen
274+ * :jira: `ZEP-2480 ` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/coaps_server)
275+ * :jira: `ZEP-2482 ` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/telnet)
276+ * :jira: `ZEP-2483 ` - samples:net: http_client: Failed to get http requests in IPv6
277+ * :jira: `ZEP-2484 ` - samples:net: http_server: Failed to work in IPv6
278+ * :jira: `ZEP-2485 ` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/coaps_client)
279+ * :jira: `ZEP-2486 ` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/mbedtls_dtlsserver)
280+ * :jira: `ZEP-2488 ` - Build warnings [-Wpointer-sign] and [-Warray-bounds] with LLVM/icx (samples/net/irc_bot)
281+ * :jira: `ZEP-2489 ` - bug in _x86_mmu_buffer_validate API
282+ * :jira: `ZEP-2496 ` - Build failure on tests/benchmarks/object_footprint
283+ * :jira: `ZEP-2508 ` - esp32 linkage doesn't unify ELF sections correctly
284+ * :jira: `ZEP-2523 ` - Static code scan (Coverity) issue seen in file: /samples/net/zoap_server/src/zoap-server.c
285+ * :jira: `ZEP-2531 ` - Static code scan (Coverity) issue seen in file: /tests/net/lib/dns_resolve/src/main.c
286+ * :jira: `ZEP-2528 ` - Static code scan (Coverity) issue seen in file: /samples/net/nats/src/nats.c
287+ * :jira: `ZEP-2534 ` - Static code scan (Coverity) issue seen in file: /tests/kernel/irq_offload/src/irq_offload.c
288+ * :jira: `ZEP-2535 ` - Static code scan (Coverity) issue seen in file: /tests/net/lib/zoap/src/main.c
289+ * :jira: `ZEP-2538 ` - Static code scan (Coverity) issue seen in file: /arch/arm/soc/st_stm32/stm32f1/soc_gpio.c
290+ * :jira: `ZEP-2539 ` - Static code scan (Coverity) issue seen in file: /tests/net/ieee802154/l2/src/ieee802154_test.c
291+ * :jira: `ZEP-2552 ` - ESP32 uart poll_out always return 0
292+ * :jira: `ZEP-2553 ` - k_queue_poll not handling -EADDRINUSE (another thread already polling) properly
293+ * :jira: `ZEP-2556 ` - ESP32 watchdog WDT_MODE_INTERRUPT_RESET mode fails
294+ * :jira: `ZEP-2557 ` - ESP32 : Some GPIO tests are getting failed (tests/drivers/gpio/gpio_basic_api)
295+ * :jira: `ZEP-2561 ` - samples/net: The HTTP client failed to send the POST request
296+ * :jira: `ZEP-2568 ` - [PTS] All TC's of L2CAP/SM/GATT/GAP failed due to BTP_ERROR.
297+ * :jira: `ZEP-2575 ` - error:[ '-O: command not found'] with LLVM/icx (samples/hello_world)
0 commit comments