Skip to content

Conversation

krish2718
Copy link
Contributor

Latest Wi-Fi fixes for 2.9.0

@krish2718 krish2718 added this to the 2.9.0 milestone Dec 6, 2024
@krish2718 krish2718 requested a review from a team as a code owner December 6, 2024 10:17
@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 Dec 6, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Dec 6, 2024

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

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@d6f8f8b nrfconnect/sdk-nrfxlib@1a12db1 (v2.9-branch) nrfconnect/[email protected]
zephyr nrfconnect/[email protected] nrfconnect/sdk-zephyr@a97deec (v3.7.99-ncs2-branch) 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 Dec 6, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 7fb3413e316393b8c98f70c4e9c4acf86a98d60d
nrfxlib: PR head: 1a12db122ba2c2d2ba2060f42ff8503e02850905
zephyr: PR head: a97deec49ed5dfd09332eee0638b151cca5a8eac

more details

sdk-nrf:

PR head: 7fb3413e316393b8c98f70c4e9c4acf86a98d60d
merge base: 5c2a6727c5b7b036da65ca5d3c03533a56c254ef
target head (v2.9-branch): 70afed9ba4134e8fd299826aa780d09263412e83
Diff

nrfxlib:

PR head: 1a12db122ba2c2d2ba2060f42ff8503e02850905
merge base: d6f8f8be7ef47ff500dcc047b21b27bbb39fa048
Diff

zephyr:

PR head: a97deec49ed5dfd09332eee0638b151cca5a8eac
merge base: 0a2e205750dc7eff8767afa543b2fd23a1fbb332
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 (8)
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
west.yml
zephyr
│  ├── drivers
│  │  ├── wifi
│  │  │  ├── nrf_wifi
│  │  │  │  ├── src
│  │  │  │  │  │ wifi_mgmt_scan.c
│  │ west.yml

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_912848a074

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

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

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

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

These are for 2.9.0 release.

Signed-off-by: Chaitanya Tata <[email protected]>
Fixes for nRF Wi-Fi driver, including interface files.

Signed-off-by: Chaitanya Tata <[email protected]>
@rlubos rlubos force-pushed the pull_latest_wifi_29 branch from 90c52d2 to 7fb3413 Compare December 6, 2024 13:21
@NordicBuilder NordicBuilder removed the DNM label Dec 6, 2024
@rlubos rlubos merged commit 91164eb into nrfconnect:v2.9-branch Dec 6, 2024
11 of 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. manifest manifest-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants