Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update MPSL and SoftDevice Controller #1638

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
159dc65
nrf_802154: rev e8be396184667824f201ec1c364f8fb0ee829aaf
piotrkoziar Dec 5, 2024
771a213
cmake: add nrfxlib_calculate_lib_path case for nrf54l10 & nrf54l05
piotrkoziar Dec 4, 2024
165428a
nrf_wifi: Update RPU patch to rev#4ca272a9af0
kspraveeen Dec 4, 2024
7f23024
nrf_wifi: Update RPU patch to rev#a2fc2da6e45
kspraveeen Dec 10, 2024
4929937
zboss: version v3.11.6.0+5.1.7
edmont Dec 12, 2024
e1c5c7d
doc: Documentation check for 2.9
umapraseeda Nov 22, 2024
ec29c17
doc: Update doc versions in nrfxlib for 2.9.0
richabp Dec 12, 2024
d68a0b5
mpsl: rev 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
yuxCai Dec 18, 2024
92d0783
softdevice_controller: rev 11f5e5d895cf2408403e58341e8c07f0baa5b4ef
yuxCai Dec 18, 2024
7a9b76c
doc: remove references to removed sample `nRF5340: Multiprotocol RPMsg`
ankuns Dec 11, 2024
40564fa
ci: fix compliance by using ubuntu-22.04
karhama Dec 20, 2024
64948a4
nrf_802154: rev 9bac646f39a03af50cf42a4c07d9348c448857f8
ankuns Dec 20, 2024
71b69ff
nrf_wifi: Update RPU patch to rev#47845003111
karun2796 Dec 20, 2024
146dce1
mpsl: rev 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
jostn Dec 20, 2024
9f5da70
softdevice_controller: rev 769666e2a185d5cbaf89bd9cbfe17911b4d9d447
jostn Dec 20, 2024
37a87d3
nrf_modem: doc: Change GNSS interface name
tokangas Jan 7, 2025
3f6bbc6
mpsl: rev f4f268ce33699c0889e295520777b00a93aab5a3
PavelVPV Jan 7, 2025
41c282b
softdevice_controller: rev f4f268ce33699c0889e295520777b00a93aab5a3
PavelVPV Jan 7, 2025
3189339
openthread: remove 1.3 prebuilt libraries
maciejbaczmanski Jan 10, 2025
de671be
crypto: Moving threading_alt.h to the CC3XX platform
Vge0rge Jan 6, 2025
6660641
nrf_802154: rev 0a23191390b001fe608c804fa53dbcb542d22b62
ankuns Jan 14, 2025
46a7957
mpsl: rev 7bf319672385f9e714154d2abd200bcc44bc78d8
martintv Jan 21, 2025
490fbc7
softdevice_controller: rev 7bf319672385f9e714154d2abd200bcc44bc78d8
martintv Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
compliance_job:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Run compliance checks on patch series (PR)
steps:
- name: Checkout the code
Expand Down
3 changes: 2 additions & 1 deletion common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ function(nrfxlib_calculate_lib_path lib_path)
set(arch_soc_dir ${arch_soc_dir}_cpuapp)
elseif(DEFINED CONFIG_SOC_NRF5340_CPUNET)
set(arch_soc_dir ${arch_soc_dir}_cpunet)
elseif(DEFINED CONFIG_SOC_NRF54L15_CPUAPP OR DEFINED CONFIG_SOC_NRF54L20_ENGA_CPUAPP)
elseif(DEFINED CONFIG_SOC_NRF54L15_CPUAPP OR DEFINED CONFIG_SOC_NRF54L20_ENGA_CPUAPP
OR DEFINED CONFIG_SOC_NRF54L10_CPUAPP OR DEFINED CONFIG_SOC_NRF54L05_CPUAPP)
set(arch_soc_dir ${arch_soc_dir}_cpuapp)
if(DEFINED CONFIG_TRUSTED_EXECUTION_NONSECURE AND ${CALC_LIB_PATH_NS_PROVIDED})
set(arch_soc_dir ${arch_soc_dir}_ns)
Expand Down
8 changes: 8 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.0
**********************

Bug fixes
=========
* Fixed an issue where the functions :c:func:`mpsl_clock_hfclk_request` and :c:func:`mpsl_clock_hfclk_release` could end up not working after :c:func:`mpsl_uninit`
This could happen if LFRC was used as clock source (DRGN-23325)

nRF Connect SDK v2.8.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/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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:40:20Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:52Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:40:20Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:52Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:40:20Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:52Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:40:20Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:52Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:43:16Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:03Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:44:27Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:45:51Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf52/softfp-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf52/softfp-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:39:19Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:24Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf53/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mpsl/fem/nrf2240/lib/nrf53/soft-float/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description: MPSL Front-End Module nrf2240
git_revision: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:40:20Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:42:52Z'
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/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: 5e894059db09d7b704e6678dc1e38ccc0ce19cd3
timestamp: '2024-12-04T15:42:09Z'
git_revision: 7bf319672385f9e714154d2abd200bcc44bc78d8
timestamp: '2025-01-20T15:44:15Z'
Binary file modified mpsl/fem/nrf2240/lib/nrf54h/soft-float/libmpsl_fem_nrf2240.a
Binary file not shown.
Loading
Loading