Skip to content
Open
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
3 changes: 3 additions & 0 deletions mpsl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Changes
=======

* The types :c:type:`mpsl_phy_t`, :c:type:`mpsl_fem_event_type_t`, :c:type:`mpsl_fem_functionality_t`, :c:type:`mpsl_cx_req_trig_t`, :c:type:`mpsl_pm_event_state_t` and :c:type:`mpsl_pm_low_latency_state_t` are now a fixed-width ``uint8_t`` to not rely on compiler specific size of an enum type. (KRKNWK-20877)
* The functions :c:func:`mpsl_hwres_dppi_channel_alloc` and :c:func:`mpsl_hwres_ppib_channel_alloc` have been moved to the :file:`mpsl_hwres_ppi.h` file. (DRGN-26373)

Bug fixes
=========
Expand Down Expand Up @@ -52,6 +53,8 @@ Bug fixes
* Fixed a rare issue where radio events would be dropped if high-frequency crystal tuning was needed due to a large temperature change when starting the HFXO.
In the worst-case scenario, MPSL would not recover from this state and continue to drop radio events.
This issue applies only to the nRF54L Series devices. (DRGN-25261)
* Fixed an issue where -7 dBm was used instead of -5 dBm when calling the :c:func:mpsl_tx_power_radio_supported_power_adjust or :c:func:mpsl_tx_power_dbm_to_radio_register_convert functions.
This issue applies only to the nRF54L Series devices. (DRGN-26470)

Removed
=======
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file modified mpsl/fem/common/lib/nrf52/soft-float/libmpsl_fem_common.a
Binary file not shown.
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file modified mpsl/fem/common/lib/nrf52_bsim/soft-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:26Z'
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:18Z'
Binary file modified mpsl/fem/common/lib/nrf53_bsim/soft-float/libmpsl_fem_common.a
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file modified mpsl/fem/common/lib/nrf54h/soft-float/libmpsl_fem_common.a
Binary file not shown.
Binary file modified mpsl/fem/common/lib/nrf54h/softfp-float/libmpsl_fem_common.a
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file modified mpsl/fem/common/lib/nrf54l/soft-float/libmpsl_fem_common.a
Binary file not shown.
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file modified mpsl/fem/common/lib/nrf54l_ns/soft-float/libmpsl_fem_common.a
Binary file not shown.
Binary file not shown.
Binary file modified mpsl/fem/common/lib/nrf71/hard-float/libmpsl_fem_common.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/common/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module common
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file modified mpsl/fem/common/lib/nrf71/soft-float/libmpsl_fem_common.a
Binary file not shown.
Binary file modified mpsl/fem/common/lib/nrf71/softfp-float/libmpsl_fem_common.a
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf52/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf52_bsim/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf53/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:27Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf53_bsim/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:18Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54h/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54l/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54l_bsim/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf54l_ns/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio/lib/nrf71/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: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf52/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf52_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:26Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf53_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:17Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf54h/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf54l/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf54l_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf54l_ns/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf21540_gpio_spi/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf21540_gpio_spi
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file not shown.
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf52/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:26Z'
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:17Z'
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54h/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2220/lib/nrf54h/softfp-float/libmpsl_fem_nrf2220.a
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf54l/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf54l_ns/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file modified mpsl/fem/nrf2220/lib/nrf71/hard-float/libmpsl_fem_nrf2220.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2220/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2220
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file modified mpsl/fem/nrf2220/lib/nrf71/soft-float/libmpsl_fem_nrf2220.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2220/lib/nrf71/softfp-float/libmpsl_fem_nrf2220.a
Binary file not shown.
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/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:27Z'
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_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:18Z'
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf54h/hard-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf54h/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf54h/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf54h/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf54l/hard-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf54l/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf54l/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf54l/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf54l_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf54l_ns/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf71/hard-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf71/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Binary file modified mpsl/fem/nrf2240/lib/nrf71/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf52/hard-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf52/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file modified mpsl/fem/nrf22xx/lib/nrf52/soft-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf52/softfp-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf52_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:26Z'
Binary file modified mpsl/fem/nrf22xx/lib/nrf53/soft-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf53_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:18Z'
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf54h/hard-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf54h/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file modified mpsl/fem/nrf22xx/lib/nrf54h/soft-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf54h/softfp-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf54l/hard-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf54l/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file modified mpsl/fem/nrf22xx/lib/nrf54l/soft-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf54l/softfp-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf54l_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf54l_ns/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf71/hard-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf22xx/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf22xx
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file modified mpsl/fem/nrf22xx/lib/nrf71/soft-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file modified mpsl/fem/nrf22xx/lib/nrf71/softfp-float/libmpsl_fem_nrf22xx.a
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf52/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:55:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:16:03Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf52_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:35:39Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf53/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:58:05Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:19:26Z'
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf53_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:12:39Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:36:18Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf54h/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T15:59:30Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:21:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf54l/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:01:33Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:23:37Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf54l_bsim/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:14:50Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:39:04Z'
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf54l_ns/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:06:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:29:11Z'
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/simple_gpio/lib/nrf71/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module simple_gpio
git_revision: 5959b145f3ea4ae9923a2aa7585acd51092b8430
timestamp: '2025-10-27T16:08:27Z'
git_revision: 7395f5999fd01ddfd8e1d06f8623ba683c1fed43
timestamp: '2025-10-31T15:31:35Z'
Binary file not shown.
Binary file not shown.
Loading
Loading