Skip to content

Conversation

@maxd-nordic
Copy link
Contributor

Pull changes previously patched in hello.nrfcloud firmware for connectivity bridge

  • add bootloader check command
  • add debug feature

@maxd-nordic maxd-nordic requested review from a team and nordic-auko as code owners October 21, 2024 09:15
@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 Oct 21, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 21, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@6ccfcdc nrfconnect/sdk-zephyr@d02b0d9 nrfconnect/[email protected]

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

@maxd-nordic maxd-nordic force-pushed the connectivity-bridge-pull-oob-changes branch from b1cb66b to e67ae8e Compare October 21, 2024 09:18
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 21, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 80317f40b678b62f1f48428c3994b1c144582a64

more details

sdk-nrf:

PR head: 80317f40b678b62f1f48428c3994b1c144582a64
merge base: b993af99fe779f8f11172ad8c9c5667fa79e70cf
target head (main): b993af99fe779f8f11172ad8c9c5667fa79e70cf
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 (6)
applications
│  ├── connectivity_bridge
│  │  ├── boards
│  │  │  ├── thingy91x_nrf5340_cpuapp.conf
│  │  │  ├── thingy91x_nrf5340_cpuapp.overlay
│  │  │  │ thingy91x_nrf5340_cpuapp_readme.txt
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  ├── usb_bulk_commands.c
│  │  │  │  │ usb_bulk_interface.c
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  ├── boards
│  │  │  │  │  │ thingy91x_nrf5340_cpuapp.conf

Outputs:

Toolchain

Version: 3dd8985b56
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3dd8985b56_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 32
  • ✅ 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
    • 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 Publishing GitHub Action.

@maxd-nordic maxd-nordic force-pushed the connectivity-bridge-pull-oob-changes branch from e67ae8e to 4fddee6 Compare October 21, 2024 10:42
@maxd-nordic maxd-nordic removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 21, 2024
@maxd-nordic maxd-nordic force-pushed the connectivity-bridge-pull-oob-changes branch from 4fddee6 to 49d5ac2 Compare October 21, 2024 13:42
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 21, 2024
@NordicBuilder NordicBuilder removed the DNM label Oct 21, 2024
@maxd-nordic maxd-nordic added DNM and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 21, 2024
Get ready for updating bootloader with a command
to check bootloader version.

Signed-off-by: Maximilian Deubel <[email protected]>
This patch adds a cmsis-dap probe feature to the connectivity_bridge.

Signed-off-by: Maximilian Deubel <[email protected]>
@maxd-nordic maxd-nordic force-pushed the connectivity-bridge-pull-oob-changes branch from 49d5ac2 to 80317f4 Compare October 22, 2024 12:15
@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. and removed manifest labels Oct 22, 2024
@maxd-nordic maxd-nordic removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 22, 2024
@maxd-nordic maxd-nordic added this to the 2.8.0 milestone Oct 22, 2024
@maxd-nordic maxd-nordic removed the DNM label Oct 22, 2024
@jtguggedal
Copy link
Contributor

This should probably have a changelog entry

@rlubos rlubos merged commit 5247797 into nrfconnect:main Oct 23, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants