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 [email protected]
* 99-default-test-nrf.yml loads v2.6-branch of test-fw-nrfconnect-nrf

Signed-off-by: Thomas Stilwell <[email protected]>
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 <[email protected]>
This commit increases number of available packet buffers in the system.

Signed-off-by: Łukasz Duda <[email protected]>
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 <[email protected]>
Update nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
This algo is useful to choose the best RSSI network independent of band.

Signed-off-by: Chaitanya Tata <[email protected]>
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 <[email protected]>
Updating nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
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 <[email protected]>
Pull a fix for PBKDF2 key generation API in OpenThread

Signed-off-by: Maciej Baczmanski <[email protected]>
Update sdk-zephyr revision to include TCP fixes.

Signed-off-by: Robert Lubos <[email protected]>
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 <[email protected]>
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 <[email protected]>
…eout

Pull sending AP dead detection timeout to UMAC.

Signed-off-by: Chaitanya Tata <[email protected]>
Pull in changes done for WPA Auto security support.

Signed-off-by: Ravi Dondaputi <[email protected]>
Support BSSID configuration while setting up the network information
as part of the connect command processing.

Signed-off-by: Ravi Dondaputi <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Shell stack size is now increased, but forgot to update the debug
snippet.

Signed-off-by: Chaitanya Tata <[email protected]>
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 <[email protected]>
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 <[email protected]>
Updating nRF70 release/v2.6 firmware patch.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
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 <[email protected]>
Updating and creating release-related doc files.

Signed-off-by: Richa Pandey <[email protected]>
OpenThread requires flash because it uses the Trusted Storage
subsystem to store persistent keys in Internal Trusted Storage.

Signed-off-by: Georgios Vasilakis <[email protected]>
We don't suppor the psa_its_file implementation
so don't include it in the build.

Signed-off-by: Georgios Vasilakis <[email protected]>
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 <[email protected]>
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 <[email protected]>
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.