@@ -150,7 +150,10 @@ Documentation
150
150
* Site-wide glossary added.
151
151
* Porting guides added.
152
152
* Sample README files converted to documents included in the website.
153
- * Improved consistency of board and sample documentation.
153
+ * Improved consistency of :ref: `boards ` and `samples documentation `_.
154
+
155
+ .. _samples documentation : https:/zephyrproject.org/doc/samples/samples.html
156
+
154
157
155
158
JIRA Related Items
156
159
==================
@@ -266,7 +269,7 @@ JIRA Related Items
266
269
* :jira: `ZEP-1305 ` - Add DTS/DTB targets to build infrastructure
267
270
* :jira: `ZEP-1306 ` - Create DTS/DTB parser
268
271
* :jira: `ZEP-1307 ` - Plumbing the DTS configuration
269
- * :jira: `ZEP-1308 ` - zephyr thread function k_sleep does'nt work with nrf51822
272
+ * :jira: `ZEP-1308 ` - zephyr thread function k_sleep doesn't work with nrf51822
270
273
* :jira: `ZEP-1320 ` - Update Architecture Porting Guide
271
274
* :jira: `ZEP-1321 ` - Glossary of Terms needs updating
272
275
* :jira: `ZEP-1323 ` - Eliminate references to fiber, task, and nanokernel under ./include
@@ -314,7 +317,7 @@ JIRA Related Items
314
317
* :jira: `ZEP-1437 ` - AIO: Fail to retrieve pending interrupt in ISR
315
318
* :jira: `ZEP-1440 ` - Kconfig choice for MINIMAL_LIBC vs NEWLIB_LIBC is not selectable
316
319
* :jira: `ZEP-1442 ` - Samples/net/dhcpv4_client: Build fail as No rule to make target prj\_ .conf
317
- * :jira: `ZEP-1443 ` - Samples/net/zperf: Build fail as net_private.h can not be founld
320
+ * :jira: `ZEP-1443 ` - Samples/net/zperf: Build fail as net_private.h can not be found
318
321
* :jira: `ZEP-1448 ` - Samples/net/mbedtls_sslclient:Build fail as net/ip_buf.h can not be found
319
322
* :jira: `ZEP-1449 ` - samples: logger_hook
320
323
* :jira: `ZEP-1456 ` - Asserts on nrf51 running Bluetooth hci_uart sample
@@ -329,8 +332,8 @@ JIRA Related Items
329
332
* :jira: `ZEP-1480 ` - Update supported distros in getting started guide
330
333
* :jira: `ZEP-1481 ` - Bluetooth fails to init
331
334
* :jira: `ZEP-1483 ` - H:4 HCI driver (h4.c) should rely on UART flow control to avoid dropping packets
332
- * :jira: `ZEP-1487 ` - I2C_SS: I2C doesn's set device busy before starting data transfer
333
- * :jira: `ZEP-1488 ` - SPI_SS: SPI doesn's set device busy before starting data transfer
335
+ * :jira: `ZEP-1487 ` - I2C_SS: I2C doesn't set device busy before starting data transfer
336
+ * :jira: `ZEP-1488 ` - SPI_SS: SPI doesn't set device busy before starting data transfer
334
337
* :jira: `ZEP-1489 ` - [GATT] Nested Long Characteristic Value Reliable Writes
335
338
* :jira: `ZEP-1490 ` - [PTS] TC_CONN_CPUP_BV_04_C test case is failing
336
339
* :jira: `ZEP-1492 ` - Add Atmel SAM family GMAC Ethernet driver
@@ -355,6 +358,7 @@ JIRA Related Items
355
358
* :jira: `ZEP-1546 ` - Bug in Zephyr OS high-precision timings sub-system (function sys_cycle_get_32())
356
359
* :jira: `ZEP-1547 ` - Add support for H7 crypto function and CT2 SMP auth flag
357
360
* :jira: `ZEP-1548 ` - Python script invocation is inconsistent
361
+ * :jira: `ZEP-1549 ` - k_cpu_sleep_mode unaligned byte address
358
362
* :jira: `ZEP-1554 ` - Xtensa integration
359
363
* :jira: `ZEP-1557 ` - RISC V Port
360
364
* :jira: `ZEP-1558 ` - Support of user private data pointer in Timer expiry function
@@ -397,19 +401,20 @@ JIRA Related Items
397
401
* :jira: `ZEP-1645 ` - API to wait on multiple kernel objects
398
402
* :jira: `ZEP-1648 ` - Update links to wiki pages for board info back into the web docs
399
403
* :jira: `ZEP-1650 ` - make clean (or pristine) is not removing all artifacts of document generation
404
+ * :jira: `ZEP-1651 ` - i2c_dw malfunctioning due to various changes.
400
405
* :jira: `ZEP-1653 ` - build issue when compiling with LLVM in ISSM (altmacro)
401
406
* :jira: `ZEP-1654 ` - Build issues when compiling with LLVM(unknown attribute '_alloc_align_)
402
407
* :jira: `ZEP-1655 ` - Build issues when compiling with LLVM(memory pool)
403
408
* :jira: `ZEP-1656 ` - IPv6 over BLE no longer works after commit 2e9fd88
404
409
* :jira: `ZEP-1657 ` - Zoap doxygen documentation needs to be perfected
405
- * :jira: `ZEP-1658 ` - IPv6 TCP low on buffers, stops responding after about 5 requesets
410
+ * :jira: `ZEP-1658 ` - IPv6 TCP low on buffers, stops responding after about 5 requests
406
411
* :jira: `ZEP-1662 ` - zoap_packet_get_payload() should return the payload length
407
412
* :jira: `ZEP-1663 ` - sanitycheck overrides user's environment for CCACHE
408
413
* :jira: `ZEP-1665 ` - pinmux: missing default pinmux driver config for quark_se_ss
409
414
* :jira: `ZEP-1669 ` - API documentation does not follow in-code documentation style
410
415
* :jira: `ZEP-1672 ` - flash: Flash device binding failed on Arduino_101_sss
411
416
* :jira: `ZEP-1674 ` - frdm_k64f: With Ethernet driver enabled, application can't start up without connected network cable
412
- * :jira: `ZEP-1677 ` - SDK: BLE cannot be initialized/advertized with CONFIG_ARC_INIT=y on Arduino 101
417
+ * :jira: `ZEP-1677 ` - SDK: BLE cannot be initialized/advertised with CONFIG_ARC_INIT=y on Arduino 101
413
418
* :jira: `ZEP-1681 ` - Save/restore debug registers during soc_sleep/soc_deep_sleep in c1000
414
419
* :jira: `ZEP-1692 ` - [PTS] GATT/SR/GPA/BV-11-C fails
415
420
* :jira: `ZEP-1701 ` - Provide an HTTP API
@@ -421,7 +426,7 @@ JIRA Related Items
421
426
* :jira: `ZEP-1710 ` - Add TinyTILE board support
422
427
* :jira: `ZEP-1713 ` - xtensa: correct all checkpatch issues
423
428
* :jira: `ZEP-1716 ` - HTTP server sample that does not support up to 10 concurrent sessions.
424
- * :jira: `ZEP-1717 ` - GPIO: GPIO LEVEL interrput cannot work well in deep sleep mode
429
+ * :jira: `ZEP-1717 ` - GPIO: GPIO LEVEL interrupt cannot work well in deep sleep mode
425
430
* :jira: `ZEP-1723 ` - Warnings in Network code/ MACROS, when built with ISSM's llvm/icx compiler
426
431
* :jira: `ZEP-1732 ` - sample of zoap_server runs error.
427
432
* :jira: `ZEP-1733 ` - Work on ZEP-686 led to regressions in docs on integration with 3rd-party code
@@ -437,18 +442,23 @@ JIRA Related Items
437
442
* :jira: `ZEP-1778 ` - tests/power: multicore case won't work as expected
438
443
* :jira: `ZEP-1786 ` - TCP does not work on Arduino 101 board.
439
444
* :jira: `ZEP-1787 ` - kernel event logger build failed with "CONFIG_LEGACY_KERNEL=n"
440
- * :jira: `ZEP-1799 ` - timeout_order_test _ASSERT_VALID_PRIO falied
445
+ * :jira: `ZEP-1789 ` - ARC: "samples/logger-hook" crashed __memory_error from sys_ring_buf_get
446
+ * :jira: `ZEP-1799 ` - timeout_order_test _ASSERT_VALID_PRIO failed
447
+ * :jira: `ZEP-1803 ` - Error occurs when exercising dma_transfer_stop
441
448
* :jira: `ZEP-1806 ` - Build warnings with LLVM/icx (gdb_server)
442
449
* :jira: `ZEP-1809 ` - Build error in net/ip with LLVM/icx
443
450
* :jira: `ZEP-1810 ` - Build failure in net/lib/zoap with LLVM/icx
444
451
* :jira: `ZEP-1811 ` - Build error in net/ip/net_mgmt.c with LLVM/icx
445
452
* :jira: `ZEP-1839 ` - LL_ASSERT in event_common_prepareA
446
453
* :jira: `ZEP-1851 ` - Build warnings with obj_tracing
447
454
* :jira: `ZEP-1852 ` - LL_ASSERT in isr_radio_state_close()
455
+ * :jira: `ZEP-1855 ` - IP stack buffer allocation fails over time
448
456
* :jira: `ZEP-1858 ` - Zephyr NATS client fails to respond to server MSG
449
457
* :jira: `ZEP-1864 ` - llvm icx build warning in tests/drivers/uart/*
450
458
* :jira: `ZEP-1872 ` - samples/net: the HTTP client sample app must run on QEMU x86
459
+ * :jira: `ZEP-1877 ` - samples/net: the coaps_server sample app runs failed on Arduino 101
451
460
* :jira: `ZEP-1883 ` - Enabling Console on ARC Genuino 101
461
+ * :jira: `ZEP-1890 ` - Bluetooth IPSP sample: Too small user data size
452
462
453
463
454
464
.. _zephyr_1.6 :
@@ -457,7 +467,7 @@ Zephyr Kernel 1.6.0
457
467
********************
458
468
459
469
We are pleased to announce the release of Zephyr kernel version 1.6.0. This
460
- release introduces a the unified Kernel replacing the separate nano- and
470
+ release introduces the unified Kernel replacing the separate nano- and
461
471
micro-kernels and simplifying the overall Zephyr architecture and programming
462
472
interfaces.
463
473
Support for the ARM Cortex-M0/M0+ family was added and board support for
0 commit comments