Skip to content

Commit 4d44e32

Browse files
doc: release_notes: add 4.2.1 release notes
Add 4.2.1 release notes, summarizing the issues addressed since 4.2 was released. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 6da1cbc commit 4d44e32

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,57 @@
2626
2727
.. _zephyr_4.2:
2828

29+
.. _zephyr_4.2.1:
30+
31+
Zephyr 4.2.1
32+
############
33+
34+
This is a bugfix release for Zephyr 4.2.0. The following issues are addressed by this release:
35+
36+
* :github:`96197` gPTP sample does not boot with NUCLEO-H563ZI
37+
* :github:`92393` LIS2DUX12 setting incorrect ODR configuration
38+
* :github:`93011` stm32u0: interrupt vectors for lpuart1 and lpuart2 are wrong in device tree
39+
* :github:`93220` Twister tests with coverage enabled crash during startup
40+
* :github:`93265` Stm32u5x: clock disable in sleep mode fix causing USB HS device initialization stalls
41+
* :github:`93342` doc: Documentation issue in 'connectivity/networking/api/tftp'
42+
* :github:`93350` net: tcp: keep-alive "pings" are no longer acknowledged with v4.2.0
43+
* :github:`93364` tests/subsys/llext fails after tagging 4.2
44+
* :github:`93424` Missing break after IPV6_MULTICAST_IF option processing
45+
* :github:`93445` STM32U535/545: dtc error for node wkup-pin@8 referencing non-existent port gpiof
46+
* :github:`93519` drivers: nxp_lpspi: Large performance degradation
47+
* :github:`93594` Nicla Vision has bad I2C address for VL53L1X sensor
48+
* :github:`93611` doc: Documentation issue in 'releases/release-notes-4.2'
49+
* :github:`93790` drivers: console: posix_arch_console: build warning with ``CONFIG_PRINTK=n``
50+
* :github:`93792` USB samples not working on ``max32690evkit``
51+
* :github:`93831` drivers: can: nrf: fix invalid pointer leading to undef behavior
52+
* :github:`93839` I3C: STM32: Has a Mutex deadlock on DAA Failure
53+
* :github:`94000` EXT2 fs_stat on mount point fails with a NULL pointer dereference.
54+
* :github:`94047` Shell device name tab completion for regulator parents show incorrect names
55+
* :github:`94063` SPI loopback tests failing on MAX32 SoCs.
56+
* :github:`94083` stm32: u3: low clock frequency for the RNG periphera
57+
* :github:`94093` Build error when OCRAM node is disabled in device tree (status = "disabled") [NXP RT1061]
58+
* :github:`94107` ppp link-layer address configuration is wrong
59+
* :github:`94325` iar: incorrect assembler optimzation flag
60+
* :github:`94473` LVGL Widgets Demo stopped working in v4.1 on mimxrt1060_evk@A
61+
* :github:`94702` Locally Administered Address (LAA) bit missing for STM32 ethernet driver
62+
* :github:`94703` Locally Administered Address (LAA) bit set on wrong index for NXP i.MX ethernet driver
63+
* :github:`94774` modules/picolibc: Roll back unnecessary changes, synchronize with SDK 0.17.4
64+
* :github:`94812` ``nocache`` data is included in ROM section
65+
* :github:`94842` iar: Zephyr 4.2 fails with IAR EWARM 9.70.1
66+
* :github:`94954` Spurious error log "No valid legacy adv to resume" in bt_hci_le_enh_conn_complete when using bt_le_ext_adv_start()
67+
* :github:`95113` gpio_pin_get_config for STM32 returns wrong flags value for input pins
68+
* :github:`95146` i2c: stm32: non-RTIO driver fixes on PM and on STM32F7 from Zephyr v4.3
69+
* :github:`95297` Links to the pyOCD repository are outdated
70+
* :github:`95456` Zephyr Netstack buffer leaks
71+
* :github:`95580` Picolibc module and SDK are not in sync for Zephyr 4.2.0
72+
* :github:`95721` Boards documentation: "arm" Architecture not specified at least for STM32MP13 and STM32N6 boards
73+
* :github:`95724` drivers: i2c: stm32: build error when using DMAs with st,stm32-i2c-v2 driver
74+
* :github:`95768` Possible TCP connection leak when creating a socket
75+
* :github:`95850` Applications do not watch MCUboot key file for changes
76+
* :github:`96087` TCP connection sends an incorrect seqnum FIN message
77+
* :github:`96172` arch: arm: switch to privilege stack in SVC handler
78+
* :github:`96768` incorrect i2c3 base address on stm32f303Xe
79+
2980
Zephyr 4.2.0
3081
############
3182

0 commit comments

Comments
 (0)