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

Conversation

NordicBuilder
Copy link
Contributor

Created from: latest/ble/develop/downstream/test_ble_sdc/PR-11737 #3.

Signed-off-by: Martin Tverdal [email protected]

piotrkoziar and others added 23 commits December 6, 2024 07:32
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]>
@NordicBuilder NordicBuilder requested a review from a team as a code owner January 21, 2025 07:41
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Jan 21, 2025
@martintv martintv changed the base branch from main to v2.9-branch January 21, 2025 08:04
@martintv
Copy link
Contributor

replaced by #1639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.