-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This helps customers migrate across releases. For now it covers only 1.1.0. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
:orphans: | ||
|
||
Migration guide | ||
############### | ||
|
||
The migration guide provides information on the changes introduced in the nRF70 BM library. | ||
The guide is intended for users who are migrating from an older version of the library to a newer version. | ||
|
||
Versioning scheme | ||
================= | ||
|
||
The nRF70 BM library follows the `NCS versioning scheme <https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/dev_model_and_contributions/code_base.html#versions_and_revisions>`_. | ||
|
||
.. _migration_1.1.0: | ||
|
||
Migration guide to nRF70 BM library v1.1.0 | ||
******************************************* | ||
|
||
The following changes were introduced in the nRF70 BM library v1.1.0: | ||
|
||
API changes | ||
=========== | ||
|
||
* The following APIs were added to the library: | ||
|
||
* ``nrf70_bm_get_reg()`` | ||
|
||
* The following APIs were modified in the library: | ||
|
||
* ``nrf70_bm_init()`` | ||
- added a new parameter ``mac_addr`` to allow the user to set the MAC address of the device. | ||
- added a new parameter ``reg_info`` to allow the user to set the regulatory information of the device. | ||
|
||
Configuration changes | ||
===================== | ||
|
||
* The following configuration options were added to the library: | ||
|
||
* ``CONFIG_NRF70_REG_DOMAIN`` |