-
Notifications
You must be signed in to change notification settings - Fork 317
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
NordicBuilder
wants to merge
23
commits into
nrfconnect:v2.9-branch
from
NordicBuilder:update-ble-controller-and-mpsl-202501210741
Closed
Update MPSL and SoftDevice Controller #1638
NordicBuilder
wants to merge
23
commits into
nrfconnect:v2.9-branch
from
NordicBuilder:update-ble-controller-and-mpsl-202501210741
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
PHY: [SHEL-3314]: Added fix to avoid enhanced TX DC calibration for SCAN channels. Signed-off-by: Praveen Kankipati <[email protected]>
- ZBOSS sources: `527882038813c10bc16c58b3822728f01839f8e4` - Several fixes included. Signed-off-by: Eduardo Montoya <[email protected]>
Documentation check and fixes for 2.9 release Signed-off-by: Uma Praseeda <[email protected]>
Updated doc versions in nrfxlib for 2.9.0 NCSDK-30704 Signed-off-by: Richa Pandey <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Yuxuan Cai <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Yuxuan Cai <[email protected]>
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 <[email protected]>
ubuntu-latest points to 24.04 - use 22.04 instead Signed-off-by: Kari Hamalainen <[email protected]>
This commit updates revision of the nrf_802154 component. Signed-off-by: Andrzej Kuros <[email protected]>
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 <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Johan Stridkvist <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Johan Stridkvist <[email protected]>
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 <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Pavel Vasilyev <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Pavel Vasilyev <[email protected]>
1.4 is now a default Thread version, 1.3 libraries are not needed anymore. Signed-off-by: Maciej Baczmanski <[email protected]>
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 <[email protected]>
This commit updates revision of the nrf_802154 component. Signed-off-by: Andrzej Kuros <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
CHANGELOG.rst contains the list of changes. Signed-off-by: Martin Tverdal <[email protected]>
github-actions
bot
added
the
doc-required
PR must not be merged without tech writer approval.
label
Jan 21, 2025
martintv
requested review from
udaynordic,
rajb9 and
srkanordic
as code owners
January 21, 2025 08:04
martintv
requested review from
doki-nordic,
a team,
lmaciejonczyk,
edmont,
canisLupus1313,
ankuns,
piotrkoziar,
anangl,
grochu,
frkv,
tejlmand,
rlubos,
lemrey and
thst-nordic
as code owners
January 21, 2025 08:04
replaced by #1639 |
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/develop/downstream/test_ble_sdc/PR-11737 #3.
Signed-off-by: Martin Tverdal [email protected]