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

* Fixed unintended clearing of POWER interrupts caused by clearing CLOCK interrupts in :c:func:`mpsl_init()` and :c:func:`mpsl_uninit()`. (DRGN-26338)
* Fixed an assert that could occur on the nRF54H20 SoC if MRAM was not forced on all the time, for example, if the CONFIG_MRAM_LATENCY_AUTO_REQ Kconfig option is set to ``n``. (DRGN-26065)
* 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)

nRF Connect SDK v3.1.0
**********************
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:24:22Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:16Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:27:21Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:41:49Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:28:44Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:30:45Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:43:58Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:35:37Z'
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: 2ee62e1b45ef18fb3b28e451ee61d347b58a3875
timestamp: '2025-11-04T08:37:33Z'
Binary file not shown.
Binary file not shown.
Loading