@@ -14,6 +14,121 @@ Issues fixed
14
14
15
15
These GitHub issues were addressed since the previous 3.7.0 tagged release:
16
16
17
+ * :github: `42227 ` - Teensy41 support SDHC - Storage init Error
18
+ * :github: `66800 ` - [Coverity CID: 338107] Division or modulo by zero in subsys/shell/backends/shell_uart.c
19
+ * :github: `70498 ` - cellular_modem: Pinnacle 100 does not work with CONFIG_UART_INTERRUPT_DRIVEN
20
+ * :github: `71397 ` - Espressif HAL5.1 - Core panic'ed on EPS32S3 with hello_world sample
21
+ * :github: `71916 ` - Bump minimum Python version (3.10?) ahead of LTSv3 release
22
+ * :github: `74291 ` - Multiple USB contexts for same device lead to bus faults
23
+ * :github: `74750 ` - [Coverity CID: 353644] Unintended sign extension in drivers/sensor/ams/tsl2591/tsl2591.c
24
+ * :github: `74752 ` - [Coverity CID: 353654] Unintended sign extension in drivers/sensor/ams/tsl2591/tsl2591.c
25
+ * :github: `75256 ` - [Coverity CID: 394233] Division or modulo by zero in drivers/sensor/tdk/icm42688/icm42688.h
26
+ * :github: `75257 ` - [Coverity CID: 394232] Division or modulo by zero in drivers/sensor/tdk/icm42688/icm42688.h
27
+ * :github: `75265 ` - display: stm32-ltdc: incorrect return value for blanking on/off calls when panel controller is not passed in DT
28
+ * :github: `75318 ` - Zephyr 3.7 RC2 BLE on STM32 Nucleo WB55 does not work
29
+ * :github: `75319 ` - `fatal error: sys/_timespec.h: No such file or directory ` with v3.7.0-rc2
30
+ * :github: `75427 ` - `CONFIG_MBEDTLS_PEM_CERTIFICATE_FORMAT ` is misleading as it only enables PEM parsing
31
+ * :github: `75676 ` - tests: dma: chan_blen_transfer: test breakage on Nucleo-H743ZI
32
+ * :github: `75686 ` - ST LIS2DUX12 driver: temperature is not converted to Celsius and raw values are returned
33
+ * :github: `75736 ` - Logging stops on all backend when overloaded for a time
34
+ * :github: `75758 ` - ST LIS2DUX12 driver: will not correctly read values on big-endian HW
35
+ * :github: `75834 ` - xtensa: mpu: adding or removing partitions from memory domain of current running thread has no effect
36
+ * :github: `75853 ` - C++: Boot fails with global STL objects
37
+ * :github: `75909 ` - CONFIG_NET_NATIVE_OFFLOADED_SOCKETS fails after DTLS handshake
38
+ * :github: `75912 ` - RAM retention not working on NXP S32K3
39
+ * :github: `75967 ` - bl5340_dvk LCD does not work
40
+ * :github: `76000 ` - coap: block_number in coap_get_block1_option() is too small
41
+ * :github: `76090 ` - TF-M: builds download source from external git repository
42
+ * :github: `76185 ` - scripts: 'west blobs fetch' does not verify digests after downloading
43
+ * :github: `76254 ` - linker: section_tags: missing include
44
+ * :github: `76268 ` - Bluetooth: PAwR Sync does not compile without PAST receiver compiled in
45
+ * :github: `76325 ` - ESP32S3: Zephyr freezes during OTA Update over UDP and BLE
46
+ * :github: `76360 ` - Crash if enabling v4-mapping-to-v6 and DHCPv4
47
+ * :github: `76397 ` - gdbstub: compilation error on ARM
48
+ * :github: `76398 ` - arch: riscv: stacktrace: user thread stack bound check is wrong
49
+ * :github: `76403 ` - net: wifi: NM type check is incorrect
50
+ * :github: `76427 ` - CONFIG_BT_CTLR_OPTIMIZE_FOR_SPEED not selected by default in zephyr 3.7
51
+ * :github: `76446 ` - drivers: mdio: mdio_nxp_enet: Link goes up and down sporadically
52
+ * :github: `76447 ` - Odroid Go Boot Failure
53
+ * :github: `76471 ` - TCP Delay ACK in case no PSH flag is present causing extremly low download throughput for some clients
54
+ * :github: `76519 ` - Get I3C basic device fails for devices that do not support GETCAP
55
+ * :github: `76549 ` - Bug in STM32 Disco L475 Arduino I2C header
56
+ * :github: `76551 ` - Bluetooth: USB Audio Starvation in BAP Broadcast Sink Sample
57
+ * :github: `76603 ` - sensortile_box_pro board does not support hts221 sensor
58
+ * :github: `76607 ` - Fixes an uninitialized value in lis2dux12
59
+ * :github: `76625 ` - drivers: usb: stm32 udc driver get the global otg interrupt
60
+ * :github: `76655 ` - RT11xx device tree build warnings
61
+ * :github: `76717 ` - Check L2 send properly for offloaded ifaces
62
+ * :github: `76718 ` - PTP - incorrect clock offset calculation
63
+ * :github: `76737 ` - Bluetooth L2CAP TX fragmentation state not cleared upon disconnect
64
+ * :github: `76738 ` - Sending Bluetooth L2CAP messages after reconnecting sometimes leads to crashes due to uninitalized net_buf callback
65
+ * :github: `76747 ` - CONFIG_DEVICE_DT_METADATA=y not tested with usespace enabled
66
+ * :github: `76762 ` - arch: riscv: stacktrace: trace is incomplete when unwinding from function without callee
67
+ * :github: `76776 ` - http1 dynamic post request response doesn't send header a second time
68
+ * :github: `76912 ` - drivers/bluetooth/hci/userchan.c build waring w gcc13
69
+ * :github: `76932 ` - Compilation error on Ubuntu 24.04 when CONFIG_FUSE_FS_ACCESS=y
70
+ * :github: `77006 ` - Bluetooth: Host: ISO buffer not unreffed
71
+ * :github: `77007 ` - Bluetooth: Host: ISO not clearing TX context on disconnect
72
+ * :github: `77078 ` - manifest: update percepio
73
+ * :github: `77089 ` - nxp: lpc55sxx: sram node address error
74
+ * :github: `77096 ` - nxp lpc55xx will crash when trying to use a nxp,ctimer-pwm DTS node
75
+ * :github: `77126 ` - RTC RV3028 clock output disabled by enabling alarm/update callback
76
+ * :github: `77129 ` - NXP's IMX RT1010 triggers assert on SPI Loopback test when EDMA enabled
77
+ * :github: `77175 ` - SCSI Read Capacity reports wrong capacity when used with USB Mass storage device
78
+ * :github: `77188 ` - Unaligned 32-bit reads following casts on dns_socket_dispatcher::local_addr (Cortex-M0)
79
+ * :github: `77221 ` - Websocket compile issue if Posix API is not set
80
+ * :github: `77241 ` - bluetooth: Behavior change in host causing MESH to fail on sending messages
81
+ * :github: `77269 ` - da1469x: entropy and gpio drivers throw assertions
82
+ * :github: `77303 ` - net: socket: recvmsg() doesn't update msg_controllen accordingly
83
+ * :github: `77371 ` - RT11xx bus clocks set incorrectly
84
+ * :github: `77396 ` - doc: Documentation scrolling does not work with arrow keys
85
+ * :github: `77424 ` - IMXRT11xx secondary core improperly deinit the ENET PLL
86
+ * :github: `77545 ` - modules: percepio: Fix python executable name in CMakeLists.txt
87
+ * :github: `77557 ` - drivers: ethernet: nxp_enet: Fused MAC address handling is wrong
88
+ * :github: `77594 ` - Bluetooth: Failures in unit tests
89
+ * :github: `77633 ` - drivers: dai: nxp: sai: RTOS crashes on TX/RX underrun/overrun
90
+ * :github: `77658 ` - backported PRs maintain fail status after issues are added to the PR description
91
+ * :github: `77669 ` - BLE EDTT GATT tests fail with python >= 3.11
92
+ * :github: `77784 ` - STM32 I2S Driver Clock Configuration
93
+ * :github: `77824 ` - llext samples fail with BUS ERROR (zephyr-3.7 stable)
94
+ * :github: `77952 ` - ESP32: Interrupts with ISRs in flash are not disabled during flash operations
95
+ * :github: `78037 ` - [Backport v3.7-branch] Failed to backport #77874
96
+ * :github: `78138 ` - riscv: plic: IRQs may not be enabled in non-zero HART
97
+ * :github: `78146 ` - mDNS reponder might fail to serve if mDNS resolver is enabled
98
+ * :github: `78244 ` - arch: riscv: IRQ stacks of secondary cores are not initialized to `0xAA ` when `CONFIG_INIT_STACKS=y `
99
+ * :github: `78263 ` - building samples/cpp/hello_world reports "undefined reference to `_impure_ptr ` error
100
+ * :github: `78268 ` - LPC55xx USB not working with SPEED_OPTIMIZATIONS=y
101
+ * :github: `78490 ` - net: l2: ieee802154: IEEE-802.15.4 packets dropped when CONFIG_NET_L2_IEEE802154_SECURITY is enabled
102
+ * :github: `78494 ` - subsys: net: socket_tls: Connection vanishes -> Caller blocked forever
103
+ * :github: `78495 ` - net: l2: ieee802154: ctx_lock taken but not given
104
+ * :github: `78608 ` - Bluetooth: classic: avdtp: missing buffer length check
105
+ * :github: `78622 ` - Wrong package for bz2
106
+ * :github: `78651 ` - drivers: PHY Microchip KSZ8081 will block system work queue for 500/1000ms
107
+ * :github: `78724 ` - net: checksum offloading not working for virtual network interfaces used for Virtual LAN (VLAN)
108
+ * :github: `78769 ` - backport: v3.7: dts: arm: st: stm32h5: fix spi 1-3 clocks
109
+ * :github: `78927 ` - doc: mcumgr: Wrong license for mcumgr-client
110
+ * :github: `79208 ` - sysbuild: ExternalZephyrProject_Add() cannot cope with hwmv2 board and revision
111
+ * :github: `79288 ` - driver: clock-control: imx-ccm-rev2: get_rate(FLEXSPI2) returns FLEXSPI1 clock rate
112
+ * :github: `79298 ` - arch: riscv: the `s0 ` dumped during a fatal error is not correct
113
+ * :github: `79301 ` - arch: irq: multilevel: the value return from `irq_parent_level_3() ` is wrong
114
+ * :github: `79518 ` - Temporary Modbus Client "Soft Lock"
115
+ * :github: `79576 ` - Dependencies for `SOC_FLASH_MCUX ` are incorrect on LPC55xxx platforms
116
+ * :github: `79788 ` - net: ip: igmp: IGMPv2 does not work when IGMPv3 is enabled
117
+ * :github: `79800 ` - stream_flash: stream_flash_erase_page does not check whether requested offset is in range of stream flash owned area
118
+ * :github: `79947 ` - ESP32 touch_sensor not working
119
+ * :github: `80005 ` - doc: Documentation issue in 'contribute/documentation/guidelines'
120
+ * :github: `80134 ` - up_squared: tests/arch/x86/info/arch.x86.info.userspace [timeout]
121
+ * :github: `80200 ` - CMake: Find package with version ranges are ignored for Zephyr SDK
122
+ * :github: `80383 ` - drivers: flash: spi_nor: values vom DT not correctly used, when `CONFIG_SPI_NOR_SFDP_RUNTIME=y `
123
+ * :github: `80429 ` - Bug in ACD implementation RFC5227
124
+ * :github: `80476 ` - mgmt: mcumgr: stat_mgmt: stat_mgmt_list always send legacy behavior
125
+ * :github: `80541 ` - Incorrect part number LPC55S69 in Konfig.soc
126
+ * :github: `80593 ` - Not possible to write beyond 16MB using flash sample on FRDM_RW612
127
+ * :github: `80701 ` - Changes to cortex_m swap code have major impact on kernel context switching times.
128
+ * :github: `80723 ` - testsuite: coverage: application unable to include `coverage.h `
129
+ * :github: `80750 ` - drivers: can: sam: wrong MRBA configuration
130
+ * :github: `80810 ` - samples: subsys: mgmt: mcumgr: smp_svr: UDP overlay missing random selection
131
+ * :github: `80818 ` - shell: shell_help: terminal offset of subcommands' help text isn't aligned
17
132
18
133
Mbed TLS
19
134
********
0 commit comments