Skip to content

Commit a0928ca

Browse files
committed
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 <[email protected]>
1 parent a90850d commit a0928ca

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
@@ -152,6 +152,25 @@ Networking
152152
code cannot use POSIX APIs, then the relevant network API prefix needs to be added to the
153153
code calling a network API.
154154

155+
Modem
156+
*****
157+
158+
Modem HL78XX
159+
============
160+
161+
* The Kconfig options related to HL78XX startup timing have been renamed in
162+
:kconfig:option:`CONFIG_MODEM_HL78XX_DEV_*` as follows:
163+
164+
- ``MODEM_HL78XX_DEV_POWER_PULSE_DURATION`` → ``MODEM_HL78XX_DEV_POWER_PULSE_DURATION_MS``
165+
- ``MODEM_HL78XX_DEV_RESET_PULSE_DURATION`` → ``MODEM_HL78XX_DEV_RESET_PULSE_DURATION_MS``
166+
- ``MODEM_HL78XX_DEV_STARTUP_TIME`` → ``MODEM_HL78XX_DEV_STARTUP_TIME_MS``
167+
- ``MODEM_HL78XX_DEV_SHUTDOWN_TIME`` → ``MODEM_HL78XX_DEV_SHUTDOWN_TIME_MS``
168+
169+
* The default startup timing was changed from 1000 ms to 120 ms to improve
170+
initialization reliability across all supported boards.
171+
172+
Applications depending on the previous defaults must update their configuration.
173+
155174
Other subsystems
156175
****************
157176

doc/releases/release-notes-4.4.rst

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

115+
* Modem
116+
117+
* :kconfig:option:`CONFIG_MODEM_HL78XX_AT_SHELL`
118+
* :kconfig:option:`CONFIG_MODEM_HL78XX_AIRVANTAGE`
119+
115120
* NVMEM
116121

117122
* Flash device support

0 commit comments

Comments
 (0)