Skip to content

Conversation

krish2718
Copy link
Contributor

Latest fixes from nrf_wifi (including FW blobs).

@krish2718 krish2718 added this to the 3.0.0 milestone Apr 7, 2025
@krish2718 krish2718 requested review from a team as code owners April 7, 2025 08:47
@krish2718 krish2718 changed the base branch from main to v3.0-branch April 7, 2025 08:48
@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 7, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 7, 2025

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

Name Old Revision New Revision Diff
nrfxlib nrfconnect/[email protected] nrfconnect/sdk-nrfxlib@8c4dd83 (v3.0-branch) nrfconnect/[email protected]
zephyr nrfconnect/[email protected] nrfconnect/sdk-zephyr@7e4d86b (v4.0.99-ncs1-branch) nrfconnect/[email protected]

All manifest checks OK

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

Copy link

github-actions bot commented Apr 7, 2025

You can find the documentation preview for this PR here.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 7, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 5940a343b04ede8ef884e5ace79a1927452ce75d
nrfxlib: PR head: 8c4dd8321df3888e44795a52ff7e87627ceb0e44
zephyr: PR head: 7e4d86b35547b78a78d2901189179f41d0cce4a2

more details

sdk-nrf:

PR head: 5940a343b04ede8ef884e5ace79a1927452ce75d
merge base: 60afcbbc071afd85674a9e90660134f0a0f504ed
target head (v3.0-branch): 60afcbbc071afd85674a9e90660134f0a0f504ed
Diff

nrfxlib:

PR head: 8c4dd8321df3888e44795a52ff7e87627ceb0e44
merge base: 9a7b8e6aec3f031b520ff55c658462c748f0ed3e
Diff

zephyr:

PR head: 7e4d86b35547b78a78d2901189179f41d0cce4a2
merge base: e48bca44dd596dc66d71378e97bf5ceff2c483d0
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 (11)
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
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── src
│  │  │  │  │  ├── coex.c
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  │ wifi_util.c
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_mosh
    • ◻️ test-fw-nrfconnect-nrf-iot_positioning
    • ◻️ test-sdk-wifi
    • ◻️ test-low-level
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_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-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

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

Pull latest nRF Wi-Fi fixes:

* Stats from memory
* Coex using both SWCTRL
* STBC and PS-Poll configs

Signed-off-by: Chaitanya Tata <[email protected]>
Pull 1.2.14.0 FW blobs to NCS.

Signed-off-by: Chaitanya Tata <[email protected]>
@krish2718 krish2718 force-pushed the stats_from_memory_v3 branch from 508f72d to 5940a34 Compare April 7, 2025 12:37
@NordicBuilder NordicBuilder removed the DNM label Apr 7, 2025
@bjarki-andreasen bjarki-andreasen merged commit adf3cff into nrfconnect:v3.0-branch Apr 7, 2025
14 of 15 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.

4 participants