Skip to content

Commit 3e9f83c

Browse files
zafersnnashif
authored andcommitted
doc: releases: Document HL78xx modem updates for 4.4
Update migration guide for HL78xx Kconfig option renames and startup time changes. Add release notes for new AT Shell and AirVantage FOTA support. Signed-off-by: Zafer SEN <zafersn93@gmail.com>
1 parent 3e6424d commit 3e9f83c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

doc/releases/migration-guide-4.4.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,25 @@ Networking
163163
code cannot use POSIX APIs, then the relevant network API prefix needs to be added to the
164164
code calling a network API.
165165

166+
Modem
167+
*****
168+
169+
Modem HL78XX
170+
============
171+
172+
* The Kconfig options related to HL78XX startup timing have been renamed in
173+
:kconfig:option:`CONFIG_MODEM_HL78XX_DEV_*` as follows:
174+
175+
- ``MODEM_HL78XX_DEV_POWER_PULSE_DURATION`` → ``MODEM_HL78XX_DEV_POWER_PULSE_DURATION_MS``
176+
- ``MODEM_HL78XX_DEV_RESET_PULSE_DURATION`` → ``MODEM_HL78XX_DEV_RESET_PULSE_DURATION_MS``
177+
- ``MODEM_HL78XX_DEV_STARTUP_TIME`` → ``MODEM_HL78XX_DEV_STARTUP_TIME_MS``
178+
- ``MODEM_HL78XX_DEV_SHUTDOWN_TIME`` → ``MODEM_HL78XX_DEV_SHUTDOWN_TIME_MS``
179+
180+
* The default startup timing was changed from 1000 ms to 120 ms to improve
181+
initialization reliability across all supported boards.
182+
183+
Applications depending on the previous defaults must update their configuration.
184+
166185
Other subsystems
167186
****************
168187

doc/releases/release-notes-4.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ New APIs and options
118118
* :dtcompatible:`jedec,mspi-nor` now allows MSPI configuration of read, write and
119119
control commands separately via devicetree.
120120

121+
* Modem
122+
123+
* :kconfig:option:`CONFIG_MODEM_HL78XX_AT_SHELL`
124+
* :kconfig:option:`CONFIG_MODEM_HL78XX_AIRVANTAGE`
125+
121126
* NVMEM
122127

123128
* Flash device support

0 commit comments

Comments
 (0)