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

Feature ble gw mss #19909

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

plskeggs
Copy link
Contributor

Refactor the proposed nRF Cloud BLE gateway sample as an overlay and ble folder that adds on to the nRF Cloud Multi Service sample.

Signed-off-by: Pete Skeggs [email protected]

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jan 14, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jan 14, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 49639bae311dc40e6a0545e48cfa0f58db65a77b

more details

sdk-nrf:

PR head: 49639bae311dc40e6a0545e48cfa0f58db65a77b
merge base: 5e125259f131cb4b5b7c1c72588df0fd0ae7f0c1
target head (main): 5e125259f131cb4b5b7c1c72588df0fd0ae7f0c1
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 (63)
include
│  ├── net
│  │  │ nrf_cloud.h
samples
│  ├── cellular
│  │  ├── nrf_cloud_multi_service
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.ble_gateway
│  │  │  ├── README.rst
│  │  │  ├── README_GATEWAY.rst
│  │  │  ├── apricity_gateway_nrf9160_ns.overlay
│  │  │  ├── boards
│  │  │  │  ├── apricity_gateway_nrf9160_ns.conf
│  │  │  │  ├── arm
│  │  │  │  │  ├── apricity_gateway_nrf9160
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── Kconfig.board
│  │  │  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── apricity_gateway_nrf9160.dts
│  │  │  │  │  │  ├── apricity_gateway_nrf9160.yaml
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_common.dts
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_defconfig
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_ns.dts
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_ns.yaml
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_ns_defconfig
│  │  │  │  │  │  ├── apricity_gateway_nrf9160_partition_conf.dts
│  │  │  │  │  │  ├── board.cmake
│  │  │  │  │  │  ├── dts
│  │  │  │  │  │  │  ├── bindings
│  │  │  │  │  │  │  │  ├── nordic,nrf9160dk-nrf52840-boot.yaml
│  │  │  │  │  │  │  │  ├── nordic,nrf9160dk-nrf52840-interface.yaml
│  │  │  │  │  │  │  │  │ nordic,nrf9160dk-nrf52840-reset.yaml
│  │  │  │  │  │  ├── nrf52840_reset.c
│  │  │  │  │  │  │ pre_dt_board.cmake
│  │  │  │  ├── nrf9160dk_nrf9160_0_14_0.overlay
│  │  │  │  ├── nrf9160dk_nrf9160_ns.conf
│  │  │  │  ├── nrf9160dk_nrf9160_ns.overlay
│  │  │  │  │ nrf9160dk_nrf9160_ns_0_14_0.overlay
│  │  │  ├── overlay_ble_gateway.conf
│  │  │  ├── src
│  │  │  │  ├── application.c
│  │  │  │  ├── ble
│  │  │  │  │  ├── ble.c
│  │  │  │  │  ├── ble.h
│  │  │  │  │  ├── ble_codec.c
│  │  │  │  │  ├── ble_codec.h
│  │  │  │  │  ├── ble_conn_mgr.c
│  │  │  │  │  ├── ble_conn_mgr.h
│  │  │  │  │  ├── cli.c
│  │  │  │  │  ├── dfu
│  │  │  │  │  │  ├── peripheral_dfu.c
│  │  │  │  │  │  │ peripheral_dfu.h
│  │  │  │  │  ├── flash
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── flash_test.c
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │ flash_test.h
│  │  │  │  │  ├── gateway.c
│  │  │  │  │  │ gateway.h
│  │  │  │  ├── cloud_connection.c
│  │  │  │  ├── cloud_connection.h
│  │  │  │  ├── fota_support.c
│  │  │  │  ├── fota_support.h
│  │  │  │  ├── main.c
│  │  │  │  ├── message_queue.c
│  │  │  │  │ shadow_support_coap.c
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apricity_gateway_nrf9160.conf
│  │  │  │  │  │  ├── nrf9160dk_nrf9160_0_14_0.overlay
│  │  │  │  │  │  │ nrf9161dk_nrf9161_0_7_0.overlay
│  │  │  │  │  │ prj.conf
subsys
│  ├── net
│  │  ├── lib
│  │  │  ├── nrf_cloud
│  │  │  │  ├── include
│  │  │  │  │  │ nrf_cloud_codec_internal.h
│  │  │  │  ├── src
│  │  │  │  │  ├── nrf_cloud.c
│  │  │  │  │  ├── nrf_cloud_codec_internal.c
│  │  │  │  │  ├── nrf_cloud_fota.c
│  │  │  │  │  │ nrf_cloud_transport.c

Outputs:

Toolchain

Version: 342151af73
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:342151af73_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 345
  • ❌ Integration tests
    • ❌ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-fw-nrfconnect-nrf-iot_positioning
    • ❌ test-sdk-mcuboot
    • ⚠️ test-fw-nrfconnect-fw-update
    • ⚠️ 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-chip
    • 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_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-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • 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

@plskeggs plskeggs force-pushed the feature-ble-gw-mss branch 4 times, most recently from 930ce01 to 30a3525 Compare January 15, 2025 21:21
Remove most customizations for the nRF Cloud gateway
because they are no longer necessary. The exception is
the proper suffix on the cloud to device topic.

Fix bug in JSONata transform handling during connection
startup -- only the MQTT control channel needs to be
connected, not also the data channel.

Jira: IRIS-9993

Signed-off-by: Pete Skeggs <[email protected]>
Refactor the proposed nRF Cloud BLE gateway sample
as an overlay and ble folder that adds on to the
nRF Cloud Multi Service sample.

Jira: IRIS-9993

Signed-off-by: Pete Skeggs <[email protected]>
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. doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants