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

lib: nrf_fuel_gauge: Update nrf fuel gauge #17292

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

nordic-auko
Copy link
Contributor

Update nrfxlib nrf fuel gauge to v0.11.1,
and adjust sample and test accordingly.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 12, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@eec620f nrfconnect/sdk-nrfxlib@d935652 (main) nrfconnect/[email protected]

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 12, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: bcc2631e5862e1a41e232b56df3f968af358c3c6
nrfxlib: PR head: d9356529d77e8df0dfd0f78a3856308d8f4da880

more details

sdk-nrf:

PR head: bcc2631e5862e1a41e232b56df3f968af358c3c6
merge base: 132c5e56ea83a4d7faa9fa56523f5110142fb8c1
target head (main): 8f79b808386213196527d7c7a2dbe8b8671c34b1
Diff

nrfxlib:

PR head: d9356529d77e8df0dfd0f78a3856308d8f4da880
merge base: eec620f3a3dfe1bd9c6f5599713653b5e4005e42
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 (20)
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
nrfxlib
│  ├── nrf_fuel_gauge
│  │  ├── CHANGELOG.rst
│  │  ├── include
│  │  │  │ nrf_fuel_gauge.h
│  │  ├── lib
│  │  │  ├── cortex-m3
│  │  │  │  ├── soft-float
│  │  │  │  │  │ libnrf_fuel_gauge.a
│  │  │  ├── cortex-m33
│  │  │  │  ├── hard-float
│  │  │  │  │  │ libnrf_fuel_gauge.a
│  │  │  │  ├── soft-float
│  │  │  │  │  │ libnrf_fuel_gauge.a
│  │  │  ├── cortex-m4
│  │  │  │  ├── hard-float
│  │  │  │  │  │ libnrf_fuel_gauge.a
│  │  │  │  ├── soft-float
│  │  │  │  │  │ libnrf_fuel_gauge.a
samples
│  ├── pmic
│  │  ├── native
│  │  │  ├── npm1300_fuel_gauge
│  │  │  │  ├── README.rst
│  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── nrf9160dk_nrf9160.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── fuel_gauge.c
│  │  │  │  │  ├── fuel_gauge.h
│  │  │  │  │  │ main.c
tests
│  ├── lib
│  │  ├── nrf_fuel_gauge
│  │  │  ├── src
│  │  │  │  │ nrf_fuel_gauge_test.c
west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
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-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • 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_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-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi

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

@nordic-auko nordic-auko force-pushed the fg_update_0_11_1 branch 2 times, most recently from 0d97dea to e1a8812 Compare September 20, 2024 09:53
@nordic-auko nordic-auko requested review from a team as code owners September 20, 2024 09:53
@nordic-auko nordic-auko added this to the 2.8.0 milestone Sep 20, 2024
@nordic-auko nordic-auko force-pushed the fg_update_0_11_1 branch 3 times, most recently from 4ac0600 to 2b23ba7 Compare September 24, 2024 06:38
@shanthanordic shanthanordic removed request for a team and aasinclair September 24, 2024 07:03
@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 Publishing GitHub Action.

Update nrfxlib nrf fuel gauge to v0.11.1,
and adjust sample and test accordingly.

Signed-off-by: Audun Korneliussen <[email protected]>
@NordicBuilder NordicBuilder removed the DNM label Sep 24, 2024
@rlubos rlubos merged commit 2f20908 into nrfconnect:main Sep 24, 2024
12 of 13 checks passed
@nordic-auko nordic-auko deleted the fg_update_0_11_1 branch September 24, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants