diff --git a/nrf70_bm_lib/docs/source/nrf70_bm_lib_migration_guide.rst b/nrf70_bm_lib/docs/source/nrf70_bm_lib_migration_guide.rst index 790a341..fadb851 100644 --- a/nrf70_bm_lib/docs/source/nrf70_bm_lib_migration_guide.rst +++ b/nrf70_bm_lib/docs/source/nrf70_bm_lib_migration_guide.rst @@ -45,10 +45,36 @@ Configuration changes * ``CONFIG_NRF70_REG_DOMAIN`` + Build system changes ==================== -* For the build system changes refer to the following links: - - * - * <> \ No newline at end of file +nRF70 BM library +---------------- + +The following build system changes were introduced in the nRF70 BM library v1.1.0: + +.. list-table:: Build system modifications + :header-rows: 1 + + * - Old Path + - New Path(s) + * - ``nrf70_bm_lib/source/nrf70_bm_lib.c`` + - | ``nrf70_bm_lib/source/nrf70_bm_lib/system/nrf70_bm_lib.c`` + | ``nrf70_bm_lib/source/nrf70_bm_lib/radio_test/nrf70_bm_lib.c`` + * - ``nrf70_bm_lib/source/nrf70_bm_core.c`` + - | ``nrf70_bm_lib/source/nrf70_bm_lib/common/nrf70_bm_core.c`` + | ``nrf70_bm_lib/source/nrf70_bm_lib/system/nrf70_bm_core.c`` + | ``nrf70_bm_lib/source/nrf70_bm_lib/radio_test/nrf70_bm_core.c`` + * - ``nrf70_bm_lib/include/nrf70_bm_lib.h`` + - | ``nrf70_bm_lib/include/nrf70_bm_lib/common/nrf70_bm_lib.h`` + | ``nrf70_bm_lib/include/nrf70_bm_lib/system/nrf70_bm_lib.h`` + | ``nrf70_bm_lib/include/nrf70_bm_lib/radio_test/nrf70_bm_lib.h`` + * - ``nrf70_bm_lib/include/nrf70_bm_core.h`` + - | ``nrf70_bm_lib/include/common/nrf70_bm_core.h`` + | ``nrf70_bm_lib/include/system/nrf70_bm_core.h`` + | ``nrf70_bm_lib/include/radio_test/nrf70_bm_core.h`` + * - ``nrf70_bm_lib/include/nrf70_bm_tx_pwr_ceil_dk.h`` + - ``nrf70_bm_lib/include/common/nrf70_bm_tx_pwr_ceil_dk.h`` + * - ``nrf70_bm_lib/include/nrf70_bm_tx_pwr_ceil_ek.h`` + - ``nrf70_bm_lib/include/common/nrf70_bm_tx_pwr_ceil_ek.h``