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

V2.6 branch #18882

Closed
wants to merge 92 commits into from
Closed

V2.6 branch #18882

wants to merge 92 commits into from

Conversation

jaci-nordic
Copy link
Contributor

No description provided.

thst-nordic and others added 30 commits March 13, 2024 16:33
* Jenkinsfile loads CI_LIB@v2.6-branch
* 99-default-test-nrf.yml loads v2.6-branch of test-fw-nrfconnect-nrf

Signed-off-by: Thomas Stilwell <Thomas.Stilwell@nordicsemi.no>
We need to ensure that the BLE provider doesn't exist on the
recovery list to avoid putting it there once again.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
This commit increases number of available packet buffers in the system.

Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
If user selects a band, then we should restrict scanning channels to
that band, but using freq_list will only filter the results.

Fixes SHEL-2626.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Update nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
This algo is useful to choose the best RSSI network independent of band.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
To cater for different needs add an configuration options for WPA
supplicant network selection (scan results sorting). The default is
still left unchanged.

Fixes SHEL-2626 (when using "reliability" based NW selection).

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Updating nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
MAC address setting is a local operation i.e., doesn't need any FMAC
interaction and is essential for bringing the up driver in case OTP has
no programmed MAC address. This doesn't need any FMAC context checks.

Fixes SHEL-2675.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Pull a fix for PBKDF2 key generation API in OpenThread

Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
Update sdk-zephyr revision to include TCP fixes.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Due to recent changes in hostap to move few buffers from heap->stack (to
improve the reliability of allocations) this has increased the stack
size and with another recent change to increase the max polling sockets
this puts over the 4096 stack size for net_mgmt causing stack overflow.

Increase the stack size for net_mgmt to fix SHEL-2640 and SHEL-2676.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This is handy esp. in crowded channel environments to avoid false AP
dead detections, the default is chosen accordingly.

Implements SHEL-2689.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
…eout

Pull sending AP dead detection timeout to UMAC.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Pull in changes done for WPA Auto security support.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Support BSSID configuration while setting up the network information
as part of the connect command processing.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Support WPA Auto security mode wherein supplicant can
implicitly choose the highest security among WPA, WPA2
and WPA3 for association with a network based on network support.

Fixes SHEL-1131.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
The `connect` command has been updated to take key-value style
arguments. Update the description to include this information.

Fixes SHEL-2699.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
When WPA supplicant is enabled, use the default from hostap which sets
the appropriate value rather than overriding it. This helps us maintain
this setting.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
The current 800ms is not enough in real setups, where Thread
routers must serve as intermediate hops for many parallel
conversations. Bump this to 2s.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
Shell stack size is now increased, but forgot to update the debug
snippet.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Stack size was increased in 77cad23.
But connecion attempts, when done from `conn_mgr` module, add
a couple of levels of depth which causes the stack usage to exceed
the allocated space. Increasing the stack size by 200 bytes takes
care of this.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Pull in a fix in pinctrl that prevents the nrf_qspi_nor driver from
failing to initialize when the flash chip is configured to work in
non-Quad mode.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
Updating nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <karun.kumar@nordicsemi.no>
Kconfig options that were application-specific had not been documented.
This resulted in mentions in documentation not linking to anything.

CSA has changed the structure of their website.
This fixes the affected links in our documentation.

Signed-off-by: Wille Backman <wille.backman@nordicsemi.no>
Updating and creating release-related doc files.

Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
OpenThread requires flash because it uses the Trusted Storage
subsystem to store persistent keys in Internal Trusted Storage.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
We don't suppor the psa_its_file implementation
so don't include it in the build.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
Don't use the define from the CC3XX library in the
PSA crypto driver wrappers file. There are is a corner
case in which we will have to build this file without
including the headers for CC3XX.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
Add experimental symbol for legacy and PSA crypto
usage. This feature might be removed without notice
and should not be used in production.

Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
@NordicBuilder
Copy link
Contributor

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
find-my nrfconnect/sdk-find-my@v2.6.0 nrfconnect/sdk-find-my@v2.6.2 nrfconnect/sdk-find-my@v2.6.0..v2.6.2
hostap nrfconnect/sdk-hostap@dda5457 nrfconnect/sdk-hostap@e080aa8 (v2.6-branch) nrfconnect/sdk-hostap@dda5457a..e080aa8d
matter nrfconnect/sdk-connectedhomeip@v2.6.0 nrfconnect/sdk-connectedhomeip@v2.6.2 nrfconnect/sdk-connectedhomeip@v2.6.0..v2.6.2
mbedtls nrfconnect/sdk-mbedtls@v3.5.2-ncs1 nrfconnect/sdk-mbedtls@v3.5.2-ncs1-2 nrfconnect/sdk-mbedtls@v3.5.2-ncs1..v3.5.2-ncs1-2
mcuboot nrfconnect/sdk-mcuboot@v2.0.99-ncs1 nrfconnect/sdk-mcuboot@v2.0.99-ncs1-2 nrfconnect/sdk-mcuboot@v2.0.99-ncs1..v2.0.99-ncs1-2
nrf-802154 nrfconnect/sdk-nrf-802154@v2.6.0 nrfconnect/sdk-nrf-802154@v2.6.2 nrfconnect/sdk-nrf-802154@v2.6.0..v2.6.2
nrfxlib nrfconnect/sdk-nrfxlib@v2.6.0 nrfconnect/sdk-nrfxlib@v2.6.2 nrfconnect/sdk-nrfxlib@v2.6.0..v2.6.2
sidewalk nrfconnect/sdk-sidewalk@v2.6.0 nrfconnect/sdk-sidewalk@v2.6.2 nrfconnect/sdk-sidewalk@v2.6.0..v2.6.2
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@v2.0.0-ncs1 nrfconnect/sdk-trusted-firmware-m@v2.0.0-ncs1-2 nrfconnect/sdk-trusted-firmware-m@v2.0.0-ncs1..v2.0.0-ncs1-2
wfa-qt-control-app nrfconnect/sdk-wi-fiquicktrack-controlappc@d649bd1 nrfconnect/sdk-wi-fiquicktrack-controlappc@9f91589 nrfconnect/sdk-wi-fiquicktrack-controlappc@d649bd13..9f91589a
zephyr nrfconnect/sdk-zephyr@v3.5.99-ncs1 nrfconnect/sdk-zephyr@v3.5.99-ncs1-2 nrfconnect/sdk-zephyr@v3.5.99-ncs1..v3.5.99-ncs1-2

Note: This message is automatically posted and updated by the Manifest GitHub Action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.