Skip to content

Conversation

rado17
Copy link
Contributor

@rado17 rado17 commented Apr 10, 2025

@rado17 rado17 requested review from a team, bama-nordic and sachinthegreen as code owners April 10, 2025 20:01
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Apr 10, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 10, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@616c977 nrfconnect/sdk-nrfxlib@1a6caa7 (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@bdc3de9 nrfconnect/sdk-zephyr@23dea7f (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 10, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 9

Inputs:

Sources:

sdk-nrf: PR head: b9864fc6620efcb989cec11bffd2aeec1e362dfa
nrfxlib: PR head: 1a6caa79d3bdc438b47022adff5aff16e9da811c
zephyr: PR head: 23dea7fdbd03f4280dd4a5028ce2ac91bb67f3c4

more details

sdk-nrf:

PR head: b9864fc6620efcb989cec11bffd2aeec1e362dfa
merge base: 64f6d6305865f9cacdbc30d86cb75f19ceb5f8de
target head (main): 64f6d6305865f9cacdbc30d86cb75f19ceb5f8de
Diff

nrfxlib:

PR head: 1a6caa79d3bdc438b47022adff5aff16e9da811c
merge base: 616c9776b3a646ec482439c64e0372ab527ffaa9
Diff

zephyr:

PR head: 23dea7fdbd03f4280dd4a5028ce2ac91bb67f3c4
merge base: bdc3de9a2dd87f5cafa33ad32aed1e198fdbb922
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (59)
doc
│  ├── nrf
│  │  ├── app_dev
│  │  │  ├── device_guides
│  │  │  │  ├── nrf70
│  │  │  │  │  │ wifi_advanced_security_modes.rst
nrfxlib
│  ├── nrf_wifi
│  │  ├── bin
│  │  │  ├── ncs
│  │  │  │  ├── default
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── offloaded_raw_tx
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── radio_test
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── scan_only
│  │  │  │  │  │ nrf70.bin
│  │  │  │  ├── system_with_raw
│  │  │  │  │  │ nrf70.bin
samples
│  ├── wifi
│  │  ├── offloaded_raw_tx
│  │  │  │ prj.conf
│  │  ├── provisioning
│  │  │  ├── softap
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  ├── radio_test
│  │  │  ├── multi_domain
│  │  │  │  │ prj.conf
│  │  ├── raw_tx_packet
│  │  │  │ prj.conf
│  │  ├── scan
│  │  │  │ prj.conf
│  │  ├── shell
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  ├── overlay-enterprise.conf
│  │  │  ├── prj.conf
│  │  │  │ sample.yaml
│  │  ├── shutdown
│  │  │  │ prj.conf
│  │  ├── softap
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  ├── prj.conf
│  │  │  │ sample.yaml
│  │  ├── throughput
│  │  │  ├── overlay-high-performance.conf
│  │  │  ├── overlay-iot-devices.conf
│  │  │  ├── overlay-memory-optimized.conf
│  │  │  ├── overlay-rx-prio.conf
│  │  │  ├── overlay-tx-prio.conf
│  │  │  │ prj.conf
│  │  ├── twt
│  │  │  │ prj.conf
subsys
│  ├── net
│  │  ├── lib
│  │  │  ├── hostap_crypto
│  │  │  │  │ Kconfig
│  ├── nrf_security
│  │  ├── Kconfig.legacy
│  │  ├── configs
│  │  │  │ legacy_crypto_config.h.template
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf7002dk
│  │  │  │  │ nrf5340_cpuapp_common.dtsi
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  │ wifi.rst
│  ├── drivers
│  │  ├── wifi
│  │  │  ├── nrf_wifi
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── src
│  │  │  │  │  │ wpa_supp_if.c
│  ├── modules
│  │  ├── nrf_wifi
│  │  │  ├── os
│  │  │  │  │ shim.c
│  ├── samples
│  │  ├── net
│  │  │  ├── wifi
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── ca.pem
│  │  │  │  │  ├── ca2.pem
│  │  │  │  │  ├── client-key.pem
│  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  ├── client.pem
│  │  │  │  │  ├── client2.pem
│  │  │  │  │  ├── rsa2k
│  │  │  │  │  │  ├── ca.pem
│  │  │  │  │  │  ├── ca2.pem
│  │  │  │  │  │  ├── client-key.pem
│  │  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  │  ├── client.pem
│  │  │  │  │  │  ├── client2.pem
│  │  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │  │ server.pem
│  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │ server.pem
│  ├── scripts
│  │  ├── utils
│  │  │  │ wifi_ent_cert_installer.py
│  ├── snippets
│  │  ├── wifi-enterprise
│  │  │  │ wifi-enterprise.conf
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  │ CMakeLists.txt
│  │  │  ├── lib
│  │  │  │  ├── tls_credentials
│  │  │  │  │  │ tls_credentials_shell.c
│  │  │  │  ├── wifi_credentials
│  │  │  │  │  │ wifi_credentials_shell.c
│  │ west.yml

Outputs:

Toolchain

Version: 7cbc0036f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7cbc0036f4_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 30
    • sdk-zephyr test count: 1305
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-boot
    • ✅ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh
    • ✅ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

github-actions bot commented Apr 10, 2025

You can find the documentation preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-21665/nrf/app_dev/device_guides/nrf70/wifi_advanced_security_modes.html

@rado17 rado17 added this to the 3.0.0 milestone Apr 11, 2025
@krish2718 krish2718 requested review from a team, D-Triveni, kapbh and krish2718 as code owners April 15, 2025 19:41
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Apr 15, 2025
@krish2718 krish2718 changed the title Correct the memory pool configurations wifi: Upmerge 3 (fixes only) Apr 15, 2025
@krish2718 krish2718 requested review from a team as code owners April 16, 2025 12:33
rado17 and others added 6 commits April 16, 2025 21:29
Pull fix to increase heap for Enterprise security.

Signed-off-by: Ravi Dondaputi <[email protected]>
Now that driver is out of the shared heap, let Zephyr allocate based on
subsystem needs.

Signed-off-by: Chaitanya Tata <[email protected]>
Latest blobs to implement disconnection reason.

Signed-off-by: Chaitanya Tata <[email protected]>
This is now replaced with wifi-enterprise snippet that can be used by
any sample.

Signed-off-by: Chaitanya Tata <[email protected]>
Temporarily disable zero-copy-tx for this sample to avoid unaligned
buffers from the networking stack.

Signed-off-by: Chaitanya Tata <[email protected]>
Hostname is not glued from wpa_supplican to crypto, and MbedTLS 3.6.3
fails the TLS handshake, so, explicitly disable the hostname
verification as a workaround. This needs to be fixed properly later.

Signed-off-by: Chaitanya Tata <[email protected]>
Use the automatic heap mem pool size instead of overrides to fix SoftAP
initialization failures.

Fix SHEL-3590.

Signed-off-by: Ravi Dondaputi <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Introduce a new superset configuration for nRF54H device (SHEL-3317).

Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Ravi Dondaputi <[email protected]>
@rlubos
Copy link
Contributor

rlubos commented Apr 17, 2025

@nrfconnect/ncs-cia Please review

@rlubos rlubos merged commit b60b1b3 into nrfconnect:main Apr 17, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.