doc: migration-guide: inform about MODEM_GSM_PPP deprecation
MODEM_GSM_PPP is deprecated in favor of using the new MODEM_CELLULAR driver. Directly related to this are UART_MUX and GSM_MUX. These are also being deprecated. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
ea1cf4d2e1
commit
452fadcd0e
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ Recommended Changes
|
|||
gpio-as-nreset;
|
||||
};
|
||||
|
||||
* The :kconfig:option:`CONFIG_MODEM_GSM_PPP` modem driver is obsolete.
|
||||
Instead the new :kconfig:option:`CONFIG_MODEM_CELLULAR` driver should be used.
|
||||
As part of this :kconfig:option:`CONFIG_GSM_MUX` and :kconfig:option:`CONFIG_UART_MUX` are being
|
||||
marked as deprecated as well. The new modem subsystem :kconfig:option:`CONFIG_MODEM_CMUX`
|
||||
and :kconfig:option:`CONFIG_MODEM_PPP`` should be used instead.
|
||||
|
||||
Picolibc-related Changes
|
||||
************************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue