Migration notes for nRF Connect SDK v3.5.0 (Working draft)
This document describes the changes required or recommended when migrating your application from nRF Connect SDK v3.4.0 to nRF Connect SDK v3.5.0.
Required changes
The following changes are mandatory to make your application work in the same way as in previous releases.
Samples and applications
This section describes the changes related to samples and applications.
No changes since the latest nRF Connect SDK release.
Libraries
This section describes the changes related to libraries.
Location library:
The library now always uses the chosen
zephyr,wifinode to find the used Wi-Fi device. If your application uses the deprecatedncs,location-wifinode, you need to change it to use thezephyr,wifinode instead:chosen { zephyr,wifi = &mywifi; };
Drivers
This section describes the changes related to drivers.
No changes since the latest nRF Connect SDK release.
Recommended changes
The following changes are recommended for your application to work optimally after the migration.
Build and configuration system
No changes since the latest nRF Connect SDK release.
Samples and applications
This section describes the changes related to samples and applications.
No changes since the latest nRF Connect SDK release.
Libraries
This section describes the changes related to libraries.
No changes since the latest nRF Connect SDK release.