Skip to content

Commit

Permalink
Add migration guide
Browse files Browse the repository at this point in the history
This helps customers migrate across releases. For now it covers only
1.1.0.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 9, 2024
1 parent 21c1733 commit 9a566b7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions nrf70_bm_lib/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Welcome to the nRF70 Bare Metal library documentation!
nrf70_bm_lib
nrf70_bm_porting_guide
nrf70_bm_api
nrf70_bm_lib_migration_guide


Indices and tables
Expand Down
39 changes: 39 additions & 0 deletions nrf70_bm_lib/docs/source/nrf70_bm_lib_migration_guide.rst
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``

0 comments on commit 9a566b7

Please sign in to comment.