Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MPSL and SoftDevice Controller #1647

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions mpsl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ All the notable changes to this project are documented on this page.
Main branch
***********

Changes
=======

* Documented that the :c:func:`mpsl_clock_task_trigger_on_rtc_start_set` function is supported only on the nRF52 and nRF53 Series.

Added
=====

Expand All @@ -21,6 +26,12 @@ Added
Using these functions makes it possible to use an external clock driver, such as one provided by the |NCS|.
This fixes an issue on nRF54H Series where MPSL would assert or get suboptimal performance when other application components attempt to use a clock. (DRGN-21843)
* On the nRF54L15 SoC, Errata 39 is now applied.
* Added the defines :c:macro:`MPSL_TIMER0` to clarify which timer is being used by MPSL and the timeslot implementation. (DRGN-24434)
* New API provided for integration with an external power management system.
The API is only support on nRF54H Series SoCs.
This API makes it possible to use an external power management system, such as the one provided by the |NCS|, to request low latency mode and to request wakeup in time for a future event.
Added the functions :c:func:`mpsl_pm_init` and :c:func:`mpsl_pm_uninit` to enable and disable integration.
Added the functions :c:func:`mpsl_pm_params_get`, :c:func:`mpsl_pm_low_latency_requested`, :c:func:`mpsl_pm_low_latency_state_set` and :c:func:`mpsl_pm_low_latency_state_get` to register wakeup time and request low latency. (DRGN-17150)

Removed
=======
Expand Down
6 changes: 6 additions & 0 deletions mpsl/doc/mpsl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ For the nRF54L Series:
Interrupts:

* ``GRTC`` channels ``7`` to ``11``, interrupt ``GRTC_3_IRQn``

.. note::
The ``GRTC`` must be started by the application before calling :c:func:`mpsl_init` function.
Additionally, the ``SYSCOUNTER`` must be enabled in the ``MODE`` register.
This is done automatically when using the |NCS|.

* ``TIMER10``
* ``TIMER20``
* ``ECB00``
Expand Down
Binary file modified mpsl/fem/common/lib/nrf52/hard-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf52/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/common/lib/nrf52/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf52/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/common/lib/nrf52/softfp-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/common/lib/nrf53/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:22:16Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:16:10Z'
Binary file modified mpsl/fem/common/lib/nrf54h/hard-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54h/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/common/lib/nrf54h/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54h/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/common/lib/nrf54h/softfp-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54h/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/common/lib/nrf54l/hard-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file modified mpsl/fem/common/lib/nrf54l/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file modified mpsl/fem/common/lib/nrf54l/softfp-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file modified mpsl/fem/common/lib/nrf54l_ns/hard-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l_ns/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file modified mpsl/fem/common/lib/nrf54l_ns/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l_ns/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf54l_ns/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf52/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf52/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf53/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:22:16Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:16:10Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf53/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54h/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54h/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54l/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54l/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:22:16Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:16:10Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf52/hard-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf52/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf52/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf52/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf52/softfp-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf53/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:22:16Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:16:10Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54h/hard-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54h/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54h/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54h/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54h/softfp-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54h/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:23:30Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:06Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54l/hard-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54l/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54l/softfp-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:24:38Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:17:58Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l_ns/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l_ns/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l_ns/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:25:58Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:18:53Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/hard-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf52/hard-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf52/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:21:27Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:15:42Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf53/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: d85f37138db71ea6376260fb3ed5819faa4b97ee
timestamp: '2025-01-22T14:22:16Z'
git_revision: 96663eb43ffc07d37dbeebf98dc995257fd989e4
timestamp: '2025-02-04T13:16:10Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf54h/hard-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Loading
Loading