Skip to content

Conversation

@nordic-segl
Copy link
Contributor

Include ADC related changes from the upstream zephyr:

  • add support for adc gain 2/7;
  • enable ADC tests on nrf54l20pdk.

nrfconnect/sdk-zephyr#2497

@nordic-segl nordic-segl requested review from a team as code owners February 14, 2025 12:14
@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 Feb 14, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 14, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@4789325 nrfconnect/sdk-zephyr@314f3dd (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 Feb 14, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: b7db04aba78f6726772edfebd5d78339bebbef74
zephyr: PR head: 314f3ddd7fd670ce6038e846c8e69dd11c396edd

more details

sdk-nrf:

PR head: b7db04aba78f6726772edfebd5d78339bebbef74
merge base: 55c28fdb93b49a04a216e87e0b8e687c1ff1f5ca
target head (main): 55c28fdb93b49a04a216e87e0b8e687c1ff1f5ca
Diff

zephyr:

PR head: 314f3ddd7fd670ce6038e846c8e69dd11c396edd
merge base: 47893258ef36e758020524ba236fcc88aa2e042d
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 (9)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l20pdk
│  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.yaml
│  ├── drivers
│  │  ├── adc
│  │  │  ├── adc_common.c
│  │  │  │ adc_nrfx_saadc.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── adc
│  │  │  │  │ adc-controller.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  │ adc.h
│  ├── tests
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  ├── adc_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
    • ◻️ test-sdk-dfu
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-chip
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • 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-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • 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.

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

@nordic-segl nordic-segl force-pushed the NRFX-6832_Enable-ADC-tests-on-nrf54l20pdk branch 2 times, most recently from 2e9da1e to 9ec1d04 Compare February 17, 2025 11:40
Include ADC related changes from the upstream zephyr:
- add support for adc gain 2/7;
- enable ADC tests on nrf54l20pdk.
nrfconnect/sdk-zephyr#2497

Signed-off-by: Sebastian Głąb <[email protected]>
@nordic-segl nordic-segl force-pushed the NRFX-6832_Enable-ADC-tests-on-nrf54l20pdk branch from 9ec1d04 to b7db04a Compare February 17, 2025 13:54
@NordicBuilder NordicBuilder removed the DNM label Feb 17, 2025
@nordic-segl
Copy link
Contributor Author

In mean time, manifest was updated to newer SHA.

@nordic-segl nordic-segl deleted the NRFX-6832_Enable-ADC-tests-on-nrf54l20pdk branch February 17, 2025 14:27
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-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants