Skip to content

Update MPSL and SoftDevice Controller #1642

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

Merged
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
10 changes: 10 additions & 0 deletions mpsl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Changelog

All the notable changes to this project are documented on this page.

nRF Connect SDK v2.9.1
**********************

Added
=====

* On the nRF54L15 SoC, Errata 39 is now applied.

nRF Connect SDK v2.9.0
**********************

Expand Down Expand Up @@ -48,6 +56,8 @@ nRF Connect SDK v2.7.0
Changes
=======

* Fixed a rare issue that could cause a scheduler assert if interrupts were disabled for a longer period of time (DRGN-24327).
Note that disabling interrupts for a longer period of time is not allowed.
* The default bit width within timeslots for ``TIMER0`` has been increased from 24 to 32 bits.
The user may still configure ``TIMER0`` however they like during the timeslot. (DRGN-19050)
* New FEM protocol APIs are provided to control the PA power, the previous APIs are removed.
Expand Down
6 changes: 3 additions & 3 deletions mpsl/doc/cx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Short-Range Protocols External Radio Coexistence
:depth: 2

The radio coexistence feature allows the application to interface with several types of packet traffic arbiters (PTAs).
PTAs arbitrate the requested radio operations between all radios to avoid interference, providing better radio performance to devices using multiple interfering radios simultaneously, like a combination of IEEE 802.15.4, Bluetooth® Low Energy (LE), and Wi-Fi®.
PTAs arbitrate the requested radio operations between all radios to avoid interference, providing better radio performance to devices using multiple interfering radios simultaneously, like a combination of IEEE 802.15.4, Bluetooth® Low Energy (LE), and Wi-Fi.
The arbitration algorithm used can vary between PTAs.

.. note::
Expand All @@ -17,7 +17,7 @@ The arbitration algorithm used can vary between PTAs.
Overview
********

The radio coexistence feature allows short-range protocol drivers (for example, IEEE 802.15.4, Bluetooth LE) to communicate with the packet traffic arbiter (PTA) using :ref:`MPSL CX API <mpsl_api_sr_cx>`.
The radio coexistence feature allows short-range protocol drivers (e.g. IEEE 802.15.4, Bluetooth LE) to communicate with the packet traffic arbiter (PTA) using :ref:`MPSL CX API <mpsl_api_sr_cx>`.
The MPSL CX API is hardware-agnostic and separates the implementation of the protocol driver from an implementation specific to given PTA.
To perform any radio operation, the protocol drivers must first request the appropriate access to the medium from the PTA.
The request informs the PTA implementation about which radio operations it wants to perform at that moment or shortly after, and what is the priority of the operation.
Expand All @@ -36,7 +36,7 @@ Selecting CX Implementation

The :ref:`mpsl` itself does not provide any implementation of the CX interface.
For details on the implementations present in the |NCS|, see :ref:`nrf:ug_radio_coex`.
An application that needs to use CX must call :c:func:`mpsl_cx_interface_set` during the system initialization.
An application that needs to use CX must call :c:func:`mpsl_cx_interface_set()` during the system initialization.
The initialization of any resource needed by the selected CX implementation is not in scope of :ref:`mpsl` and must also be done during the system initialization.

.. note::
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:57Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:36Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:57Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:36Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:57Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:36Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:57Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:36Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:45:17Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:00Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:05Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:06:49Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:46:54Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:07:39Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
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: 2d79a1c86a40b73cf674f90b22d3c480747282ba
timestamp: '2024-12-12T12:43:29Z'
git_revision: 79a310bee680b7e9a3bacca9fc08661290cf45a9
timestamp: '2025-01-28T12:04:07Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Loading
Loading