-
Notifications
You must be signed in to change notification settings - Fork 318
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 #1692
Closed
NordicBuilder
wants to merge
69
commits into
nrfconnect:v2.9-branch
from
NordicBuilder:update-ble-controller-and-mpsl-202503281300
Closed
Update MPSL and SoftDevice Controller #1692
NordicBuilder
wants to merge
69
commits into
nrfconnect:v2.9-branch
from
NordicBuilder:update-ble-controller-and-mpsl-202503281300
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit updates revision of the nrf_802154 component. Signed-off-by: Piotr Koziar <piotr.koziar@nordicsemi.no>
Adds case in nrfxlib_calculate_lib_path for nrf54l10 and nrf54l05. Both secure and non-secure variants lib paths will be calculated. Signed-off-by: Piotr Koziar <piotr.koziar@nordicsemi.no>
UMAC: *[SHEL-3248]: Support for EAP-TLS-SHA256 security type in display scan. *[SHEL-3251]: Limiting maximum transmit power from 40dBm to 31 dBm as per hardware limitation. *Added support for 8021.X security modes in display scan. *Updating to 2024_10_07 regulatory rules. *Revert to user-configured regulatory domain on disconnect. *Add configurable BSS display limit for performance optimization. *Configure AP TX Power Based on Country IE before auth. *RPU Patch version changed from 1.2.12.0 to 1.2.13.0. *Display scan bss limit handling in RPU sleep mode. PHY: *[NRF7X-257]: SVD DMA lockup issue fix at Calibration request time. *[SHEL-3253]: Vbat measurement and averaging changes. *[SHEL-3301]: Fix for degraded RX sensitivity in 5.0 GHz with Notch changes. Signed-off-by: Praveen Kankipati <Praveen.Kankipati@nordicsemi.no>
PHY: [SHEL-3314]: Added fix to avoid enhanced TX DC calibration for SCAN channels. Signed-off-by: Praveen Kankipati <Praveen.Kankipati@nordicsemi.no>
- ZBOSS sources: `527882038813c10bc16c58b3822728f01839f8e4` - Several fixes included. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Documentation check and fixes for 2.9 release Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
Updated doc versions in nrfxlib for 2.9.0 NCSDK-30704 Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Yuxuan Cai <yuxuan.cai@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Yuxuan Cai <yuxuan.cai@nordicsemi.no>
The nrf/samples/nrf5340/multiprotocol_rpmsg sample is removed. References to it in historical files are changed to text ``nRF5340: Multiprotocol RPMsg``. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
ubuntu-latest points to 24.04 - use 22.04 instead Signed-off-by: Kari Hamalainen <kari.hamalainen@nordicsemi.no>
This commit updates revision of the nrf_802154 component. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
UMAC: [SHEL-3352] : Handling Kconfig param to enable/disable priority window for Wi-Fi scan. RPU patch version update from 1.2.13.0 to 1.2.13.21. LMAC: [SHEL-3314] : Kconfig to enable/disable priority window for Wi-Fi 2.4G scan at build time. Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Johan Stridkvist <johan.stridkvist@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Johan Stridkvist <johan.stridkvist@nordicsemi.no>
Changed GNSS interface name in documentation from "Global Satellite Navigation System" to "GNSS". The name of the interface in modemlib is "GNSS" and in general all documentation refers to "GNSS interface" or "GNSS API". Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
1.4 is now a default Thread version, 1.3 libraries are not needed anymore. Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
The CC3XX platform contains the functions for mbedtls mutex handling: - mbedtls_mutex_init - mbedtls_mutex_free - mbedtls_mutex_lock - mbedtls_mutex_unlock These functions are not only used by the legacy mbedTLS APIs. They are also used by the PSA APIs for the PSA core mutexes: - mbedtls_threading_key_slot_mutex - mbedtls_threading_psa_globaldata_mutex - mbedtls_threading_psa_rngdata_mutex This means that even when the CC3XX legacy/PSA driver is not used, as long as the CC3XX platform is enabled the mutex handling will be provided by the CC3XX platform library. Since the CC3XX platform library provides the implementation and the threading_alt.h provides the definitions for the mutexes it makes sense to be in one place. This commit moves the threading_alt.h to the platform folder so that it can be included by applications which don't use the CC3XX mbedcrypto driver but they use Oberon PSA driver. Ref: NCSDK-31155 Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
This commit updates revision of the nrf_802154 component. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Erik Sandgren <erik.sandgren@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Erik Sandgren <erik.sandgren@nordicsemi.no>
SHA: 5f5837a5a0c9e2082e76b1e921152532f9f486f2 Automatically created by libmodem Github workflow. Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Update and extend the documentation for DECT PHY after adding support for the new features introduced in DECT PHY firmware v1.1.0. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no> Signed-off-by: divya pillai <divya.pillai@nordicsemi.no> Signed-off-by: Nordic Builder <pylon@nordicsemi.no> Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
This commit updates revision of the nrf_802154 component. Signed-off-by: Andrzej Kuros <andrzej.kuros@nordicsemi.no>
`NRF_ENOTSUPP` is not a valid NRF error code. Change to presumed `NRF_ENOTSUP`. Signed-off-by: Kamil Krzyzanowski <kamnxt@kamnxt.com>
In C++, conversion from a function pointer to void* is either undefined (prior to C++11) or not implicit. Move the static inline functions to the C file for better portability. The flash impact imposed by this is negligible. Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
Add triggers for PS tests Signed-off-by: Tomasz Kobylarz <tomasz.kobylarz@nordicsemi.no>
UMAC: [SHEL-3419] : Handle raw scan config during cmd_init. [SHEL-3401] : Mode based stats event separation. LMAC: [SHEL-3371] : DSSS scrabler encoded as per IEEE spec. [NRF7X-280] : Workaround for cca issue in presence of strong non wifi signal. [NRF7X-200] : Switch to QOS null based power save incase of failure in PS POLL. Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Olivier Lesage <olivier.lesage@nordicsemi.no>
Jira: NCSDK-32440 Signed-off-by: Jan Gałda <jan.galda@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Lang Xie <lang.xie@nordicsemi.no>
CHANGELOG.rst contains the list of changes. Signed-off-by: Lang Xie <lang.xie@nordicsemi.no>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created from: latest/ble/dragoon/downstream/test_ble_sdc/release%2Fncs-v2.9-branch #3.
Signed-off-by: Lang Xie lang.xie@nordicsemi.no