diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index 2139f1d8d9b..ffe311e0b2c 100644 --- a/doc/releases/migration-guide-4.0.rst +++ b/doc/releases/migration-guide-4.0.rst @@ -97,9 +97,12 @@ Enhanced Serial Peripheral Interface (eSPI) GNSS ==== - * The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices. - Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig - symbols swapped to :kconfig:option:`CONFIG_GNSS_U_BLOX_M8`. +* The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices. + Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig + symbols swapped to :kconfig:option:`CONFIG_GNSS_U_BLOX_M8`. + +* The APIs :c:func:`gnss_set_periodic_config` and :c:func:`gnss_get_periodic_config` have + been removed. (:github:`76392`) Input =====