1:orphan: 2 3.. _zephyr_1.13: 4 5Zephyr Kernel 1.13.0 6#################### 7 8We are pleased to announce the release of Zephyr kernel version 1.13.0. 9 10Major enhancements with this release include: 11 12* Extensible and Pluggable Tracing Support 13* Compartmentalized application memory organization 14* Logging System Overhaul 15* Introduce system calls for BSD socket APIs 16* Support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP) 17* Link Layer Discovery Protocol (LLDP) TX support 18* Support for TLS and DTLS using BSD socket API 19* Support for Link Layer Multicast Name Resolution (LLMNR) 20* Introduced reworked ADC API and updated Nordic, NXP, Atmel, and 21 Synopsys DesignWare drivers 22* Support OS driven Power Management framework 23* Basic support for Arm TrustZone in Armv8-M 24 25The following sections provide detailed lists of changes by component. 26 27Kernel 28****** 29 30* Remove kernel event manager, replaced by generic tracing interface 31* Enhanced Timeout and Tick handling in kernel 32* Compartmentalized application memory organization 33* Fix errno access for user mode 34 35Architectures 36************* 37 38* arch: arc: improve the reset code 39* arch: arc: use a separate stack for exception handling 40* arch: arc: refactor the arc stack check support 41* arch: arm: stm32: enable instruction and data caches on STM32F7 42* arch: arm: implement ARMv8-M MPU driver 43* irq: Fix irq_lock api usage 44* arch: arm: macro API for defining non-secure entry functions 45* arch: arm: allow processor to ignore/recover from faults 46* arm: nxp: mpu: Consolidate k64 mpu regions 47* arm: Print NXP MPU error information in BusFault dump 48* arch: ARM: Change the march used by cortex-m0 and cortex-m0plus 49* arch: arm: integrate ARM CMSE with CMake 50* arch: arm: basic Arm TrustZone-M functionality for Cortex-M23 and Cortex-M33 51* arch: arm: built-in stack protection using Armv8-M SPLIM registers 52* arch: arm: API for using TT intrinsics in Secure/Non-Secure Armv8-M firmware 53* arch: arm: clean up MPU code for ARM and NXP 54* arch: arm: Set Zero Latency IRQ to priority level zero 55* arch/arm: Fix locking in __pendsv 56 57Boards & SoC Support 58******************** 59 60* x86: add SoC configuration for Apollo Lake 61* x86: add support for UP Squared (Pentium/Celeron) 62* arc: Support Synopsys ARC nSim instruction set simulator 63* riscv32: riscv-privilege: Microsemi Mi-V support 64* Added support for the following Arm boards: 65 66 * efr32_slwstk6061a 67 * nrf52_adafruit_feather 68 * nrf52810_pca10040 69 * nrf52840_pca10059 70 * nucleo_f207zg 71 * reel_board 72 * stm32f723e_disco 73 * stm32f746g_disco 74 * stm32f769i_disco 75 * udoo_neo_full_m4 76 * warp7_m4 77 78Drivers and Sensors 79******************* 80 81* adc: Introduced reworked API and updated Nordic, NXP, Atmel, and 82 Synopsys DesignWare drivers 83* audio: Added TLV320DAC310x audio DAC driver 84* can: Added can support for STM32L432 85* clock_control: Added STM32F7 family clock control 86* entropy: Added support for STM32F7 87* eth: Enabled gPTP support in mcux and gmac drivers 88* eth: Added promiscuous mode support to native_posix 89* eth: mcux: Added an option for randomized, but stable MAC address 90* gpio: Added STM32F7 GPIO support 91* interrupt_controller: Added STM32F7 EXTI support 92* i2c: Added support for STM32F7 93* i2c: Added i.MX shim driver 94* i2c: Implemented slave support for stm32_v2 95* i2c: Added EEPROM I2C slave driver 96* i2c: Added shims for nrfx TWI and TWIM drivers 97* i2s: Exposed i2s APIs to user mode 98* led: Added TI LP5562 and NXP PCA9633 drivers 99* modem: Added Wistron WNC-M14A2A LTE-M Modem driver 100* modem: Added modem receiver (tty) driver 101* pinmux: Added STM32F7 pinmux support 102* pwm: Added i.MX shim driver 103* pwm: Added shim for nrfx PWM HW driver 104* serial: Added power management to nRF UART driver 105* serial: Added STM32F7 UART support 106* serial: Allow to pass arbitrary user data to irq callback 107* serial: Added UARTE driver for the nRFx family 108* sensor: Added adxl372, mma8451q, adt7420 drivers 109* sensor: lis2dh: Fix I2C burst read/write operations 110* rtc: Added support for STM32 111* usb: Added support for OTG FS on STM32F2 and STM32F7 112* usb: Added High Speed support for DesignWare USB 113* wifi: Added SimpleLink WiFi Offload Driver (wifi_mgmt only) 114 115Networking 116********** 117 118* Introduce system calls for BSD socket APIs. 119* Add IPv4 autoconf support. This adds support for IPv4 link-local addresses 120 (169.254.*.*) 121* Add TLS and DTLS support to BSD socket API. They are configured via 122 setsockopt() API. 123* Add support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP) 124 for ethernet networks. A sample application is created to show how to interact 125 with gPTP code. 126* Add support for PTP clock driver. This driver will be used by gPTP supported 127 ethernet drivers. 128* Add Link Layer Discovery Protocol (LLDP) TX support. 129* Add support for managing Qav credit-based shaper algorithm. 130* Add generic TX timestamping support. 131* Add carrier detection support to ethernet L2 driver. 132* Add support for having vendor specific ethernet statistics. 133* Add getter support to ethernet management interface. 134* Add promiscuous mode support to network interface. A sample application is 135 created that shows how to use the user API for getting all network packets. 136 The native_posix ethernet driver supports promiscuous mode at this point. 137* Add support for Link Layer Multicast Name Resolution (LLMNR). LLMNR is used in 138 Microsoft Windows networks for local name resolution. 139* Add API to net_pkt to prefill a network packet to a pre-defined value. 140* Add IEEE 802.1Qav support to Atmel GMAC ethernet driver. 141* Add hardware TX timestamping support to Atmel GMAC ethernet driver. 142* Add multiple hardware queue support to Atmel GMAC ethernet driver. 143* Add gPTP support to Atmel GMAC ethernet driver. 144* Add support for TI SimpleLink WiFI offload driver. 145* Add support for randomized but stable MAC address in NXP MCUX ethernet driver. 146* Add extra prints to net-shell for ethernet based network interfaces. The 147 supported features and priority queue information is printed. 148* Add and fix string to integer conversions in net-shell. 149* Allow user to configure MAC address filters into ethernet devices. 150* Catch network interface ON and OFF events in DHCPv4 and renew address lease if 151 we re-connected. 152* Remove forever timeouts when waiting a new network buffer to be available. 153* Relay network interface up/down command from net-shell to Linux host for 154 native_posix ethernet driver. 155* No need to join IPv6 solicited node multicast group for Bluetooth IPSP 156 supported nodes. 157* Allow external program to be started for native_posix ethernet driver. This 158 allows for example startup of wireshark when zeth is created. 159* Network packet priority and traffic class fixes and clarifications. 160* Lower memory consumption in net by using packed enums when applicable. 161* Correctly notify net_app server when TCP is disconnected. 162* Register OpenThread used unicast and multicast IPv6 addresses for network 163 interface. 164* Enable Fast Connect policy for TI SimpleLink ethernet driver. 165* Fix ieee802154 simulator driver channel/tx power settings. 166* Handle large IPv6 packets properly. 167* Enable gPTP support in native_posix, NXP mcux and Atmel GMAC ethernet drivers. 168 The native_posix ethernet driver gPTP support is only for testing purposes. 169* Network configuration (net_config) library split from the net_app library. 170 (This change requires updating application configs to refer to corresponding 171 NET_CONFIG_* options instead of NET_APP_*). 172* Moving all layer 2 (L2) network code into subsys/net/l2 directory. 173* Add MSS option on sending TCP SYN request. 174* Fix TCP by processing zero window probes when our receive window is 0. 175* IPv4, IPv6, ICMPv6, ARP code refactoring and cleanup. 176* IPv6 address lifetime fixes. 177* IPv6 fragmentation fixes. 178* ARP fixes when using VLAN. 179* Timeout too long lasting ARP requests. 180* DHCPv4 fixes and timeout management refactoring. 181* TCP retry, RST packet handling, and memory leak fixes. 182* IP address print function enhancements. 183* HTTP fix when sending the last chunk. 184* MQTT fixes. 185* LWM2M cleanups and fixes. 186* Fix cache support in Atmel GMAC ethernet driver. 187* Fix NXP MCUX ethernet driver to detect carrier lost event. 188* Port native API echo-server/echo-client samples to BSD sockets API, with 189 TLS/DTLS support. 190* Handle out-of-buf situations gracefully in echo-client and echo-server sample 191 applications. 192 193Bluetooth 194********* 195 196* New user-friendly service population using a refreshed BT_GATT_CHARACTERISTIC 197 macro. 198* Added support for Bluetooth hardware in the native_posix board, allowing 199 developers to use the native POSIX architecture with Bluetooth. 200* Added a new helper API to parse advertising data. 201* Added a new flag, BT_LE_ADV_OPT_USE_NAME, to include the Bluetooth Device 202 Name in the advertising data. 203* Added support for fixed passkeys to use in bonding procedures. 204* Added a new Bluetooth shell command to send arbitrary HCI commands to the 205 controller. 206* Added a new feature to support multiple local identities using a single 207 controller. 208* Added a new, board-specific mesh sample for the nRF52x series that 209 implements the following models: 210 211 - Generic OnOff client and server. 212 - Generic Level client and server. 213 - Generic Power OnOff client and server. 214 - Light Lightness client and server. 215 - Light CTL client and server. 216 - Vendor Model. 217* Controller: Added a TX Power Kconfig option. 218* Controller: Use the newly available nrfx utility functions to access the 219 nRF5x hardware. 220* Controller: Multiple bug fixes. 221* Controller: Added support for the nRF52810 SoC from Nordic Semiconductor. 222* New HCI driver quirks API to support controllers that need uncommon reset 223 sequences. 224* Host: Multiple bug fixes for GATT and SMP. 225* Mesh: Multiple bug fixes. 226 227Build and Infrastructure 228************************ 229* Kconfig: Remove redundant 'default n' properties 230* cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE 231* Kconfig: Switch to improved globbing statements 232 233 234Libraries / Subsystems 235*********************** 236* Tracing: Basic support SEGGER systemview 237* Logging: Introduce a new logging subsystem 238* fs/nvs: Improved nvs for larger blocksizes 239* subsys: console: Refactor code to allow per-UART "tty" wrapper 240 241 242HALs 243**** 244* ext/hal: stm32cube: STM32L4: Enable legacy CAN API 245* ext: Import Atmel SAMD20 header files from ASF library 246* ext: gecko: Add Silabs Gecko SDK for EFR32FG1P SoCs 247* drivers: add i.MX I2C driver shim 248* hal: stm32f2x: Add HAL for the STM32F2x series 249* ext: stm32cube: update stm32l4xx cube version 250* ext: stm32cube: update stm32f7xx cube version 251* ext: stm32cube: update stm32f4xx cube version 252* ext: stm32cube: update stm32f3xx cube version 253* ext: stm32cube: update stm32f1xx cube version 254* ext: hal: nordic: Update nrfx to version 1.1.0 255* net: drivers: wifi: SimpleLink WiFi Offload Driver (wifi_mgmt only) 256* ext/hal/nxp/imx: Import the nxp imx6 freertos bsp 257 258Documentation 259************* 260* Simplified and more maintainable theme applied to documentation. 261 Latest and previous four releases regenerated and published to 262 https://docs.zephyrproject.org 263* Updated contributing guidelines 264* General organization cleanup and spell check on docs including content 265 generated from Kconfig files and doxygen API comments. 266* General improvements to documentation following code, 267 implementation changes, and in support of new features, boards, and 268 samples. 269* Documentation generation now supported on Windows host systems 270 (previously only linux doc generation was supported). 271* PDF version of documentation can now be created 272 273 274Tests and Samples 275***************** 276* Enhanced benchmarks to support userspace 277* Improve test coverage for the kernel 278 279 280Issue Related Items 281******************* 282 283These GitHub issues were addressed since the previous 1.12.0 tagged 284release: 285 286.. comment List derived from GitHub Issue query: ... 287 * :github:`issuenumber` - issue title 288 289* :github:`9862` - tests/drivers/build_all#test_build_sensors_a_m @ quark_se_c1000_devboard:x86 BUILD failed 290* :github:`9857` - tests/cmsis_rtos_v1 - test_signal_events_signalled results in Assertion failure on all targets with PR#9856 291* :github:`9840` - doc: potential broken link when referencing latest doc version 292* :github:`9833` - Bluetooth Mesh incorrect reference to CONFIG_BT_SETTINGS 293* :github:`9788` - update to mbedTLS 2.12.0 294* :github:`9786` - arch: xtensa: build failure due to extra #endif 295* :github:`9785` - Bluetooth: bt_gatt_service_register() assumes sc delayed work handler is initialized 296* :github:`9772` - Test application hangs without any console output on x86/ARC based boards @arduino_101:arc 297* :github:`9768` - [Coverity CID :187902] Memory - illegal accesses in /subsys/net/ip/ipv6_fragment.c 298* :github:`9766` - [Coverity CID :187904] Integer handling issues in /tests/benchmarks/timing_info/src/semaphore_bench.c 299* :github:`9753` - ESP32: Failing to build project 300* :github:`9746` - zephyr networking non socket client server, qemu_x86 issue 301* :github:`9744` - tests/kernel/mbox/mbox_usage/testcase.yaml#kernel.mailbox crashes on ESP32 302* :github:`9727` - Bluetooth: IPSP Sample Doc no match for new path 303* :github:`9723` - tests/drivers/adc/adc_api/ fails on sam_e70_xplained 304* :github:`9718` - The test suite test_spi (spi_loopback) when built and run on the nrf52832_pca10040 board 305* :github:`9701` - Suggestion: Turn warnings into errors in extract_dts_includes.py 306* :github:`9689` - Multiple tests are failing on sam_e70_xplained once the cache is enabled 307* :github:`9684` - tests/posix/ fails on sam_e70_xplained 308* :github:`9683` - Multiple testcases in tests/kernel/mem_protect/mem_protect, tests/kernel/alert, tests/kernel/mem_pool test fails on sam_e70_xplained due to commit c090776 309* :github:`9682` - tests/kernel/init: kernel.common.init.verify_bootdelay fails on sam_e70_xplained 310* :github:`9680` - tests/mem_slab/mslab, tests/mem_slab/mslab_api and tests/mem_slab/mslab_threadsafe tests are crashing on sam_e70_xplained 311* :github:`9677` - tests:cmsis_rtos_v1: test_mutex crashes with bus fault on sam_e70_xplained 312* :github:`9676` - benchmark.timing.userspace not working on nrf52840 with v1.13.0-rc1 313* :github:`9671` - Zephyr with WNC-M14A2A not compiling 314* :github:`9670` - Bluetooth: Mesh: Persistent Storage: AppKey not restored 315* :github:`9667` - LwM2M: Writeable parameter /3311/0/5850 doesn't persist write 316* :github:`9665` - tests/drivers/watchdog/wdt_basic_api crashes on Quark D2k / SE and ESP32 317* :github:`9664` - tests/kernel/threads/thread_apis/kernel.threads.user_mode crases on QEMU-x86 318* :github:`9652` - gen_isr_table@mimxrt1050_evk runs failure on R1.13_RC1. 319* :github:`9649` - readme of LPCxpresso54114_mo core needs update for R1.13 320* :github:`9646` - sanitycheck: crashes after test execution summary report are not caught 321* :github:`9644` - [Coverity CID :187817] Error handling issues in /tests/benchmarks/timing_info/src/msg_passing_bench.c 322* :github:`9643` - [Coverity CID :187818] Error handling issues in /tests/benchmarks/timing_info/src/msg_passing_bench.c 323* :github:`9642` - [Coverity CID :187819] Memory - illegal accesses in /subsys/logging/log_msg.c 324* :github:`9641` - [Coverity CID :187820] Memory - illegal accesses in /subsys/bluetooth/host/hci_core.c 325* :github:`9640` - [Coverity CID :187821] Memory - illegal accesses in /subsys/bluetooth/host/hci_core.c 326* :github:`9639` - [Coverity CID :187822] Null pointer dereferences in /subsys/net/ip/tcp.c 327* :github:`9638` - [Coverity CID :187823] Memory - corruptions in /samples/net/coap_server/src/coap-server.c 328* :github:`9637` - [Coverity CID :187824] Integer handling issues in /lib/cmsis_rtos_v1/cmsis_thread.c 329* :github:`9636` - [Coverity CID :187825] Error handling issues in /subsys/net/ip/udp.c 330* :github:`9635` - [Coverity CID :187826] Error handling issues in /tests/benchmarks/timing_info/src/msg_passing_bench.c 331* :github:`9634` - [Coverity CID :187827] Null pointer dereferences in /subsys/logging/log_msg.c 332* :github:`9633` - [Coverity CID :187828] Error handling issues in /tests/benchmarks/timing_info/src/msg_passing_bench.c 333* :github:`9630` - STM32L4: something wrong with GPIO interrupts 334* :github:`9623` - tests/net/lib/tls_credentials/ crashed on sam_e70_xplained and frdm_k64f 335* :github:`9622` - tests/net/mgmt/ crashed on sam_e70_xplained 336* :github:`9621` - tests/net/promiscuous crashed on sam_e70_xplained 337* :github:`9619` - tests/net/socket/getaddrinfo/ - crashes on sam_e70_xplained and frdm_k64f 338* :github:`9618` - tests/net/udp/ - MPU fault on sam_e70_xplained 339* :github:`9617` - tests/net/websocket/ - passed on QEMUx86 but the target crashed after that 340* :github:`9614` - tests/net/socket/ faults on sam_e70_xplained and frdm_k64f 341* :github:`9611` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.slice_reset fails on nrf52840_pca10056, sam_e70_xplained, nrf52_pca10040 342* :github:`9609` - tests/kernel/mem_protect/stack_random: kernel.memory_protection.stack_random fails on emsk7d_v22 343* :github:`9598` - tests/power/power_states fail on arduino101:x86 344* :github:`9597` - tests/subsys/fs/fat_fs_api assertion fail on arduino101 345* :github:`9591` - @hci.h use of magic-number in bluetooth addr struct (Missing define in @bluetooth.h) 346* :github:`9580` - peripheral_hids does not remember bonds 347* :github:`9575` - Network NULL pointer reference when enable net/dhcpv4 debug 348* :github:`9574` - tests/cmsis_rtos_v1 - test_mutex_lock_timeout results in Assertion failure on all targets with PR#9569 349* :github:`9561` - Question: Does it support passing the bootloader(mcuboot) parameter to the kernel(zephyr)? 350* :github:`9558` - DTC 1.4.7 breaks at least FRDM_K64F builds 351* :github:`9537` - ENC28J60 can't receive packets properly 352* :github:`9536` - console: missing kernel.h include in header 353* :github:`9535` - broken callback handling in nrfx gpio driver 354* :github:`9530` - Bluetooth/gatt: bt_gatt_notify never return -ENOMEM, undocumented return value. 355* :github:`9527` - tests/kernel/sched/schedule_api/testcase.yaml#kernel.sched.unlock_preemptible fails on nrf52840_pca10056, sam_e70_xplained, nrf52_pca10040 356* :github:`9523` - tests/kernel/mem_protect/stackprot hangs without any console output on nrf51/52 357* :github:`9494` - Nordic nrf52810_pca10040 is missing default bluetooth configuration options 358* :github:`9487` - tests/cmsis_rtos_v1 - test_kernel_systick results in Assertion failure on nrf51/52 359* :github:`9486` - sanitycheck filter rules does not work 360* :github:`9471` - soc: efr32fg1p: hello_world sample app hangs when started by MCUboot 361* :github:`9470` - LWM2M: TLV encoding of read result is wrong 362* :github:`9468` - tests/kernel/mem_pool/mem_pool_concept/testcase.yaml#kernel.memory_pool fails on nrf52840_pca10056, nrf52_pca10040 and nrf51_pca10028 363* :github:`9466` - tests/kernel/context/testcase.yaml#kernel.common.k_sleep fails on nrf52_pca10040 and nrf52840_pca10056 364* :github:`9465` - tests/net/ptp/clock: PTP clock test are failing on FRDM_K64f and same_e70_xplained platforms 365* :github:`9462` - [Coverity CID :187670] Integer handling issues in /tests/net/ethernet_mgmt/src/main.c 366* :github:`9461` - [Coverity CID :187671] Uninitialized variables in /tests/net/iface/src/main.c 367* :github:`9460` - [Coverity CID :187672] Uninitialized variables in /tests/net/iface/src/main.c 368* :github:`9459` - tests/posix/timer fails on nRF51/52 369* :github:`9452` - Error parsing DTS 'compatible' property list 370* :github:`9446` - CI didn't report failure due to ARC_INIT issue 371* :github:`9444` - sanitycheck not able to run due to CONFIG_ARC_INIT=n 372* :github:`9441` - tests/kernel/gen_isr_table fails on mimxrt1050_evk 373* :github:`9413` - tests/cmsis_rtos_v1 - test_signal_events_signalled results in Assertion failure on nrf51/52 374* :github:`9402` - samples/drivers/watchdog fails on frdm_k64f 375* :github:`9396` - ./loop-socat.sh not running 376* :github:`9392` - samples/bluetooth/hci_uart ninja flash - UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 360: ordinal not in range(128) 377* :github:`9389` - ESP32 support: setting env var ESP_DEVICE not working 378* :github:`9356` - Test tests/crypto/rand32 hangs on nrf51_pca10028 379* :github:`9348` - samples: net: echo_client/echo_server does not work with IPv4 qemu_x86 380* :github:`9310` - nRF52_PCA10040: Failing test_slice_reset 381* :github:`9297` - [Coverity CID :187318] Error handling issues in /tests/posix/pthread_key/src/pthread_key.c 382* :github:`9296` - [Coverity CID :187319] Control flow issues in /subsys/net/lib/sockets/sockets.c 383* :github:`9295` - [Coverity CID :187320] Control flow issues in /drivers/ethernet/eth_sam_gmac.c 384* :github:`9294` - [Coverity CID :187321] Possible Control flow issues in /samples/net/sockets/big_http_download/src/big_http_download.c 385* :github:`9293` - [Coverity CID :187322] Incorrect expression in /tests/posix/pthread_key/src/pthread_key.c 386* :github:`9292` - [Coverity CID :187323] Control flow issues in /subsys/net/ip/net_if.c 387* :github:`9291` - [Coverity CID :187324] Control flow issues in /subsys/net/lib/sockets/sockets.c 388* :github:`9287` - net/dhcpv4: Fix single byte buffer filling madness 389* :github:`9273` - k_pipe_alloc_init() api is failing on qemu_x86 390* :github:`9270` - cmake: kconfig: menuconfig is not writing zephyr/.config 391* :github:`9262` - tests/kernel/mem_protect/userspace.access_other_memdomain fails on sam_e70_xplained and nrf52840_pca10056 392* :github:`9238` - Get POSIX board compliant with default configuration guidelines 393* :github:`9234` - Get ARC boards compliant with default configuration guidelines 394* :github:`9224` - sam_e70_xplained fails to build several tests 395* :github:`9221` - calloc memory data is not initialized to zero for MINIMAL_LIBC 396* :github:`9198` - Out-of-Tree YAML and DTS support 397* :github:`9196` - optimize gen_kobject_list.py 398* :github:`9160` - net: openthread: Mesh Local IPv6 is not in zephyr stack 399* :github:`9148` - samples/net/http_server: Failed to respond back to CURL command on http Client 400* :github:`9135` - Failure : "integer overflow in exp" on Altera-Max 10 platform 401* :github:`9134` - Build failure with SAM_e70 platform 402* :github:`9131` - samples/net/coaps_server: Failed to send response to coaps_client 403* :github:`9128` - doc build fails if no reST reference to file 404* :github:`9113` - Enabling various thread options causes failures on cortex-M0 boards 405* :github:`9108` - Which board is suit with esidon?? 406* :github:`9098` - Doc build failure not noticed by CI test system 407* :github:`9081` - dynamic thread objects do not have a thread ID assigned 408* :github:`9067` - Failed tests: posix.sema and posix_checks on em_starterkit_em7d_v22 409* :github:`9061` - sanitycheck not printing QEMU console in some cases 410* :github:`9058` - Kconfig default on BT_ACL_RX_COUNT can be 1, but range is 2-64 411* :github:`9054` - Build failures with mimxrt1050_evk board 412* :github:`9044` - "logging: Remove log.h including in headers limitation" breaks logging 413* :github:`9032` - net/sockets/echo_async crashes after several connections (qemu_x86) 414* :github:`9028` - STM32 SPI/I2S: LSB bit corrupted for the received data 415* :github:`9019` - cmsis Include/ version mismatch 416* :github:`9006` - Create driver for the MMA8451Q accelerometer sensor on FRDM-KL25Z 417* :github:`9002` - [Coverity CID :187063] Control flow issues in /subsys/net/l2/ethernet/ethernet_mgmt.c 418* :github:`9001` - [Coverity CID :187064] Control flow issues in /subsys/bluetooth/host/mesh/cfg_srv.c 419* :github:`9000` - [Coverity CID :187065] Memory - corruptions in /subsys/net/l2/ethernet/gptp/gptp_mi.c 420* :github:`8998` - [Coverity CID :187068] Memory - illegal accesses in /subsys/bluetooth/host/mesh/cfg_srv.c 421* :github:`8997` - [Coverity CID :187069] Memory - illegal accesses in /subsys/logging/log_msg.c 422* :github:`8996` - [Coverity CID :187070] Control flow issues in /drivers/bluetooth/hci/spi.c 423* :github:`8995` - [Coverity CID :187071] Insecure data handling in /subsys/net/l2/ethernet/gptp/gptp_mi.c 424* :github:`8994` - [Coverity CID :187072] Error handling issues in /samples/net/sockets/echo_server/src/udp.c 425* :github:`8993` - [Coverity CID :187073] Null pointer dereferences in /subsys/net/ip/utils.c 426* :github:`8992` - [Coverity CID :187074] Incorrect expression in /samples/net/traffic_class/src/main.c 427* :github:`8991` - [Coverity CID :187075] Memory - corruptions in /subsys/net/l2/ethernet/gptp/gptp_mi.c 428* :github:`8990` - [Coverity CID :187077] Memory - corruptions in /samples/net/rpl_border_router/src/http.c 429* :github:`8989` - [Coverity CID :187078] Control flow issues in /subsys/net/l2/ethernet/gptp/gptp_md.c 430* :github:`8988` - [Coverity CID :187079] Integer handling issues in /subsys/net/l2/ethernet/gptp/gptp.c 431* :github:`8987` - [Coverity CID :187080] Control flow issues in /subsys/net/l2/ethernet/gptp/gptp_mi.c 432* :github:`8982` - tests/drivers/watchdog/wdt_basic_api results in FATAL EXCEPTION on esp32 433* :github:`8977` - CMake Error 434* :github:`8976` - nordic: watchdog: Cannot be initialized - circular dependency 435* :github:`8968` - The tests/kernel/tickless/tickless_concept fails on nRF5x 436* :github:`8963` - tests/net/trickle, utils and icmpv6 hangs on sam_e70_xplained:arm 437* :github:`8960` - Tcp connection not connecting 438* :github:`8950` - ARM fault dumping code does too much, assumes all faults are fatal, and doesn't work under some configurations 439* :github:`8949` - nsim_sem board does not work 440* :github:`8933` - doc: build WARNING on windows 7 441* :github:`8931` - STM32L4 CAN sample project does not compile 442* :github:`8924` - Get rid of -fno-strict-overflow 443* :github:`8906` - zsock_getaddrinfo is not reentrant 444* :github:`8899` - Failed test: kernel.common.timing.sleep on nrf52 (tests/kernel/sleep/kernel.common.timing) 445* :github:`8898` - Failed test: kernel.timer.timer_periodicity on nrf51/nrf52 446* :github:`8897` - Failed test: kernel.tickless.tickless_slice on nrf51/nrf52 447* :github:`8896` - Failed test: kernel.sched.slice_reset and kernel.sched.slice_scheduling (tests/kernel/sched/schedule_api/kernel.sched) on nrf51/nrf52 448* :github:`8895` - Failed test: kernel.common.timing.pending on nrf51_pca10028 and nrf52_pca10040 (tests/kernel/pending/kernel.common.timing) 449* :github:`8888` - http client example fails on mimxrt1050_evk 450* :github:`8887` - Ping command crash on mimxrt1050_evk 451* :github:`8871` - drivers: can: Compiling error due to stm23Cube update 452* :github:`8866` - Failed test: net.arp.arp (tests/net/arp) on sam_e70_xplained 453* :github:`8865` - Failed test: net.udp.udp (tests/net/udp/) on sam_e70_xplained 454* :github:`8864` - ARM MPU _arch_buffer_validate allowing reads to kernel memory 455* :github:`8860` - GATT MTU Callback 456* :github:`8849` - Allow application to define its own DTS bindings 457* :github:`8833` - OpenThread: Minimal Thread Device (MTD) option is not building 458* :github:`8829` - BLE "device name" characteristic of Generic Access Service is read only 459* :github:`8820` - wifi_winc1500 driver socket id stored in net_context->user_data may be overwritten at socket layer 460* :github:`8815` - Nordic: Directly accessing GPIOTE might create unstable firmware (GPIO, PWM, BLE) 461* :github:`8800` - cmake errors with menuconfig 462* :github:`8798` - k_cycle_get_32() implementation on nrf series is too slow. 463* :github:`8791` - Request supporting OTG_HS port on STM32F4/F7 SoCs 464* :github:`8790` - K64F/Kinetis: extract_dts_includes.py warnings when building sample 465* :github:`8752` - net: ARP is broken after PR #8608 466* :github:`8732` - tests/subsys/usb/bos/ fails randomly 467* :github:`8727` - Network stack cleanup: DHCPv4 468* :github:`8720` - Network stack cleanup: IPv4 469* :github:`8717` - posix: Memory is not returned to mempool when a pthread complete its execution 470* :github:`8715` - buffer-overflow in tests/net/tx_timestamp 471* :github:`8713` - add DTS gpio support for NRF51 472* :github:`8705` - Out of the box error in samples/subsys/nvs with nRF52-PCA10040 473* :github:`8700` - [Coverity CID :186841] Null pointer dereferences in /subsys/usb/usb_descriptor.c 474* :github:`8699` - [Coverity CID :186842] Memory - illegal accesses in /drivers/interrupt_controller/plic.c 475* :github:`8698` - [Coverity CID :186843] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/mem_domain.c 476* :github:`8697` - [Coverity CID :186844] Parse warnings in /tests/net/ieee802154/fragment/src/main.c 477* :github:`8696` - [Coverity CID :186845] Parse warnings in /tests/net/ieee802154/l2/src/ieee802154_test.c 478* :github:`8695` - [Coverity CID :186846] Null pointer dereferences in /tests/net/ptp/clock/src/main.c 479* :github:`8694` - [Coverity CID :186847] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/inherit.c 480* :github:`8693` - [Coverity CID :186848] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/mem_domain.c 481* :github:`8692` - [Coverity CID :186849] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/mem_domain.c 482* :github:`8691` - [Coverity CID :186850] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/mem_domain.c 483* :github:`8690` - [Coverity CID :186851] Error handling issues in /tests/bluetooth/mesh/src/microbit.c 484* :github:`8689` - [Coverity CID :186852] Parse warnings in /tests/kernel/mem_protect/mem_protect/src/mem_domain.c 485* :github:`8669` - fault during my timer testing 486* :github:`8668` - net: ARP is broken in master (at least) on STM32 487* :github:`8658` - tests/net/trickle fails on FRDM k64f 488* :github:`8657` - tests/net/ptp fails on QEMU x86 489* :github:`8646` - CONFIG_NET_OFFLOAD defined in subsys/net/l2/, but not referenced there 490* :github:`8643` - Add SAADC driver for nRF52 491* :github:`8642` - ieee802154 tests fail to build 492* :github:`8636` - MCUboot firmware update issue 493* :github:`8611` - RT1050EVK: MPU FAULT with Zephyr OS v1.12.0-360-gf3d1b22 using ztest 494* :github:`8610` - USB: Setup stage in control transfers 495* :github:`8605` - mbedtls_ssl_close_notify was called after DTLS context released 496* :github:`8602` - master broken for stm32 ARM boards 497* :github:`8600` - Not able to bind the adc device structure for nrf52832 controller 498* :github:`8598` - [Coverity CID :186057] - Out of bounds write in samples/net/rpl_border_router/src/coap.c 499* :github:`8596` - drivers: dma_cavs: NULL pointer exception when DMA start called after DMA stop 500* :github:`8593` - samples/mpu/mem_domain_apis_test/kernel.memory_protection.memory_domains fails to build 501* :github:`8587` - ZTEST should support multiple calls to mocked function 502* :github:`8584` - ToolchainCapabilityDatabase.cmake:93 error in PR #8579 503* :github:`8576` - there have a error in doc 504* :github:`8567` - Can't parse json 505* :github:`8563` - Compilation warning/error on stm32l4: "__weak" redefined 506* :github:`8529` - tests/kernel/common/kernel.common fails for native_posix on Ubuntu 16.04 507* :github:`8528` - rpl-mesh-qemu sample, the net inface init failed. 508* :github:`8511` - nrf52_blenano2 tmp112 sensor sample build failed - redefined I2C 509* :github:`8506` - tests/subsys/fs/fat_fs_api - test_fat_mount results into assertion failure on Arduino_101 - FS init failed (-19) 510* :github:`8502` - Compiling for native_posix with newlib is missing various math symbols 511* :github:`8501` - I think there is a issue about shell. 512* :github:`8470` - Broken Arduino 101 Bluetooth Core flashing 513* :github:`8466` - k_sleep on mimxrt1050_evk board broken 514* :github:`8464` - sdk_version file missing 515* :github:`8462` - non-ASCII / non-UTF-8 files in ext/ 516* :github:`8452` - ieee802154: csma-ca: random backoff factor looks wrong 517* :github:`8444` - "make clean" removes include directory 518* :github:`8438` - cmake: Propagation of library specific compile flag 519* :github:`8434` - Networking Problems, Size Missmatch 15 vs 13 520* :github:`8431` - mqtt: unimplemented MQTT_UNSUBACK in mqtt_parser function in mqtt.c file 521* :github:`8424` - HID example broken 522* :github:`8416` - [Coverity CID :186580] Uninitialized variables in /drivers/can/stm32_can.c 523* :github:`8415` - [Coverity CID :186581] Memory - corruptions in /subsys/bluetooth/host/gatt.c 524* :github:`8414` - [Coverity CID :186582] Memory - corruptions in /subsys/bluetooth/host/gatt.c 525* :github:`8413` - [Coverity CID :186583] Error handling issues in /samples/net/sockets/dumb_http_server/src/socket_dumb_http.c 526* :github:`8393` - ``CONFIG_MULTITHREADING=n`` builds call main() with interrupts locked 527* :github:`8391` - nrf52_blenano2 tmp112 sensor sample build failed. 528* :github:`8390` - bluetooth: request APIs to notify application that pairing is complete or not 529* :github:`8388` - Assigning to promptless symbols should have a better error message 530* :github:`8385` - Missing documentation on bt_conn_auth_cb(...) 531* :github:`8382` - ESP32: add support for ESP-IDF bootloader 532* :github:`8380` - cmake: ninja clean tries to remove include folders 533* :github:`8378` - subsys: settings: Idea for a very simple settings system 534* :github:`8371` - nRF5: enable UARTE peripheral support 535* :github:`8367` - fs: nvs: auto restore FS on writing while power down error. 536* :github:`8366` - mcumgr: unable to perform 2nd update 537* :github:`8365` - mcumgr: improper response to "image list" command after update. 538* :github:`8361` - __ASSERT() triggers with ``CONFIG_MULTITHREADING=n`` 539* :github:`8358` - Flashing Target Device FAIL 540* :github:`8357` - bluetooth: request the capability to change gap device name programmatically 541* :github:`8356` - Failed test: kernel.common.bitfield (tests/kernel/common) on Altera Max10 542* :github:`8355` - CMake prints a spammy warning about "policy CMP0000" 543* :github:`8350` - bluetooth: request BLE stack to support pre-set passkey for pairing 544* :github:`8334` - nrf52840.dtsi contains "0x" in device label 545* :github:`8329` - qustion: build-system: How to generate a preprocess file 546* :github:`8327` - CONFIG_SPI_FLASH_W25QXXDV_MAX_DATA_LEN doesn't work in proj.conf 547* :github:`8322` - LwM2M: Occasional registration updates fail with 4.4 error 548* :github:`8313` - Enable hardware stack checking for ARC em_starterkit_em7d (Secure mode) 549* :github:`8311` - tests/benchmarks/sys_kernel fails on frdm_k64f, sam_e70 550* :github:`8309` - lpcxpresso54114_m4: when i configed system clock from 48M to 96M the target can't work. 551* :github:`8302` - Failed test: peripheral.adc.adc on quark_se 552* :github:`8300` - Failed test: kernel.memory_protection.userspace.access_after_revoke (in tests/kernel/mem_protect/userspace) 553* :github:`8299` - Failed test: kernel.memory_pool.mpool_alloc_free_isr (in tests/kernel/mem_pool/mem_pool_api) 554* :github:`8298` - Failed test: kernel.alert.isr_alert_consumed (in tests/kernel/alert/) on quark_se_c1000_ss 555* :github:`8293` - ARM: MPU faults should indicate faulting memory address 556* :github:`8292` - Rework ARC exception stack 557* :github:`8287` - LwM2M: Cancelling an observation doesn't work 558* :github:`8286` - LwM2M: Observe of not allowed value still creates observer 559* :github:`8284` - Documentation build on Windows 560* :github:`8283` - Failed test: kernel.mailbox.msg_receiver_unlimited (tests/kernel/mbox/mbox_usage/) on ESP32 561* :github:`8262` - [Bluetooth] MPU FAULT on sdu_recv 562* :github:`8255` - [RFC] Add support for system suspend/resume handling from kernel 563* :github:`8252` - GPIO interrupt only called once on nRF52832 564* :github:`8240` - ESP32: update to recent ESP-IDF 565* :github:`8235` - nxp_lpc54102: how to add lpc54102 support? 566* :github:`8231` - GATT Macro Confusion 567* :github:`8226` - drivers: can: stm32_can: various issues 568* :github:`8225` - Error mbedtls_pk_verify MBEDTLS_ERR_RSA_VERIFY_FAILED 569* :github:`8215` - Update watchdog driver sample to new API 570* :github:`8210` - Always rebuilding even though there are no changes. 571* :github:`8206` - Stray files in libapp.a 572* :github:`8203` - Implement system calls for the new socket APIs 573* :github:`8199` - Tests: Crypto: rand32 faults on nrf51_pca10028 and nrf52_pca10040 574* :github:`8188` - net: TCP: FIN packets aren't queued for retransmission, loss leads to TCP timeout on peer's side 575* :github:`8183` - zsock_getaddrinfo() is not reentrant 576* :github:`8173` - Driver tests failing with an assertion on frdm_k64f 577* :github:`8138` - Unsatisfactory kernel benchmark results on SAM E-70 Xplained 578* :github:`8128` - scheduler: threads using k_sleep can be _swap()'d back too early 579* :github:`8125` - About BMI160 reading issue. 580* :github:`8090` - tests/sched/schedule_api fails to build on EMSK7d 581* :github:`8041` - arm: NXP MPU does not report faulting address for Stacking Errors 582* :github:`8039` - tests/shell failing on Arduino 101 / Quark SE arc 583* :github:`8026` - Verify TLS server side operation 584* :github:`8019` - ARP: should drop any packet pended when timeout 585* :github:`8013` - Open-AMP power on can not communicate 586* :github:`7999` - HCI UART with Linux host cannot connect to nrf52 6lowpan peripheral 587* :github:`7978` - SSE and SSE_FP_MATH are set on frdm_k64f, which doesn't have it, triggering Kconfig warnings 588* :github:`7977` - ARC_INIT is set on boards that don't have it, triggering Kconfig warnings 589* :github:`7966` - Move k_thread_foreach() tests to tests/kernel/threads 590* :github:`7924` - mcu_mgmt: Memory corruption (cborattr suspected) - test case with smp_svr 591* :github:`7906` - tests/benchmarks/sys_kernel fails on Arduino Due 592* :github:`7884` - tests/power/power_states never completes on Arduino 101's arc core 593* :github:`7882` - tests/dfu/mcuboot.test_bank_erase fails on nrf52840_pca10056 594* :github:`7869` - Improve Zero Latency IRQ on ARM 595* :github:`7848` - CONFIG_BMM150_SET_ATTR not defined (and now removed), giving dead code 596* :github:`7800` - ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig references MDLOG, but MDLOG doesn't exist 597* :github:`7758` - sanitycheck error with --coverage 598* :github:`7705` - nxp_kinetis/k6x boot MPU regions are configured incorrectly 599* :github:`7703` - NUM_KERNEL_OBJECT_FILES is too small 600* :github:`7685` - API for 802.1Qav parameters configuration 601* :github:`7678` - Unstable ping RTT with ethernet ipv4 networking 602* :github:`7658` - [RFC] net: Split off net_app_settings lib to a separate directory under subsys/net/lib/ 603* :github:`7596` - API to communicate list of MAC addresses to the Ethernet controller 604* :github:`7595` - Promiscuous mode and receiving all packets at applications level 605* :github:`7571` - IP stack can't recover from a packet overload 606* :github:`7570` - usb: update bcdUSB to 2.00 607* :github:`7553` - DHCP client does not notice missing link 608* :github:`7509` - [Coverity CID :185398] Memory - corruptions in /samples/net/mbedtls_sslclient/src/mini_client.c 609* :github:`7502` - samples/mbedtls_sslclient: Discards TLS records, handshake does not work 610* :github:`7473` - Bluetooth: Support for multiple local identity addresses 611* :github:`7423` - samples: net: echo_client: sample runs failed with prj_qemu_x86_tls.conf configuration file 612* :github:`7384` - ARM MPU region configuration possibly out of bounds 613* :github:`7372` - Create socket options for certificates and ciphers 614* :github:`7371` - Move TLS connection data out from net_context 615* :github:`7370` - Add Kconfig options to handle certificates and ciphers. 616* :github:`7367` - Doxygen warnings about device.h macros 617* :github:`7314` - Generate SPDX TagValue document as part of 1.13 release 618* :github:`7310` - Provide signed Zephyr releases 619* :github:`7243` - BLE DTM ll_test does not set correct TXPower 620* :github:`7230` - The guidelines for whether something should be in DTS or Kconfig are too vague 621* :github:`7173` - Difference between the ZEPHYR_BASE and PROJECT_SOURCE_DIR CMake variables is unclear 622* :github:`7145` - Configuration file for Cross Toolchain on macOS 623* :github:`7112` - ARMv8-M: API for checking permissions using ARMv8-M TT intrinsics 624* :github:`7106` - tests: obj_tracing: Test fails on ESP32, semaphore count is more than what is created in the application 625* :github:`7042` - Ethernet network management interface additions for MAC filtering 626* :github:`6982` - STM32F746G DISCOVERY board support 627* :github:`6981` - STM32F7 series MCUs support 628* :github:`6866` - build: requirements: No module named yaml and elftools 629* :github:`6846` - need console subsystem abstraction for console syscalls 630* :github:`6785` - Fail to compile when OT l2 debug is enabled. 631* :github:`6778` - Push latest docs down into a "latest" folder 632* :github:`6775` - Simplify left nav index on technical docs 633* :github:`6749` - kconfig: The error message is misleading when values are out-of-range 634* :github:`6730` - ARMv8-M: internal low-level (TrustZone) API & implementation for configuring IRQ target 635* :github:`6727` - k_mem_pool crash with larger values of n_max 636* :github:`6681` - [Coverity CID: 183051] Error handling issues in /tests/benchmarks/app_kernel/src/memmap_b.c 637* :github:`6678` - [Coverity CID: 183054] Memory - corruptions in /tests/lib/c_lib/src/main.c 638* :github:`6676` - [Coverity CID: 183056] Memory - corruptions in /tests/kernel/common/src/atomic.c 639* :github:`6673` - [Coverity CID: 183059] Memory - corruptions in /samples/net/mbedtls_dtlsclient/src/dtls_client.c 640* :github:`6593` - Allow configuring the USB serial number string in runtime 641* :github:`6533` - 1.12 Release Checklist 642* :github:`6522` - Should have a "dumb" O(N) scheduler 643* :github:`6514` - samples/drivers/i2c_fujitsu_fram: Data comparison on data written and data read fails randomly 644* :github:`6399` - How to using the PPI chanels from 20-31 in Nrf5 chip? 645* :github:`6373` - ARMv8-M: Implement stack limit checking for Secure/Non-secure stack pointers 646* :github:`6188` - doc: Merge non-apache contributing into CONTRIBUTING 647* :github:`6132` - [RFC] Restructuring and cleanup of mbedTLS configurations 648* :github:`5980` - NRF5 I2C standard speed 250kHz 649* :github:`5939` - NRF5 I2C (TWI) driver 650* :github:`5900` - net: Prototype a TLS convenience API based on sockets 651* :github:`5896` - Accidentally using MSYS's python from native windows leads to obscure error messages 652* :github:`5833` - Script to import mcux sdk 653* :github:`5733` - single threaded applications fail when asserts are enabled 654* :github:`5732` - sanitycheck fails with gcc 7 as the host compiler 655* :github:`5725` - Ninja: Running sanitycheck has byproducts outside of sanity-out 656* :github:`5723` - cmake: Accept CONFIG_XX overrides from command line 657* :github:`5524` - reorg documentation structure on website (docs.zephyrproject.org) 658* :github:`5445` - Shadowed declarations in bluetooth stack 659* :github:`5371` - [Coverity CID: 180698] Null pointer dereferences in /tests/bluetooth/tester/src/gatt.c 660* :github:`5366` - Document zephyr-app-commands usage 661* :github:`5357` - CII Badge: Generate list of externally maintained dependencies 662* :github:`5153` - [RFC] Discussion of "cmake" vs "make" variables, aka "build environment" vs "work environment" setup 663* :github:`5132` - Soft real-time "tasklets" in kernel 664* :github:`4963` - Convert NIOS2 boards to device tree 665* :github:`4957` - Add build targets for each explicit debug/flash option 666* :github:`4883` - Should command line examples be "cut and paste" ready? 667* :github:`4829` - device tree: gpio 668* :github:`4767` - USB: assign endpoints at runtime 669* :github:`4762` - [nrf][power][Sample] nrf52 exits from Low Power Mode immedately 670* :github:`4590` - [CID: 178238] Parse warnings in samples/mpu/mem_domain_apis_test/src/main.c 671* :github:`4283` - kconfig warning are being ignored by sanitycheck 672* :github:`4060` - net: NET_CONTEXT_SYNC_RECV relevant 673* :github:`4047` - [nrf] nrf GPIO does not have sense configuration value 674* :github:`4018` - zephyr.git/tests/net/mld/testcase.yaml#test :evalution failed 675* :github:`3995` - net tcp retry triggers assert in kernel/sem.c:145 676* :github:`3993` - Enabling Low Power Mode on nordic based platforms(nrf52/51) 677* :github:`3980` - Remove adc_enable/adc_disable functions 678* :github:`3947` - multiple build failures with XCC toolchain 679* :github:`3935` - Bluetooth sample setup docs mentions unknown "btproxy" tool 680* :github:`3903` - Static code scan (coverity) issues seen 681* :github:`3845` - Enable Sphinx option doc_role='any' for improved reference linking 682* :github:`3826` - RISCV32 {__irq_wrapper} exception handling error under compressed instruction mode? 683* :github:`3770` - mbedtls build error when CONFIG_DEBUG=y 684* :github:`3754` - Support static BT MAC address 685* :github:`3666` - schedule_api test uses zassert without cleaning up properly 686* :github:`3631` - program text should be in its own memory region 687* :github:`3602` - power_mgr and power_states: need build option to keep the app exiting in "active" state 688* :github:`3583` - NUCLEO-L073RZ/NUCLEO-L053R8 Dev Board Support 689* :github:`3458` - Port Zephyr to Silabs EFM32ZG-STK3200 690* :github:`3395` - Provide a sample app that demonstrates VLANs 691* :github:`3394` - Support basic VLAN tags 692* :github:`3393` - VLAN: Expose through virtual network interfaces 693* :github:`3377` - Missing le_param_updated callback when conn param update request fails 694* :github:`3363` - Missing board documentation for nios2/qemu_nois2 695* :github:`3354` - Missing board documentation for x86/se_c1000_devboard 696* :github:`3263` - improve Galileo flashing process 697* :github:`3233` - LLDP Transmitting Agent 698* :github:`3222` - No negative response if remote enabled encryption too soon 699* :github:`3221` - re-pairing with no-bond legacy pairing results in using all zeros LTK 700* :github:`3187` - frdm_k64f: Ethernet networking starts to respond ~10s after boot 701* :github:`3173` - k_cpu_atomic_idle failed @ARM 702* :github:`3150` - Si1153 Ambient Light Sensor, Proximity, and Gesture detector support 703* :github:`3149` - Add support for ADXRS290 704* :github:`3073` - Add Atmel SAM family DAC (DACC) driver 705* :github:`3071` - Add Atmel SAM family Timer Counter (TC) driver 706* :github:`3067` - Support Precision Time Protocol (PTP) 707* :github:`3056` - arch-specific inline functions cannot manipulate _kernel 708* :github:`3025` - Implement _tsc_read equivalent for NiosII 709* :github:`3024` - Implement _tsc_read equivalent for ARM 710* :github:`3007` - Provide board documentation for all boards 711* :github:`2991` - Enable NXP Cortex-M SoCs with MCUXpresso SDK 712* :github:`2975` - add arc nSIM simulator build target 713* :github:`2972` - extend sanitycheck to support ARC simulator 714* :github:`2956` - I2C Slave Driver 715* :github:`2954` - nRF5x interrupt-driven TX UART driver 716* :github:`2952` - ADC: ADC fails to work when fetch multiple sequence entries 717* :github:`2934` - Ecosystem and Tool Support 718* :github:`2879` - ARC: Interrupt latency too large 719* :github:`2645` - create DRAM_BASE_ADDRESS and SIZE config parameters 720* :github:`2623` - nRF52 UART behaviour sensitive to timing of baud rate initialization. 721* :github:`2568` - Have the kernel give the leftover memory to the IP stack 722* :github:`2422` - O(1) pend queue support 723* :github:`2353` - nRF5x: Refactor gpio_nrf5.c to use the MDK headers 724* :github:`1678` - support edge/pulse interrupts on ARC 725* :github:`1662` - Problem sourcing the project environment file from zsh 726* :github:`1600` - Could you give me BTP upper tester demo which can work on PC 727* :github:`1464` - SYS_CLOCK_HW_CYCLES_PER_SEC is missing a default value 728