From 331a70d779d51e11e561c2a4e26fa8cea282551e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20J=C3=B8lsgard?= Date: Tue, 13 Jun 2023 10:13:05 +0200 Subject: [PATCH] samples: cellular: rename from nrf9160 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename nrf9160 samples folder to cellular Co-authored-by: divya pillai Signed-off-by: Eivind Jølsgard --- .github/test-spec.yml | 47 +++++++------ CODEOWNERS | 22 +++--- doc/_utils/redirects.py | 2 +- doc/nrf/config_and_build/programming.rst | 2 +- doc/nrf/device_guides/nrf91.rst | 2 +- .../working_with_nrf/nrf91/nrf9160.rst | 2 +- doc/nrf/includes/lwm2m_carrier_library.txt | 2 +- .../bin/lwm2m_carrier/app_integration.rst | 2 +- .../libraries/networking/nrf_cloud_pgps.rst | 4 +- doc/nrf/libraries/others/supl_os_client.rst | 2 +- .../releases_and_maturity/known_issues.rst | 6 +- .../releases/release-notes-1.5.0.rst | 2 +- .../releases/release-notes-1.7.0.rst | 2 +- .../releases/release-notes-2.2.0.rst | 2 +- .../releases/release-notes-2.4.0.rst | 2 +- .../releases/release-notes-changelog.rst | 6 +- doc/nrf/samples.rst | 2 +- doc/nrf/samples/cellular.rst | 12 ++++ doc/nrf/samples/nrf9160.rst | 12 ---- doc/nrf/templates/library_template_README.rst | 2 +- doc/nrf/templates/sample_README.rst | 2 +- .../at_client/CMakeLists.txt | 0 .../at_client/README.rst | 6 +- .../{nrf9160 => cellular}/at_client/prj.conf | 0 .../at_client/sample.yaml | 2 +- .../at_client/src/main.c | 0 .../at_monitor/CMakeLists.txt | 0 .../at_monitor/README.rst | 6 +- .../{nrf9160 => cellular}/at_monitor/prj.conf | 0 .../at_monitor/sample.yaml | 2 +- .../at_monitor/src/main.c | 0 .../aws_iot/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/aws_iot/Kconfig | 0 .../{nrf9160 => cellular}/aws_iot/README.rst | 10 +-- .../aws_iot/boards/qemu_x86.conf | 0 .../aws_iot/certs/ca-cert.pem | 0 .../aws_iot/certs/client-cert.pem | 0 .../aws_iot/certs/private-key.pem | 0 .../{nrf9160 => cellular}/aws_iot/prj.conf | 0 .../{nrf9160 => cellular}/aws_iot/sample.yaml | 2 +- .../{nrf9160 => cellular}/aws_iot/src/main.c | 0 .../azure_fota/CMakeLists.txt | 0 .../{nrf9160 => cellular}/azure_fota/Kconfig | 0 .../azure_fota/README.rst | 6 +- .../{nrf9160 => cellular}/azure_fota/prj.conf | 0 .../azure_fota/sample.yaml | 2 +- .../azure_fota/src/main.c | 0 .../azure_iot_hub/CMakeLists.txt | 0 .../azure_iot_hub/Kconfig | 0 .../azure_iot_hub/README.rst | 6 +- .../azure_iot_hub/boards/qemu_x86.conf | 0 .../azure_iot_hub/certs/ca-cert.pem | 0 .../azure_iot_hub/certs/client-cert.pem | 0 .../azure_iot_hub/certs/private-key.pem | 0 .../azure_iot_hub/overlay-dps.conf | 0 .../azure_iot_hub/prj.conf | 0 .../azure_iot_hub/sample.yaml | 4 +- .../azure_iot_hub/src/main.c | 0 .../battery/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/battery/Kconfig | 0 .../{nrf9160 => cellular}/battery/README.rst | 6 +- .../{nrf9160 => cellular}/battery/prj.conf | 0 .../{nrf9160 => cellular}/battery/sample.yaml | 0 .../{nrf9160 => cellular}/battery/src/main.c | 0 .../ciphersuites/CMakeLists.txt | 0 .../ciphersuites/Kconfig | 0 .../ciphersuites/README.rst | 8 +-- .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../cert/DigiCertGlobalRootCA.pem | 0 .../ciphersuites/child_image/mcuboot.conf | 0 .../ciphersuites/prj.conf | 0 .../ciphersuites/sample.yaml | 2 +- .../ciphersuites/src/main.c | 0 .../coap_client/CMakeLists.txt | 0 .../{nrf9160 => cellular}/coap_client/Kconfig | 0 .../coap_client/README.rst | 6 +- .../coap_client/boards/qemu_x86.conf | 0 .../coap_client/prj.conf | 0 .../coap_client/sample.yaml | 2 +- .../coap_client/src/main.c | 0 .../download/CMakeLists.txt | 0 .../{nrf9160 => cellular}/download/Kconfig | 0 .../{nrf9160 => cellular}/download/README.rst | 8 +-- .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../download/cert/file-example.pem | 0 .../download/overlay-tfm.conf | 0 .../{nrf9160 => cellular}/download/prj.conf | 0 .../download/sample.yaml | 4 +- .../{nrf9160 => cellular}/download/src/main.c | 0 .../fmfu_smp_svr/CMakeLists.txt | 0 .../fmfu_smp_svr/README.rst | 6 +- .../fmfu_smp_svr/prj.conf | 0 .../fmfu_smp_svr/sample.yaml | 2 +- .../fmfu_smp_svr/src/main.c | 0 .../fmfu_smp_svr/uart.overlay | 0 .../fmfu_smp_svr/update_modem.py | 0 .../{nrf9160 => cellular}/gnss/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/gnss/Kconfig | 0 samples/{nrf9160 => cellular}/gnss/README.rst | 6 +- .../gnss/overlay-pgps.conf | 0 samples/{nrf9160 => cellular}/gnss/prj.conf | 0 .../{nrf9160 => cellular}/gnss/sample.yaml | 2 +- .../gnss/scripts/factory_almanac_to_string.py | 0 .../gnss/src/assistance.c | 0 .../gnss/src/assistance.h | 0 .../gnss/src/assistance_minimal.c | 0 .../gnss/src/assistance_supl.c | 0 .../gnss/src/factory_almanac.h | 0 samples/{nrf9160 => cellular}/gnss/src/main.c | 0 .../gnss/src/mcc_location_table.c | 0 .../gnss/src/mcc_location_table.h | 0 .../application_update/CMakeLists.txt | 0 .../http_update/application_update/Kconfig | 0 .../http_update/application_update/README.rst | 6 +- .../application_update/overlay-carrier.conf | 0 .../http_update/application_update/prj.conf | 0 .../application_update/sample.yaml | 4 +- .../http_update/application_update/src/main.c | 0 .../http_update/common/cert/AmazonRootCA1 | 0 .../http_update/common/include/update.h | 0 .../http_update/common/src/update.c | 0 .../full_modem_update/CMakeLists.txt | 0 .../http_update/full_modem_update/Kconfig | 0 .../http_update/full_modem_update/README.rst | 6 +- .../boards/nrf9160dk_nrf9160_ns.conf | 0 .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../http_update/full_modem_update/prj.conf | 0 .../http_update/full_modem_update/sample.yaml | 2 +- .../http_update/full_modem_update/src/main.c | 0 .../modem_delta_update/CMakeLists.txt | 0 .../http_update/modem_delta_update/Kconfig | 0 .../http_update/modem_delta_update/README.rst | 6 +- .../http_update/modem_delta_update/prj.conf | 0 .../modem_delta_update/sample.yaml | 2 +- .../http_update/modem_delta_update/src/main.c | 0 .../https_client/CMakeLists.txt | 0 .../https_client/Kconfig | 0 .../https_client/README.rst | 8 +-- .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../boards/nrf9161dk_nrf9161_ns.overlay | 0 .../cert/DigiCertGlobalRootCA.pem | 0 .../https_client/child_image/mcuboot.conf | 0 .../https_client/overlay-pdn_ipv4.conf | 0 .../https_client/overlay-tfm_mbedtls.conf | 0 .../https_client/prj.conf | 0 .../https_client/sample.yaml | 2 +- .../https_client/src/main.c | 0 .../location/CMakeLists.txt | 0 .../{nrf9160 => cellular}/location/Kconfig | 0 .../{nrf9160 => cellular}/location/README.rst | 6 +- .../location/esp_8266_nrf9160ns.overlay | 0 .../location/nrf9160dk_with_nrf7002ek.overlay | 0 .../location/overlay-esp-wifi.conf | 0 .../overlay-nrf7002ek-wifi-scan-only.conf | 0 .../location/overlay-pgps.conf | 0 .../{nrf9160 => cellular}/location/prj.conf | 0 .../location/sample.yaml | 12 ++-- .../{nrf9160 => cellular}/location/src/main.c | 0 .../lte_ble_gateway/CMakeLists.txt | 0 .../lte_ble_gateway/Kconfig | 0 .../lte_ble_gateway/README.rst | 6 +- .../boards/nrf9160dk_nrf9160_ns.conf | 0 .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../nrf9160dk_nrf9160_ns_0_14_0.overlay | 0 .../boards/thingy91_nrf9160_ns.conf | 0 .../boards/thingy91_nrf9160_ns.overlay | 0 .../lte_ble_gateway/debug.config.conf | 0 .../lte_ble_gateway/prj.conf | 0 .../lte_ble_gateway/sample.yaml | 2 +- .../lte_ble_gateway/src/aggregator.c | 0 .../lte_ble_gateway/src/aggregator.h | 0 .../lte_ble_gateway/src/alarm.c | 0 .../lte_ble_gateway/src/alarm.h | 0 .../lte_ble_gateway/src/ble.c | 0 .../lte_ble_gateway/src/ble.h | 0 .../lte_ble_gateway/src/certificates.h | 0 .../lte_ble_gateway/src/main.c | 0 .../lwm2m_carrier/CMakeLists.txt | 0 .../lwm2m_carrier/Kconfig | 0 .../lwm2m_carrier/README.rst | 4 +- .../certs/DigiCertGlobalRootCA.pem | 0 .../certs/DigiCertGlobalRootG2.pem | 0 .../lwm2m_carrier/overlay-shell.conf | 0 .../lwm2m_carrier/prj.conf | 0 .../lwm2m_carrier/provisioning.rst | 0 .../lwm2m_carrier/sample.yaml | 2 +- .../lwm2m_carrier/sample_description.rst | 2 +- .../lwm2m_carrier/src/carrier_certs.c | 0 .../lwm2m_carrier/src/carrier_certs.h | 0 .../lwm2m_carrier/src/main.c | 0 .../lwm2m_client/CMakeLists.txt | 0 .../lwm2m_client/Kconfig | 0 .../lwm2m_client/README.rst | 4 +- .../boards/nrf9160dk_nrf9160_ns.conf | 0 .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../boards/nrf9160dk_with_nrf7002ek.overlay | 0 .../boards/thingy91_nrf9160_ns.conf | 0 .../boards/thingy91_nrf9160_ns.overlay | 0 .../lwm2m_client/dts/bindings/pwm-buzzer.yaml | 6 +- .../lwm2m_client/fota.rst | 6 +- .../lwm2m_client/overlay-adv-firmware.conf | 0 .../lwm2m_client/overlay-assist-agps.conf | 0 .../lwm2m_client/overlay-assist-cell.conf | 0 .../lwm2m_client/overlay-assist-pgps.conf | 0 .../lwm2m_client/overlay-assist-wifi.conf | 0 .../overlay-avsystem-bootstrap.conf | 0 .../lwm2m_client/overlay-avsystem.conf | 0 .../overlay-leshan-bootstrap.conf | 0 .../lwm2m_client/overlay-lowpower.conf | 0 .../overlay-lwm2m-1.1-core-interop.conf | 0 .../overlay-lwm2m-1.1-object-interop.conf | 0 .../lwm2m_client/overlay-lwm2m-1.1.conf | 0 .../lwm2m_client/overlay-nbiot.conf | 0 .../lwm2m_client/prj.conf | 0 .../lwm2m_client/provisioning.rst | 2 +- .../lwm2m_client/sample.yaml | 2 +- .../lwm2m_client/sample_description.rst | 2 +- .../lwm2m_client/scripts/atclient.py | 0 .../lwm2m_client/scripts/coiote.py | 0 .../lwm2m_client/scripts/device.py | 6 +- .../lwm2m_client/scripts/fota.py | 0 .../lwm2m_client/scripts/provision.py | 0 .../lwm2m_client/src/events/CMakeLists.txt | 0 .../lwm2m_client/src/events/gnss_pvt_event.c | 0 .../src/events/include/gnss_pvt_event.h | 0 .../src/events/include/location_events.h | 0 .../src/events/include/ui_input_event.h | 0 .../src/events/location_event_handler.c | 0 .../lwm2m_client/src/events/location_events.c | 0 .../lwm2m_client/src/events/ui_input_event.c | 0 .../lwm2m_client/src/ipso/CMakeLists.txt | 0 .../src/ipso/Kconfig.ipso_colour_sensor | 0 .../src/ipso/ipso_colour_sensor.c | 0 .../lwm2m_client/src/lwm2m/CMakeLists.txt | 0 .../lwm2m_client/src/lwm2m/Kconfig | 0 .../src/lwm2m/include/lwm2m_app_utils.h | 0 .../src/lwm2m/include/lwm2m_client_app.h | 0 .../src/lwm2m/lwm2m_accelerometer.c | 0 .../lwm2m_client/src/lwm2m/lwm2m_app_utils.c | 0 .../lwm2m_client/src/lwm2m/lwm2m_buzzer.c | 0 .../lwm2m_client/src/lwm2m/lwm2m_device.c | 0 .../src/lwm2m/lwm2m_gas_res_sensor.c | 0 .../src/lwm2m/lwm2m_humid_sensor.c | 0 .../src/lwm2m/lwm2m_light_control.c | 0 .../src/lwm2m/lwm2m_light_sensor.c | 0 .../lwm2m_client/src/lwm2m/lwm2m_location.c | 0 .../src/lwm2m/lwm2m_onoff_switch.c | 0 .../src/lwm2m/lwm2m_portfolio_object.c | 0 .../src/lwm2m/lwm2m_press_sensor.c | 0 .../src/lwm2m/lwm2m_push_button.c | 0 .../src/lwm2m/lwm2m_temp_sensor.c | 0 .../lwm2m_client/src/main.c | 0 .../lwm2m_client/src/modules/CMakeLists.txt | 0 .../lwm2m_client/src/modules/Kconfig | 0 .../src/modules/include/sensor_module.h | 0 .../lwm2m_client/src/modules/sensor_module.c | 0 .../lwm2m_client/src/sensors/CMakeLists.txt | 0 .../src/sensors/Kconfig.accelerometer | 0 .../src/sensors/Kconfig.env_sensor | 0 .../lwm2m_client/src/sensors/Kconfig.gnss | 0 .../src/sensors/Kconfig.light_sensor | 0 .../lwm2m_client/src/sensors/accelerometer.c | 0 .../lwm2m_client/src/sensors/env_sensor.c | 0 .../lwm2m_client/src/sensors/gnss_module.c | 0 .../src/sensors/include/accelerometer.h | 0 .../src/sensors/include/env_sensor.h | 0 .../src/sensors/include/gnss_module.h | 0 .../src/sensors/include/light_sensor.h | 0 .../lwm2m_client/src/sensors/light_sensor.c | 0 .../lwm2m_client/src/ui/CMakeLists.txt | 0 .../lwm2m_client/src/ui/Kconfig | 0 .../lwm2m_client/src/ui/Kconfig.ui_led | 0 .../lwm2m_client/src/ui/include/ui_buzzer.h | 0 .../lwm2m_client/src/ui/include/ui_input.h | 0 .../lwm2m_client/src/ui/include/ui_led.h | 0 .../src/ui/include/ui_sense_led.h | 0 .../lwm2m_client/src/ui/ui_buzzer.c | 0 .../lwm2m_client/src/ui/ui_input.c | 0 .../lwm2m_client/src/ui/ui_led.c | 0 .../lwm2m_client/src/ui/ui_sense_led.c | 0 .../modem_callbacks/CMakeLists.txt | 0 .../modem_callbacks/README.rst | 6 +- .../modem_callbacks/prj.conf | 0 .../modem_callbacks/sample.yaml | 2 +- .../modem_callbacks/src/main.c | 0 .../modem_shell/CMakeLists.txt | 0 .../{nrf9160 => cellular}/modem_shell/Kconfig | 0 .../modem_shell/README.rst | 6 +- .../boards/thingy91_nrf9160_ns.conf | 0 .../modem_shell/bt.overlay | 0 .../modem_shell/esp_8266_nrf9160ns.overlay | 0 .../modem_shell/nrf9160dk_ext_flash.overlay | 0 .../nrf9160dk_with_nrf7002ek.overlay | 0 .../modem_shell/nrf9161dk_ext_flash.overlay | 0 .../modem_shell/overlay-app_fota.conf | 0 .../modem_shell/overlay-bt.conf | 0 .../modem_shell/overlay-carrier.conf | 0 .../modem_shell/overlay-cloud_mqtt.conf | 0 .../modem_shell/overlay-debug.conf | 0 .../modem_shell/overlay-esp-wifi.conf | 0 .../modem_shell/overlay-lwm2m.conf | 0 .../modem_shell/overlay-lwm2m_bootstrap.conf | 0 .../modem_shell/overlay-lwm2m_pgps.conf | 0 .../modem_shell/overlay-memfault.conf | 0 .../overlay-modem-trace-flash.conf | 0 .../modem_shell/overlay-modem-trace-ram.conf | 0 .../modem_shell/overlay-non-offloading.conf | 0 .../overlay-nrf7002ek-wifi-scan-only.conf | 0 .../modem_shell/overlay-pgps.conf | 0 .../modem_shell/overlay-ppp.conf | 0 .../modem_shell/overlay-rtt.conf | 0 .../modem_shell/ppp.overlay | 0 .../modem_shell/prj.conf | 0 .../modem_shell/sample.yaml | 68 +++++++++---------- .../modem_shell/src/at/CMakeLists.txt | 0 .../modem_shell/src/at/at_cmd.c | 0 .../modem_shell/src/at/at_cmd.h | 0 .../modem_shell/src/at/at_cmd_mode.c | 0 .../modem_shell/src/at/at_cmd_mode.h | 0 .../modem_shell/src/at/at_cmd_mode_sett.c | 0 .../modem_shell/src/at/at_cmd_mode_sett.h | 0 .../modem_shell/src/at/at_cmd_ping.c | 0 .../modem_shell/src/at/at_cmd_ping.h | 0 .../modem_shell/src/at/at_shell.c | 0 .../modem_shell/src/at/at_shell.h | 0 .../modem_shell/src/cloud/CMakeLists.txt | 0 .../modem_shell/src/cloud/cloud_lwm2m.c | 0 .../modem_shell/src/cloud/cloud_lwm2m.h | 0 .../modem_shell/src/cloud/cloud_lwm2m_shell.c | 0 .../modem_shell/src/cloud/cloud_mqtt_shell.c | 0 .../modem_shell/src/cloud/cloud_rest_shell.c | 0 .../modem_shell/src/drivers/CMakeLists.txt | 0 .../src/drivers/nrf91_non_offloaded_dev.c | 0 .../modem_shell/src/fota/CMakeLists.txt | 0 .../modem_shell/src/fota/fota.c | 0 .../modem_shell/src/fota/fota.h | 0 .../modem_shell/src/fota/fota_shell.c | 0 .../modem_shell/src/gnss/CMakeLists.txt | 0 .../modem_shell/src/gnss/gnss.c | 0 .../modem_shell/src/gnss/gnss.h | 0 .../modem_shell/src/gnss/gnss_shell.c | 0 .../modem_shell/src/gnss/gnss_supl_support.c | 0 .../modem_shell/src/gnss/gnss_supl_support.h | 0 .../modem_shell/src/link/CMakeLists.txt | 0 .../modem_shell/src/link/link.c | 0 .../modem_shell/src/link/link.h | 0 .../modem_shell/src/link/link_api.c | 0 .../modem_shell/src/link/link_api.h | 0 .../modem_shell/src/link/link_settings.c | 0 .../modem_shell/src/link/link_settings.h | 0 .../modem_shell/src/link/link_shell.c | 0 .../modem_shell/src/link/link_shell.h | 0 .../modem_shell/src/link/link_shell_pdn.c | 0 .../modem_shell/src/link/link_shell_pdn.h | 0 .../modem_shell/src/link/link_shell_print.c | 0 .../modem_shell/src/link/link_shell_print.h | 0 .../modem_shell/src/location/CMakeLists.txt | 0 .../src/location/location_cmd_utils.c | 0 .../src/location/location_cmd_utils.h | 0 .../modem_shell/src/location/location_shell.c | 0 .../modem_shell/src/location/location_shell.h | 0 .../src/location/location_srv_ext.h | 0 .../src/location/location_srv_ext_lwm2m.c | 0 .../src/location/location_srv_ext_nrf_cloud.c | 0 .../modem_shell/src/main.c | 0 .../src/modem_trace/CMakeLists.txt | 0 .../src/modem_trace/modem_trace_memfault.c | 0 .../src/modem_trace/modem_trace_memfault.h | 0 .../src/modem_trace/modem_trace_shell.c | 0 .../modem_shell/src/mosh_defines.h | 0 .../modem_shell/src/ping/CMakeLists.txt | 0 .../modem_shell/src/ping/icmp_ping.c | 0 .../modem_shell/src/ping/icmp_ping.h | 0 .../modem_shell/src/ping/icmp_ping_print.c | 0 .../modem_shell/src/ping/icmp_ping_print.h | 0 .../modem_shell/src/ping/icmp_ping_shell.c | 0 .../modem_shell/src/ping/icmp_ping_shell.h | 0 .../modem_shell/src/ppp/CMakeLists.txt | 0 .../modem_shell/src/ppp/ppp_ctrl.c | 0 .../modem_shell/src/ppp/ppp_ctrl.h | 0 .../modem_shell/src/ppp/ppp_mdm_data_rcv.c | 0 .../modem_shell/src/ppp/ppp_mdm_data_snd.c | 0 .../modem_shell/src/ppp/ppp_settings.c | 0 .../modem_shell/src/ppp/ppp_settings.h | 0 .../modem_shell/src/ppp/ppp_shell.c | 0 .../modem_shell/src/ppp/ppp_shell.h | 0 .../modem_shell/src/print/CMakeLists.txt | 0 .../modem_shell/src/print/print_shell.c | 0 .../modem_shell/src/rest/CMakeLists.txt | 0 .../modem_shell/src/rest/rest_shell.c | 0 .../modem_shell/src/rest/rest_shell.h | 0 .../modem_shell/src/shell.c | 0 .../modem_shell/src/sms/CMakeLists.txt | 0 .../modem_shell/src/sms/sms.c | 0 .../modem_shell/src/sms/sms.h | 0 .../modem_shell/src/sms/sms_shell.c | 0 .../modem_shell/src/sms/sms_shell.h | 0 .../modem_shell/src/sock/CMakeLists.txt | 0 .../modem_shell/src/sock/sock.c | 0 .../modem_shell/src/sock/sock.h | 0 .../modem_shell/src/sock/sock_shell.c | 0 .../modem_shell/src/sock/sock_shell.h | 0 .../src/startup_cmd/CMakeLists.txt | 0 .../src/startup_cmd/startup_cmd_ctrl.c | 0 .../src/startup_cmd/startup_cmd_ctrl.h | 0 .../src/startup_cmd/startup_cmd_settings.c | 0 .../src/startup_cmd/startup_cmd_settings.h | 0 .../src/startup_cmd/startup_cmd_shell.c | 0 .../modem_shell/src/th/CMakeLists.txt | 0 .../modem_shell/src/th/th_ctrl.c | 0 .../modem_shell/src/th/th_ctrl.h | 0 .../modem_shell/src/th/th_shell.c | 0 .../modem_shell/src/uart/CMakeLists.txt | 0 .../modem_shell/src/uart/uart.c | 0 .../modem_shell/src/uart/uart.h | 0 .../modem_shell/src/uart/uart_shell.c | 0 .../modem_shell/src/uart/uart_shell.h | 0 .../modem_shell/src/utils/CMakeLists.txt | 0 .../modem_shell/src/utils/mosh_print.c | 0 .../modem_shell/src/utils/mosh_print.h | 0 .../modem_shell/src/utils/net_utils.c | 0 .../modem_shell/src/utils/net_utils.h | 0 .../modem_shell/src/utils/str_utils.c | 0 .../modem_shell/src/utils/str_utils.h | 0 .../modem_trace_backend/CMakeLists.txt | 0 .../modem_trace_backend/Kconfig | 0 .../Kconfig.trace_print_stats | 0 .../modem_trace_backend/README.rst | 6 +- .../modem_trace_backend/prj.conf | 0 .../modem_trace_backend/sample.yaml | 2 +- .../modem_trace_backend/src/main.c | 0 .../src/trace_print_stats.c | 0 .../modem_trace_flash/CMakeLists.txt | 0 .../modem_trace_flash/Kconfig | 0 .../modem_trace_flash/README.rst | 6 +- .../boards/nrf9160dk_nrf9160_ns.conf | 0 .../boards/nrf9160dk_nrf9160_ns.overlay | 0 .../boards/nrf9161dk_nrf9161_ns.conf | 0 .../boards/nrf9161dk_nrf9161_ns.overlay | 0 .../modem_trace_flash/prj.conf | 0 .../modem_trace_flash/sample.yaml | 2 +- .../modem_trace_flash/src/main.c | 0 .../{nrf9160 => cellular}/nidd/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/nidd/Kconfig | 0 samples/{nrf9160 => cellular}/nidd/README.rst | 6 +- samples/{nrf9160 => cellular}/nidd/prj.conf | 0 .../{nrf9160 => cellular}/nidd/sample.yaml | 2 +- samples/{nrf9160 => cellular}/nidd/src/main.c | 0 .../CMakeLists.txt | 0 .../nrf_cloud_mqtt_multi_service/Kconfig | 0 .../nrf_cloud_mqtt_multi_service/README.rst | 6 +- .../nrf9160dk_nrf9160_ns_0_14_0.overlay | 0 .../boards/thingy91_nrf9160_ns.overlay | 0 .../mcuboot/boards/nrf9160dk_nrf9160.conf | 0 .../boards/nrf9160dk_nrf9160_0_14_0.overlay | 0 .../nrf9160dk_with_nrf7002ek.overlay | 0 .../overlay-nrf7002ek-wifi-scan-only.conf | 0 .../overlay_full_modem_fota.conf | 0 .../overlay_mcuboot_ext_flash.conf | 0 .../overlay_nrfcloud_logging.conf | 0 .../overlay_pgps_ext_flash.conf | 0 .../nrf_cloud_mqtt_multi_service/prj.conf | 0 .../nrf_cloud_mqtt_multi_service/sample.yaml | 0 .../src/application.c | 0 .../src/application.h | 0 .../src/at_commands.c | 0 .../src/at_commands.h | 0 .../src/connection.c | 0 .../src/connection.h | 0 .../src/fota_support.c | 0 .../src/fota_support.h | 0 .../src/led_control.c | 0 .../src/led_control.h | 0 .../src/location_tracking.c | 0 .../src/location_tracking.h | 0 .../nrf_cloud_mqtt_multi_service/src/main.c | 0 .../src/temperature.c | 5 ++ .../src/temperature.h | 5 ++ .../CMakeLists.txt | 0 .../nrf_cloud_rest_cell_location/Kconfig | 0 .../nrf_cloud_rest_cell_location/README.rst | 6 +- .../include/buttons_def.h | 0 .../nrf_cloud_rest_cell_location/prj.conf | 0 .../nrf_cloud_rest_cell_location/sample.yaml | 2 +- .../nrf_cloud_rest_cell_location/src/main.c | 0 .../CMakeLists.txt | 0 .../nrf_cloud_rest_device_message/Kconfig | 0 .../nrf_cloud_rest_device_message/README.rst | 8 +-- .../overlay-rtt.conf | 0 .../overlay_nrfcloud_logging.conf | 0 .../nrf_cloud_rest_device_message/prj.conf | 0 .../nrf_cloud_rest_device_message/sample.yaml | 2 +- .../nrf_cloud_rest_device_message/src/main.c | 0 .../nrf_cloud_rest_fota/CMakeLists.txt | 0 .../nrf_cloud_rest_fota/Kconfig | 0 .../nrf_cloud_rest_fota/README.rst | 6 +- .../nrf9160dk_nrf9160_ns_0_14_0.overlay | 0 .../child_image/mcuboot.conf | 0 .../overlay_fota_test.conf | 0 .../overlay_full_modem_fota.conf | 0 .../nrf_cloud_rest_fota/prj.conf | 0 .../nrf_cloud_rest_fota/sample.yaml | 2 +- .../nrf_cloud_rest_fota/src/main.c | 0 .../nrf_provisioning/CMakeLists.txt | 0 .../nrf_provisioning/Kconfig | 0 .../nrf_provisioning/prj.conf | 0 .../nrf_provisioning/sample.yaml | 2 +- .../nrf_provisioning/src/main.c | 0 .../{nrf9160 => cellular}/pdn/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/pdn/README.rst | 6 +- samples/{nrf9160 => cellular}/pdn/prj.conf | 0 samples/{nrf9160 => cellular}/pdn/sample.yaml | 2 +- samples/{nrf9160 => cellular}/pdn/src/main.c | 0 .../slm_shell/CMakeLists.txt | 0 .../slm_shell/README.rst | 4 +- .../slm_shell/boards/nrf52840dk_nrf52840.conf | 0 .../boards/nrf52840dk_nrf52840.overlay | 0 .../boards/nrf5340dk_nrf5340_cpuapp.conf | 0 .../boards/nrf5340dk_nrf5340_cpuapp.overlay | 0 .../boards/nrf7002dk_nrf5340_cpuapp.conf | 0 .../boards/nrf7002dk_nrf5340_cpuapp.overlay | 0 .../slm_shell/overlay_rtt_shell.conf | 0 .../{nrf9160 => cellular}/slm_shell/prj.conf | 0 .../slm_shell/sample.yaml | 2 +- .../slm_shell/src/main.c | 0 .../{nrf9160 => cellular}/sms/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/sms/Kconfig | 0 samples/{nrf9160 => cellular}/sms/README.rst | 6 +- samples/{nrf9160 => cellular}/sms/prj.conf | 0 samples/{nrf9160 => cellular}/sms/sample.yaml | 2 +- samples/{nrf9160 => cellular}/sms/src/main.c | 0 .../{nrf9160 => cellular}/udp/CMakeLists.txt | 0 samples/{nrf9160 => cellular}/udp/Kconfig | 0 samples/{nrf9160 => cellular}/udp/README.rst | 8 +-- .../udp/boards/qemu_x86.conf | 0 samples/{nrf9160 => cellular}/udp/prj.conf | 0 samples/{nrf9160 => cellular}/udp/sample.yaml | 2 +- samples/{nrf9160 => cellular}/udp/src/main.c | 0 538 files changed, 264 insertions(+), 251 deletions(-) create mode 100644 doc/nrf/samples/cellular.rst delete mode 100644 doc/nrf/samples/nrf9160.rst rename samples/{nrf9160 => cellular}/at_client/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/at_client/README.rst (97%) rename samples/{nrf9160 => cellular}/at_client/prj.conf (100%) rename samples/{nrf9160 => cellular}/at_client/sample.yaml (85%) rename samples/{nrf9160 => cellular}/at_client/src/main.c (100%) rename samples/{nrf9160 => cellular}/at_monitor/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/at_monitor/README.rst (96%) rename samples/{nrf9160 => cellular}/at_monitor/prj.conf (100%) rename samples/{nrf9160 => cellular}/at_monitor/sample.yaml (85%) rename samples/{nrf9160 => cellular}/at_monitor/src/main.c (100%) rename samples/{nrf9160 => cellular}/aws_iot/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/aws_iot/Kconfig (100%) rename samples/{nrf9160 => cellular}/aws_iot/README.rst (97%) rename samples/{nrf9160 => cellular}/aws_iot/boards/qemu_x86.conf (100%) rename samples/{nrf9160 => cellular}/aws_iot/certs/ca-cert.pem (100%) rename samples/{nrf9160 => cellular}/aws_iot/certs/client-cert.pem (100%) rename samples/{nrf9160 => cellular}/aws_iot/certs/private-key.pem (100%) rename samples/{nrf9160 => cellular}/aws_iot/prj.conf (100%) rename samples/{nrf9160 => cellular}/aws_iot/sample.yaml (89%) rename samples/{nrf9160 => cellular}/aws_iot/src/main.c (100%) rename samples/{nrf9160 => cellular}/azure_fota/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/azure_fota/Kconfig (100%) rename samples/{nrf9160 => cellular}/azure_fota/README.rst (98%) rename samples/{nrf9160 => cellular}/azure_fota/prj.conf (100%) rename samples/{nrf9160 => cellular}/azure_fota/sample.yaml (85%) rename samples/{nrf9160 => cellular}/azure_fota/src/main.c (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/Kconfig (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/README.rst (98%) rename samples/{nrf9160 => cellular}/azure_iot_hub/boards/qemu_x86.conf (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/certs/ca-cert.pem (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/certs/client-cert.pem (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/certs/private-key.pem (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/overlay-dps.conf (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/prj.conf (100%) rename samples/{nrf9160 => cellular}/azure_iot_hub/sample.yaml (86%) rename samples/{nrf9160 => cellular}/azure_iot_hub/src/main.c (100%) rename samples/{nrf9160 => cellular}/battery/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/battery/Kconfig (100%) rename samples/{nrf9160 => cellular}/battery/README.rst (98%) rename samples/{nrf9160 => cellular}/battery/prj.conf (100%) rename samples/{nrf9160 => cellular}/battery/sample.yaml (100%) rename samples/{nrf9160 => cellular}/battery/src/main.c (100%) rename samples/{nrf9160 => cellular}/ciphersuites/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/ciphersuites/Kconfig (100%) rename samples/{nrf9160 => cellular}/ciphersuites/README.rst (96%) rename samples/{nrf9160 => cellular}/ciphersuites/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/ciphersuites/cert/DigiCertGlobalRootCA.pem (100%) rename samples/{nrf9160 => cellular}/ciphersuites/child_image/mcuboot.conf (100%) rename samples/{nrf9160 => cellular}/ciphersuites/prj.conf (100%) rename samples/{nrf9160 => cellular}/ciphersuites/sample.yaml (85%) rename samples/{nrf9160 => cellular}/ciphersuites/src/main.c (100%) rename samples/{nrf9160 => cellular}/coap_client/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/coap_client/Kconfig (100%) rename samples/{nrf9160 => cellular}/coap_client/README.rst (97%) rename samples/{nrf9160 => cellular}/coap_client/boards/qemu_x86.conf (100%) rename samples/{nrf9160 => cellular}/coap_client/prj.conf (100%) rename samples/{nrf9160 => cellular}/coap_client/sample.yaml (85%) rename samples/{nrf9160 => cellular}/coap_client/src/main.c (100%) rename samples/{nrf9160 => cellular}/download/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/download/Kconfig (100%) rename samples/{nrf9160 => cellular}/download/README.rst (96%) rename samples/{nrf9160 => cellular}/download/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/download/cert/file-example.pem (100%) rename samples/{nrf9160 => cellular}/download/overlay-tfm.conf (100%) rename samples/{nrf9160 => cellular}/download/prj.conf (100%) rename samples/{nrf9160 => cellular}/download/sample.yaml (88%) rename samples/{nrf9160 => cellular}/download/src/main.c (100%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/README.rst (95%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/prj.conf (100%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/sample.yaml (89%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/src/main.c (100%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/uart.overlay (100%) rename samples/{nrf9160 => cellular}/fmfu_smp_svr/update_modem.py (100%) rename samples/{nrf9160 => cellular}/gnss/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/gnss/Kconfig (100%) rename samples/{nrf9160 => cellular}/gnss/README.rst (99%) rename samples/{nrf9160 => cellular}/gnss/overlay-pgps.conf (100%) rename samples/{nrf9160 => cellular}/gnss/prj.conf (100%) rename samples/{nrf9160 => cellular}/gnss/sample.yaml (87%) rename samples/{nrf9160 => cellular}/gnss/scripts/factory_almanac_to_string.py (100%) rename samples/{nrf9160 => cellular}/gnss/src/assistance.c (100%) rename samples/{nrf9160 => cellular}/gnss/src/assistance.h (100%) rename samples/{nrf9160 => cellular}/gnss/src/assistance_minimal.c (100%) rename samples/{nrf9160 => cellular}/gnss/src/assistance_supl.c (100%) rename samples/{nrf9160 => cellular}/gnss/src/factory_almanac.h (100%) rename samples/{nrf9160 => cellular}/gnss/src/main.c (100%) rename samples/{nrf9160 => cellular}/gnss/src/mcc_location_table.c (100%) rename samples/{nrf9160 => cellular}/gnss/src/mcc_location_table.h (100%) rename samples/{nrf9160 => cellular}/http_update/application_update/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/http_update/application_update/Kconfig (100%) rename samples/{nrf9160 => cellular}/http_update/application_update/README.rst (97%) rename samples/{nrf9160 => cellular}/http_update/application_update/overlay-carrier.conf (100%) rename samples/{nrf9160 => cellular}/http_update/application_update/prj.conf (100%) rename samples/{nrf9160 => cellular}/http_update/application_update/sample.yaml (76%) rename samples/{nrf9160 => cellular}/http_update/application_update/src/main.c (100%) rename samples/{nrf9160 => cellular}/http_update/common/cert/AmazonRootCA1 (100%) rename samples/{nrf9160 => cellular}/http_update/common/include/update.h (100%) rename samples/{nrf9160 => cellular}/http_update/common/src/update.c (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/Kconfig (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/README.rst (95%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/prj.conf (100%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/sample.yaml (79%) rename samples/{nrf9160 => cellular}/http_update/full_modem_update/src/main.c (100%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/Kconfig (100%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/README.rst (93%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/prj.conf (100%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/sample.yaml (79%) rename samples/{nrf9160 => cellular}/http_update/modem_delta_update/src/main.c (100%) rename samples/{nrf9160 => cellular}/https_client/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/https_client/Kconfig (100%) rename samples/{nrf9160 => cellular}/https_client/README.rst (96%) rename samples/{nrf9160 => cellular}/https_client/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/https_client/boards/nrf9161dk_nrf9161_ns.overlay (100%) rename samples/{nrf9160 => cellular}/https_client/cert/DigiCertGlobalRootCA.pem (100%) rename samples/{nrf9160 => cellular}/https_client/child_image/mcuboot.conf (100%) rename samples/{nrf9160 => cellular}/https_client/overlay-pdn_ipv4.conf (100%) rename samples/{nrf9160 => cellular}/https_client/overlay-tfm_mbedtls.conf (100%) rename samples/{nrf9160 => cellular}/https_client/prj.conf (100%) rename samples/{nrf9160 => cellular}/https_client/sample.yaml (87%) rename samples/{nrf9160 => cellular}/https_client/src/main.c (100%) rename samples/{nrf9160 => cellular}/location/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/location/Kconfig (100%) rename samples/{nrf9160 => cellular}/location/README.rst (98%) rename samples/{nrf9160 => cellular}/location/esp_8266_nrf9160ns.overlay (100%) rename samples/{nrf9160 => cellular}/location/nrf9160dk_with_nrf7002ek.overlay (100%) rename samples/{nrf9160 => cellular}/location/overlay-esp-wifi.conf (100%) rename samples/{nrf9160 => cellular}/location/overlay-nrf7002ek-wifi-scan-only.conf (100%) rename samples/{nrf9160 => cellular}/location/overlay-pgps.conf (100%) rename samples/{nrf9160 => cellular}/location/prj.conf (100%) rename samples/{nrf9160 => cellular}/location/sample.yaml (86%) rename samples/{nrf9160 => cellular}/location/src/main.c (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/Kconfig (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/README.rst (98%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/boards/thingy91_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/boards/thingy91_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/debug.config.conf (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/prj.conf (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/sample.yaml (83%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/aggregator.c (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/aggregator.h (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/alarm.c (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/alarm.h (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/ble.c (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/ble.h (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/certificates.h (100%) rename samples/{nrf9160 => cellular}/lte_ble_gateway/src/main.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/Kconfig (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/README.rst (89%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/certs/DigiCertGlobalRootCA.pem (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/certs/DigiCertGlobalRootG2.pem (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/overlay-shell.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/prj.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/provisioning.rst (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/sample.yaml (84%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/sample_description.rst (99%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/src/carrier_certs.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/src/carrier_certs.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_carrier/src/main.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/Kconfig (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/README.rst (91%) rename samples/{nrf9160 => cellular}/lwm2m_client/boards/nrf9160dk_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/boards/thingy91_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/boards/thingy91_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/dts/bindings/pwm-buzzer.yaml (86%) rename samples/{nrf9160 => cellular}/lwm2m_client/fota.rst (98%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-adv-firmware.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-assist-agps.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-assist-cell.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-assist-pgps.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-assist-wifi.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-avsystem-bootstrap.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-avsystem.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-leshan-bootstrap.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-lowpower.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-lwm2m-1.1-core-interop.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-lwm2m-1.1-object-interop.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-lwm2m-1.1.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/overlay-nbiot.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/prj.conf (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/provisioning.rst (97%) rename samples/{nrf9160 => cellular}/lwm2m_client/sample.yaml (87%) rename samples/{nrf9160 => cellular}/lwm2m_client/sample_description.rst (99%) rename samples/{nrf9160 => cellular}/lwm2m_client/scripts/atclient.py (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/scripts/coiote.py (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/scripts/device.py (98%) rename samples/{nrf9160 => cellular}/lwm2m_client/scripts/fota.py (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/scripts/provision.py (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/gnss_pvt_event.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/include/gnss_pvt_event.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/include/location_events.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/include/ui_input_event.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/location_event_handler.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/location_events.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/events/ui_input_event.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ipso/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ipso/Kconfig.ipso_colour_sensor (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ipso/ipso_colour_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/Kconfig (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/include/lwm2m_app_utils.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/include/lwm2m_client_app.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_accelerometer.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_app_utils.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_buzzer.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_device.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_gas_res_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_humid_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_light_control.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_light_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_location.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_onoff_switch.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_portfolio_object.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_press_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_push_button.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/lwm2m/lwm2m_temp_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/main.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/modules/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/modules/Kconfig (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/modules/include/sensor_module.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/modules/sensor_module.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/Kconfig.accelerometer (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/Kconfig.env_sensor (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/Kconfig.gnss (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/Kconfig.light_sensor (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/accelerometer.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/env_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/gnss_module.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/include/accelerometer.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/include/env_sensor.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/include/gnss_module.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/include/light_sensor.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/sensors/light_sensor.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/Kconfig (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/Kconfig.ui_led (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/include/ui_buzzer.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/include/ui_input.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/include/ui_led.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/include/ui_sense_led.h (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/ui_buzzer.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/ui_input.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/ui_led.c (100%) rename samples/{nrf9160 => cellular}/lwm2m_client/src/ui/ui_sense_led.c (100%) rename samples/{nrf9160 => cellular}/modem_callbacks/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_callbacks/README.rst (94%) rename samples/{nrf9160 => cellular}/modem_callbacks/prj.conf (100%) rename samples/{nrf9160 => cellular}/modem_callbacks/sample.yaml (83%) rename samples/{nrf9160 => cellular}/modem_callbacks/src/main.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/Kconfig (100%) rename samples/{nrf9160 => cellular}/modem_shell/README.rst (99%) rename samples/{nrf9160 => cellular}/modem_shell/boards/thingy91_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/bt.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/esp_8266_nrf9160ns.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/nrf9160dk_ext_flash.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/nrf9160dk_with_nrf7002ek.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/nrf9161dk_ext_flash.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-app_fota.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-bt.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-carrier.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-cloud_mqtt.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-debug.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-esp-wifi.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-lwm2m.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-lwm2m_bootstrap.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-lwm2m_pgps.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-memfault.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-modem-trace-flash.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-modem-trace-ram.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-non-offloading.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-nrf7002ek-wifi-scan-only.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-pgps.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-ppp.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/overlay-rtt.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/ppp.overlay (100%) rename samples/{nrf9160 => cellular}/modem_shell/prj.conf (100%) rename samples/{nrf9160 => cellular}/modem_shell/sample.yaml (86%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_mode.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_mode.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_mode_sett.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_mode_sett.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_ping.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_cmd_ping.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/at/at_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/cloud_lwm2m.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/cloud_lwm2m.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/cloud_lwm2m_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/cloud_mqtt_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/cloud/cloud_rest_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/drivers/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/drivers/nrf91_non_offloaded_dev.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/fota/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/fota/fota.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/fota/fota.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/fota/fota_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/gnss.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/gnss.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/gnss_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/gnss_supl_support.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/gnss/gnss_supl_support.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_api.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_api.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_settings.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_settings.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell_pdn.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell_pdn.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell_print.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/link/link_shell_print.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_cmd_utils.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_cmd_utils.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_srv_ext.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_srv_ext_lwm2m.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/location/location_srv_ext_nrf_cloud.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/main.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/modem_trace/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/modem_trace/modem_trace_memfault.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/modem_trace/modem_trace_memfault.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/modem_trace/modem_trace_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/mosh_defines.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping_print.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping_print.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ping/icmp_ping_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_ctrl.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_ctrl.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_mdm_data_rcv.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_mdm_data_snd.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_settings.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_settings.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/ppp/ppp_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/print/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/print/print_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/rest/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/rest/rest_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/rest/rest_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sms/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sms/sms.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sms/sms.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sms/sms_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sms/sms_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sock/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sock/sock.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sock/sock.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sock/sock_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/sock/sock_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/startup_cmd_ctrl.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/startup_cmd_ctrl.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/startup_cmd_settings.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/startup_cmd_settings.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/startup_cmd/startup_cmd_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/th/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/th/th_ctrl.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/th/th_ctrl.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/th/th_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/uart/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/uart/uart.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/uart/uart.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/uart/uart_shell.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/uart/uart_shell.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/mosh_print.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/mosh_print.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/net_utils.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/net_utils.h (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/str_utils.c (100%) rename samples/{nrf9160 => cellular}/modem_shell/src/utils/str_utils.h (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/Kconfig (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/Kconfig.trace_print_stats (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/README.rst (95%) rename samples/{nrf9160 => cellular}/modem_trace_backend/prj.conf (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/sample.yaml (82%) rename samples/{nrf9160 => cellular}/modem_trace_backend/src/main.c (100%) rename samples/{nrf9160 => cellular}/modem_trace_backend/src/trace_print_stats.c (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/Kconfig (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/README.rst (96%) rename samples/{nrf9160 => cellular}/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.conf (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.conf (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.overlay (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/prj.conf (100%) rename samples/{nrf9160 => cellular}/modem_trace_flash/sample.yaml (82%) rename samples/{nrf9160 => cellular}/modem_trace_flash/src/main.c (100%) rename samples/{nrf9160 => cellular}/nidd/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nidd/Kconfig (100%) rename samples/{nrf9160 => cellular}/nidd/README.rst (96%) rename samples/{nrf9160 => cellular}/nidd/prj.conf (100%) rename samples/{nrf9160 => cellular}/nidd/sample.yaml (89%) rename samples/{nrf9160 => cellular}/nidd/src/main.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/Kconfig (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/README.rst (99%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/boards/thingy91_nrf9160_ns.overlay (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/nrf9160dk_with_nrf7002ek.overlay (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/overlay-nrf7002ek-wifi-scan-only.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/overlay_full_modem_fota.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/overlay_mcuboot_ext_flash.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/overlay_nrfcloud_logging.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/prj.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/sample.yaml (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/application.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/application.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/at_commands.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/at_commands.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/connection.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/connection.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/fota_support.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/fota_support.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/led_control.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/led_control.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/location_tracking.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/location_tracking.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/main.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/temperature.c (91%) rename samples/{nrf9160 => cellular}/nrf_cloud_mqtt_multi_service/src/temperature.h (82%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/Kconfig (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/README.rst (95%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/include/buttons_def.h (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/prj.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/sample.yaml (82%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_cell_location/src/main.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/Kconfig (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/README.rst (96%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/overlay-rtt.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/overlay_nrfcloud_logging.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/prj.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/sample.yaml (79%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_device_message/src/main.c (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/Kconfig (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/README.rst (97%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/child_image/mcuboot.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/overlay_fota_test.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/overlay_full_modem_fota.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/prj.conf (100%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/sample.yaml (82%) rename samples/{nrf9160 => cellular}/nrf_cloud_rest_fota/src/main.c (100%) rename samples/{nrf9160 => cellular}/nrf_provisioning/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/nrf_provisioning/Kconfig (100%) rename samples/{nrf9160 => cellular}/nrf_provisioning/prj.conf (100%) rename samples/{nrf9160 => cellular}/nrf_provisioning/sample.yaml (82%) rename samples/{nrf9160 => cellular}/nrf_provisioning/src/main.c (100%) rename samples/{nrf9160 => cellular}/pdn/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/pdn/README.rst (97%) rename samples/{nrf9160 => cellular}/pdn/prj.conf (100%) rename samples/{nrf9160 => cellular}/pdn/sample.yaml (88%) rename samples/{nrf9160 => cellular}/pdn/src/main.c (100%) rename samples/{nrf9160 => cellular}/slm_shell/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/slm_shell/README.rst (98%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf52840dk_nrf52840.conf (100%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf52840dk_nrf52840.overlay (100%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.conf (100%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay (100%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.conf (100%) rename samples/{nrf9160 => cellular}/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.overlay (100%) rename samples/{nrf9160 => cellular}/slm_shell/overlay_rtt_shell.conf (100%) rename samples/{nrf9160 => cellular}/slm_shell/prj.conf (100%) rename samples/{nrf9160 => cellular}/slm_shell/sample.yaml (91%) rename samples/{nrf9160 => cellular}/slm_shell/src/main.c (100%) rename samples/{nrf9160 => cellular}/sms/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/sms/Kconfig (100%) rename samples/{nrf9160 => cellular}/sms/README.rst (97%) rename samples/{nrf9160 => cellular}/sms/prj.conf (100%) rename samples/{nrf9160 => cellular}/sms/sample.yaml (88%) rename samples/{nrf9160 => cellular}/sms/src/main.c (100%) rename samples/{nrf9160 => cellular}/udp/CMakeLists.txt (100%) rename samples/{nrf9160 => cellular}/udp/Kconfig (100%) rename samples/{nrf9160 => cellular}/udp/README.rst (97%) rename samples/{nrf9160 => cellular}/udp/boards/qemu_x86.conf (100%) rename samples/{nrf9160 => cellular}/udp/prj.conf (100%) rename samples/{nrf9160 => cellular}/udp/sample.yaml (90%) rename samples/{nrf9160 => cellular}/udp/src/main.c (100%) diff --git a/.github/test-spec.yml b/.github/test-spec.yml index 26c7ca7d009..ec06a7cbd08 100644 --- a/.github/test-spec.yml +++ b/.github/test-spec.yml @@ -57,7 +57,7 @@ - "subsys/nrf_security/**/*" - "!subsys/nrf_security/doc/**/*" - "!subsys/nrf_security/*.rst" - - "samples/nrf9160/lwm2m_client/**/*" + - "samples/cellular/lwm2m_client/**/*" "CI-audio-test": - "applications/nrf5340_audio/**/*" @@ -92,18 +92,17 @@ - "lib/nrf_modem_lib/**/*" - "lib/pdn/**/*" - "lib/sms/**/*" - - "samples/nrf9160/at_client/**/*" - - "samples/nrf9160/at_monitor/**/*" - - "samples/nrf9160/ciphersuites/**/*" - - "samples/nrf9160/coap_client/**/*" - - "samples/nrf9160/download/**/*" - - "samples/nrf9160/fmfu_smp_svr/**/*" - - "samples/nrf9160/http_update/**/*" - - "samples/nrf9160/https_client/**/*" - - "samples/nrf9160/modem_*/**/*" - - "samples/nrf9160/pdn/**/*" - - "samples/nrf9160/sms/**/*" - - "samples/nrf9160/udp/**/*" + - "samples/cellular/at_client/**/*" + - "samples/cellular/at_monitor/**/*" + - "samples/cellular/ciphersuites/**/*" + - "samples/cellular/coap_client/**/*" + - "samples/cellular/download/**/*" + - "samples/cellular/http_update/**/*" + - "samples/cellular/https_client/**/*" + - "samples/cellular/modem_*/**/*" + - "samples/cellular/mqtt_simple/**/*" + - "samples/cellular/pdn/**/*" + - "samples/cellular/sms/**/*" - "subsys/net/lib/download_client/**/*" "CI-lwm2m-test": @@ -112,7 +111,7 @@ - "lib/bin/**/*" - "lib/lte_link_control/**/*" - "lib/nrf_modem_lib/**/*" - - "samples/nrf9160/lwm2m_carrier/**/*" + - "samples/cellular/lwm2m_carrier/**/*" "CI-boot-dfu-test": - "include/bl*" @@ -124,9 +123,9 @@ - "cmake/*" - "lib/lte_link_control/**/*" - "modules/mcuboot/**/*" - - "samples/nrf9160/*fota/**/*" - - "samples/nrf9160/fmfu_smp_svr/**/*" - - "samples/nrf9160/http_update/**/*" + - "samples/cellular/*fota/**/*" + - "samples/cellular/fmfu_smp_svr/**/*" + - "samples/cellular/http_update/**/*" - "samples/nrf5340/netboot/*" - "samples/bootloader/**/*" - "scripts/bootloader/**/*" @@ -213,9 +212,9 @@ - "lib/date_time/**/*" - "drivers/sensor/sensor_sim/**/*" - "applications/asset_tracker_v2/**/*" - - "samples/nrf9160/udp/**/*" - - "samples/nrf9160/aws_iot/**/*" - - "samples/nrf9160/azure_iot_hub/**/*" + - "samples/cellular/udp/**/*" + - "samples/cellular/aws_iot/**/*" + - "samples/cellular/azure_iot_hub/**/*" "CI-apps-test": - "applications/machine_learning/**/*" @@ -423,7 +422,7 @@ - "lib/pdn/**/*" - "lib/sms/**/*" - "lib/supl/**/*" - - "samples/nrf9160/modem_shell/**/*" + - "samples/cellular/modem_shell/**/*" - "subsys/net/lib/download_client/**/*" - "subsys/net/lib/fota_download/**/*" - "subsys/net/lib/nrf_cloud/**/*" @@ -457,8 +456,8 @@ - "lib/modem_jwt/**/*" - "lib/modem_key_mgmt/**/*" - "lib/supl/**/*" - - "samples/nrf9160/gnss/**/*" - - "samples/nrf9160/location/**/*" + - "samples/cellular/gnss/**/*" + - "samples/cellular/location/**/*" - "subsys/net/lib/nrf_cloud/**/*" - "subsys/net/lib/rest_client/**/*" @@ -473,7 +472,7 @@ "CI-cloud-test": - "include/net/nrf_cloud*" - - "samples/nrf9160/nrf_cloud_*/**/*" + - "samples/cellular/nrf_cloud_*/**/*" - "subsys/net/lib/nrf_cloud/**/*" - any: - "subsys/nrf_security/**/*" diff --git a/CODEOWNERS b/CODEOWNERS index a6e9eb5519e..5fa85b7bf02 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -153,17 +153,17 @@ Kconfig* @tejlmand /samples/nfc/ @grochu /samples/nrf_rpc/ @doki-nordic @KAGA164 /samples/nrf5340/empty_app_core/ @doki-nordic -/samples/nrf9160/ @rlubos @lemrey -/samples/nrf9160/azure_* @jtguggedal @simensrostad @coderbyheart -/samples/nrf9160/battery/ @MirkoCovizzi -/samples/nrf9160/location/ @trantanen @jhirsi @tokangas -/samples/nrf9160/lwm2m_client/ @rlubos @SeppoTakalo @jarlamsa @jheiskan81 @juhaylinen -/samples/nrf9160/modem_shell/ @trantanen @jhirsi @tokangas -/samples/nrf9160/nidd/ @stig-bjorlykke -/samples/nrf9160/nrf_cloud_* @plskeggs @jayteemo @glarsennordic -/samples/nrf9160/nrf_provisioning/ @SeppoTakalo @juhaylinen -/samples/nrf9160/modem_trace_flash/ @gregersrygg @balaji-nordic -/samples/nrf9160/sms/ @trantanen @tokangas +/samples/cellular/ @rlubos @lemrey +/samples/cellular/azure_* @jtguggedal @simensrostad @coderbyheart +/samples/cellular/battery/ @MirkoCovizzi +/samples/cellular/location/ @trantanen @jhirsi @tokangas +/samples/cellular/lwm2m_client/ @rlubos @SeppoTakalo @jarlamsa @jheiskan81 @juhaylinen +/samples/cellular/modem_shell/ @trantanen @jhirsi @tokangas +/samples/cellular/nidd/ @stig-bjorlykke +/samples/cellular/nrf_cloud_* @plskeggs @jayteemo @glarsennordic +/samples/cellular/nrf_provisioning/ @SeppoTakalo @juhaylinen +/samples/cellular/modem_trace_flash/ @gregersrygg @balaji-nordic +/samples/cellular/sms/ @trantanen @tokangas /samples/openthread/ @rlubos @edmont @canisLupus1313 @mariuszpos /samples/nrf_profiler/ @pdunaj /samples/peripheral/radio_test/ @KAGA164 @maje-emb diff --git a/doc/_utils/redirects.py b/doc/_utils/redirects.py index 83a80b6bcf1..c530b32c8bf 100644 --- a/doc/_utils/redirects.py +++ b/doc/_utils/redirects.py @@ -179,7 +179,7 @@ ("samples/samples_matter","samples/matter"), ("samples/samples_nfc","samples/nfc"), ("samples/samples_nrf5340","samples/nrf5340"), - ("samples/samples_nrf9160","samples/nrf9160"), + ("samples/samples_nrf9160","samples/cellular"), ("samples/samples_other","samples/other"), ("samples/samples_tfm","samples/tfm"), ("samples/samples_thread","samples/thread"), diff --git a/doc/nrf/config_and_build/programming.rst b/doc/nrf/config_and_build/programming.rst index 742ea2564b6..899a05523e3 100644 --- a/doc/nrf/config_and_build/programming.rst +++ b/doc/nrf/config_and_build/programming.rst @@ -51,7 +51,7 @@ After completing the :ref:`manual ` or :ref:`automatic `_ using the `nRF9160 DK (PCA10090) `_ and the `Thingy:91 (PCA20035) `_, and offers :ref:`samples ` dedicated to these devices. +The |NCS| provides support for developing on the `nRF9160 System in Package (SiP) `_ using the `nRF9160 DK (PCA10090) `_ and the `Thingy:91 (PCA20035) `_, and offers :ref:`samples ` dedicated to these devices. For more details on the SiP, see the `nRF9160 product website`_ and the `nRF9160 Product Specification`_. .. toctree:: diff --git a/doc/nrf/device_guides/working_with_nrf/nrf91/nrf9160.rst b/doc/nrf/device_guides/working_with_nrf/nrf91/nrf9160.rst index 7ff9fe22e94..069689a8a30 100644 --- a/doc/nrf/device_guides/working_with_nrf/nrf91/nrf9160.rst +++ b/doc/nrf/device_guides/working_with_nrf/nrf91/nrf9160.rst @@ -406,4 +406,4 @@ It is also possible to change the size of the partition with :kconfig:option:`CO Available drivers, libraries, and samples ***************************************** -See the :ref:`drivers`, :ref:`libraries`, and :ref:`nRF9160 samples ` sections and the respective repository folders for up-to-date information. +See the :ref:`drivers`, :ref:`libraries`, and :ref:`samples ` sections and the respective repository folders for up-to-date information. diff --git a/doc/nrf/includes/lwm2m_carrier_library.txt b/doc/nrf/includes/lwm2m_carrier_library.txt index a2c900002ae..1b1b66022e7 100644 --- a/doc/nrf/includes/lwm2m_carrier_library.txt +++ b/doc/nrf/includes/lwm2m_carrier_library.txt @@ -4,7 +4,7 @@ See the library's documentation for more information and configuration options. To enable the LwM2M carrier library, add the parameter ``-DOVERLAY_CONFIG=overlay-carrier.conf`` to your build command. The CA root certificates that are needed for modem FOTA are not provisioned in the |application_sample_name|. -You can flash the :ref:`lwm2m_carrier` sample to write the certificates to modem before flashing the |application_sample_name|, or use the :ref:`at_client_sample` sample as explained in :ref:`Preparing the nRF9160: LwM2M Client sample for production `. +You can flash the :ref:`lwm2m_carrier` sample to write the certificates to modem before flashing the |application_sample_name|, or use the :ref:`at_client_sample` sample as explained in :ref:`preparing the Cellular: LwM2M Client sample for production `. It is also possible to modify the |application_sample_name| project itself to include the certificate provisioning, as demonstrated in the :ref:`lwm2m_carrier` sample. .. code-block:: c diff --git a/doc/nrf/libraries/bin/lwm2m_carrier/app_integration.rst b/doc/nrf/libraries/bin/lwm2m_carrier/app_integration.rst index e6e571b429e..a2220a40c27 100644 --- a/doc/nrf/libraries/bin/lwm2m_carrier/app_integration.rst +++ b/doc/nrf/libraries/bin/lwm2m_carrier/app_integration.rst @@ -56,7 +56,7 @@ Configuration To run the library in an application, you must implement the application with the API of the library. Enable the library by setting the :kconfig:option:`CONFIG_LWM2M_CARRIER` Kconfig option to ``y``. -The :ref:`lwm2m_carrier` sample project configuration (:file:`nrf/samples/nrf9160/lwm2m_carrier/prj.conf`) contains all the configurations that are needed by the LwM2M carrier library. +The :ref:`lwm2m_carrier` sample project configuration (:file:`nrf/samples/cellular/lwm2m_carrier/prj.conf`) contains all the configurations that are needed by the LwM2M carrier library. To overwrite the carrier default settings, you can provide the initialization parameter :c:type:`lwm2m_carrier_config_t` with the Kconfig options specified in the following sections. You can also use the provided :ref:`lwm2m_carrier_shell` to quickly get started and experiment with the API. diff --git a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst index 239d2b2fa5a..aaae5ef68de 100644 --- a/doc/nrf/libraries/networking/nrf_cloud_pgps.rst +++ b/doc/nrf/libraries/networking/nrf_cloud_pgps.rst @@ -80,7 +80,7 @@ There are three ways to define this storage location: This partition can optionally be located in external flash for the nRF9160 development kit version 0.14.0 and later. This conserves space in the main flash for storing code or other data. - To use an external flash partition, enable the following options in your project's configuration file or place them in a configuration overlay file (for example :file:`samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf`): + To use an external flash partition, enable the following options in your project's configuration file or place them in a configuration overlay file (for example :file:`samples/cellular/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf`): * :kconfig:option:`CONFIG_SPI` * :kconfig:option:`CONFIG_SPI_NOR` @@ -123,7 +123,7 @@ There are three ways to define this storage location: }; This is typically placed in a file within your application's source folder in a :file:`boards` subfolder. - See an example provided in the file :file:`samples/nrf9160/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay`. + See an example provided in the file :file:`samples/cellular/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay`. * To use the MCUboot secondary partition as storage, enable the :kconfig:option:`CONFIG_NRF_CLOUD_PGPS_STORAGE_MCUBOOT_SECONDARY` option. diff --git a/doc/nrf/libraries/others/supl_os_client.rst b/doc/nrf/libraries/others/supl_os_client.rst index 2cc134153ce..cb6951b3762 100644 --- a/doc/nrf/libraries/others/supl_os_client.rst +++ b/doc/nrf/libraries/others/supl_os_client.rst @@ -123,7 +123,7 @@ API callback functions Callback functions are needed to achieve platform independence. If your application uses the SUPL client library, you must implement these callback functions. For an example of the implementation, see the :ref:`gnss_sample` sample. -The implementation is located in the :file:`samples/nrf9160/gnss/src/` directory. +The implementation is located in the :file:`samples/cellular/gnss/src/` directory. The various callback functions implemented in the SUPL client library and their purposes are listed below. A-GPS handler diff --git a/doc/nrf/releases_and_maturity/known_issues.rst b/doc/nrf/releases_and_maturity/known_issues.rst index 8b1984a5090..4f98d1ee4f2 100644 --- a/doc/nrf/releases_and_maturity/known_issues.rst +++ b/doc/nrf/releases_and_maturity/known_issues.rst @@ -1870,8 +1870,8 @@ Unstable NFC tag samples NFC tag samples are unstable when exhaustively tested (performing many repeated read and/or write operations). NFC tag data might be corrupted. -nRF9160 samples -=============== +Cellular samples +================ .. rst-class:: v1-4-1 v1-4-0 v1-3-2 v1-3-1 v1-3-0 @@ -1883,7 +1883,7 @@ NCSDK-5666: LTE Sensor Gateway .. rst-class:: v1-2-0 GPS sockets and SUPL client library stops working - The `nRF9160: GPS with SUPL client library `_ sample stops working if :ref:`supl_client` support is enabled, but the SUPL host name cannot be resolved. + The `nRF9160: GPS with SUPL client library `_ sample stops working if :ref:`supl_client` support is enabled, but the SUPL host name cannot be resolved. **Affected platforms:** nRF9160 diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-1.5.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-1.5.0.rst index 4ad54a20728..c2348cbcca6 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-1.5.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-1.5.0.rst @@ -87,7 +87,7 @@ nRF9160 * :ref:`nrf_coap_client_sample` sample - Updated the default server URL to ``californium.eclipseprojects.io``. * nRF9160: Simple MQTT sample - Updated the default server URL to ``mqtt.eclipseprojects.io``. * Extracted the certificate, button, and LED handling functionality from :ref:`http_application_update_sample` sample to :file:`samples/nrf9160/http_update/common`, to share them with :ref:`http_modem_delta_update_sample` sample. - * Moved the :ref:`http_application_update_sample` sample from :file:`samples/nrf9160/http_application_update/` to :file:`samples/nrf9160/http_update/application_update`. + * Moved the :ref:`http_application_update_sample` sample from ``samples/nrf9160/http_application_update/`` to ``samples/nrf9160/http_update/application_update``. * :ref:`lib_download_client` library: * Reintroduced the optional TCP timeout (enabled by default) on the TCP socket that is used for the download. diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst index 8e9456f2ad0..0d57fa399b2 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-1.7.0.rst @@ -564,7 +564,7 @@ In addition to documentation related to the changes listed above, the following * Removed the weather station sample page for Matter. The sample has been upgraded to application. - * :ref:`nrf9160_samples`: + * nRF9160 samples: * :ref:`http_full_modem_update_sample` - Updated with the description of its customization options for firmware files. diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-2.2.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-2.2.0.rst index e9b8a1b40c5..f919c18acaf 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-2.2.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-2.2.0.rst @@ -473,7 +473,7 @@ nRF9160 samples It is now handled by the :ref:`lib_nrf_cloud` library. * Renamed the nRF9160: nRF Cloud REST cellular position sample to :ref:`nrf_cloud_rest_cell_pos_sample` sample. - Sample files are moved from :file:`samples/nrf9160/nrf_cloud_rest_cell_pos` to :file:`samples/nrf9160/nrf_cloud_rest_cell_location`. + Sample files are moved from ``samples/nrf9160/nrf_cloud_rest_cell_pos`` to ``samples/nrf9160/nrf_cloud_rest_cell_location``. Trusted Firmware-M (TF-M) samples --------------------------------- diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-2.4.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-2.4.0.rst index ef809a7692a..b4a3ee7f61d 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-2.4.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-2.4.0.rst @@ -956,7 +956,7 @@ Documentation * The :ref:`ug_nrf9160` guide, relevant application and sample documentation with a section about :ref:`external flash `. * The :ref:`nrf_modem_lib_readme` library documentation with a section about :ref:`modem trace flash backend `. * The :ref:`mod_memfault` library documentation has been moved from :ref:`lib_others` to :ref:`lib_debug`. - * The :ref:`mqtt_sample` sample documentation has been moved from :ref:`nrf9160_samples` to :ref:`networking_samples`. + * The :ref:`mqtt_sample` sample documentation has been moved from nRF9160 samples to :ref:`networking_samples`. * The :ref:`ug_thingy53` guide by adding a section on :ref:`building Wi-Fi applications `. * The :ref:`ug_bt_mesh_configuring` page with additional configuration options used to configure the behavior and performance of a Bluetooth mesh network. diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index af1945e261a..9875b65cbfa 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -231,8 +231,10 @@ Cryptography samples * Added the :ref:`crypto_ecjpake` sample demonstrating usage of EC J-PAKE. -nRF9160 samples ---------------- +Cellular samples (renamed from nRF9160 samples) +----------------------------------------------- + +* Renamed nRF9160 samples to cellular samples and are now found in the :file:`samples/cellular` folder. * Added the :ref:`battery` sample to show how to use the :ref:`modem_battery_readme` library. diff --git a/doc/nrf/samples.rst b/doc/nrf/samples.rst index b875231c83f..b3dc692eab6 100644 --- a/doc/nrf/samples.rst +++ b/doc/nrf/samples.rst @@ -25,6 +25,7 @@ General information about samples in the |NCS| :caption: Subpages: samples/bl + samples/cellular samples/crypto samples/debug samples/edge @@ -34,7 +35,6 @@ General information about samples in the |NCS| samples/net samples/nfc samples/nrf5340 - samples/nrf9160 samples/pmic samples/tfm samples/thread diff --git a/doc/nrf/samples/cellular.rst b/doc/nrf/samples/cellular.rst new file mode 100644 index 00000000000..3205b130b8c --- /dev/null +++ b/doc/nrf/samples/cellular.rst @@ -0,0 +1,12 @@ +.. _cellular_samples: + +Cellular samples +################ + +.. toctree:: + :maxdepth: 1 + :caption: Subpages + :glob: + + ../../../samples/cellular/*/README + ../../../samples/cellular/http_update/*/README diff --git a/doc/nrf/samples/nrf9160.rst b/doc/nrf/samples/nrf9160.rst deleted file mode 100644 index 0e31dc1a790..00000000000 --- a/doc/nrf/samples/nrf9160.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. _nrf9160_samples: - -nRF9160 samples -############### - -.. toctree:: - :maxdepth: 1 - :caption: Subpages - :glob: - - ../../../samples/nrf9160/*/README - ../../../samples/nrf9160/http_update/*/README diff --git a/doc/nrf/templates/library_template_README.rst b/doc/nrf/templates/library_template_README.rst index 164b40ed84c..edec6c99fb2 100644 --- a/doc/nrf/templates/library_template_README.rst +++ b/doc/nrf/templates/library_template_README.rst @@ -14,7 +14,7 @@ Template: Library * Give the library a concise name that also corresponds to the folder name. - If the library targets a specific protocol or device, add it in the title before the library name (for example, "NFC:" or "nRF9160:"). + If the library targets a specific protocol or device, add it in the title before the library name (for example, "NFC:"). Do not include the word "library" in the title. Use the provided stock phrases and includes when possible. diff --git a/doc/nrf/templates/sample_README.rst b/doc/nrf/templates/sample_README.rst index 33ae9ce62eb..2a785afb889 100644 --- a/doc/nrf/templates/sample_README.rst +++ b/doc/nrf/templates/sample_README.rst @@ -9,7 +9,7 @@ Template: Sample .. note:: * Give the sample a concise name that corresponds to the folder name. - If the sample targets a specific protocol or device, add it in the title before the sample name (for example, "NFC:" or "nRF9160:"). + If the sample targets a specific protocol or device, add it in the title before the sample name (for example, "NFC:" or "Cellular:"). Do not include the word "sample" in the title. * Put the documentation inside the sample folder and use the file name :file:`README.rst`. * Use the provided stock phrases and includes when possible. diff --git a/samples/nrf9160/at_client/CMakeLists.txt b/samples/cellular/at_client/CMakeLists.txt similarity index 100% rename from samples/nrf9160/at_client/CMakeLists.txt rename to samples/cellular/at_client/CMakeLists.txt diff --git a/samples/nrf9160/at_client/README.rst b/samples/cellular/at_client/README.rst similarity index 97% rename from samples/nrf9160/at_client/README.rst rename to samples/cellular/at_client/README.rst index 9520f91a2ba..506c1ad700a 100644 --- a/samples/nrf9160/at_client/README.rst +++ b/samples/cellular/at_client/README.rst @@ -1,7 +1,7 @@ .. _at_client_sample: -nRF9160: AT Client -################## +Cellular: AT Client +################### .. contents:: :local: @@ -35,7 +35,7 @@ For more information on the AT commands, see the `AT Commands Reference Guide`_. Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/at_client` +.. |sample path| replace:: :file:`samples/cellular/at_client` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/at_client/prj.conf b/samples/cellular/at_client/prj.conf similarity index 100% rename from samples/nrf9160/at_client/prj.conf rename to samples/cellular/at_client/prj.conf diff --git a/samples/nrf9160/at_client/sample.yaml b/samples/cellular/at_client/sample.yaml similarity index 85% rename from samples/nrf9160/at_client/sample.yaml rename to samples/cellular/at_client/sample.yaml index 7eb74c1295f..5856f7d0a0b 100644 --- a/samples/nrf9160/at_client/sample.yaml +++ b/samples/cellular/at_client/sample.yaml @@ -1,7 +1,7 @@ sample: name: at_client Sample tests: - sample.nrf9160.at_client: + sample.cellular.at_client: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/at_client/src/main.c b/samples/cellular/at_client/src/main.c similarity index 100% rename from samples/nrf9160/at_client/src/main.c rename to samples/cellular/at_client/src/main.c diff --git a/samples/nrf9160/at_monitor/CMakeLists.txt b/samples/cellular/at_monitor/CMakeLists.txt similarity index 100% rename from samples/nrf9160/at_monitor/CMakeLists.txt rename to samples/cellular/at_monitor/CMakeLists.txt diff --git a/samples/nrf9160/at_monitor/README.rst b/samples/cellular/at_monitor/README.rst similarity index 96% rename from samples/nrf9160/at_monitor/README.rst rename to samples/cellular/at_monitor/README.rst index 47c8f2ec837..605586738d8 100644 --- a/samples/nrf9160/at_monitor/README.rst +++ b/samples/cellular/at_monitor/README.rst @@ -1,7 +1,7 @@ .. _at_monitor_sample: -nRF9160: AT monitor -################### +Cellular: AT monitor +#################### .. contents:: :local: @@ -33,7 +33,7 @@ Once the device registers with the network, the sample reads the modem PSM mode Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/at_monitor` +.. |sample path| replace:: :file:`samples/cellular/at_monitor` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/at_monitor/prj.conf b/samples/cellular/at_monitor/prj.conf similarity index 100% rename from samples/nrf9160/at_monitor/prj.conf rename to samples/cellular/at_monitor/prj.conf diff --git a/samples/nrf9160/at_monitor/sample.yaml b/samples/cellular/at_monitor/sample.yaml similarity index 85% rename from samples/nrf9160/at_monitor/sample.yaml rename to samples/cellular/at_monitor/sample.yaml index 43a22e6c413..fc4dde109f3 100644 --- a/samples/nrf9160/at_monitor/sample.yaml +++ b/samples/cellular/at_monitor/sample.yaml @@ -1,7 +1,7 @@ sample: name: AT monitor sample tests: - sample.nrf9160.at_monitor: + sample.cellular.at_monitor: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/at_monitor/src/main.c b/samples/cellular/at_monitor/src/main.c similarity index 100% rename from samples/nrf9160/at_monitor/src/main.c rename to samples/cellular/at_monitor/src/main.c diff --git a/samples/nrf9160/aws_iot/CMakeLists.txt b/samples/cellular/aws_iot/CMakeLists.txt similarity index 100% rename from samples/nrf9160/aws_iot/CMakeLists.txt rename to samples/cellular/aws_iot/CMakeLists.txt diff --git a/samples/nrf9160/aws_iot/Kconfig b/samples/cellular/aws_iot/Kconfig similarity index 100% rename from samples/nrf9160/aws_iot/Kconfig rename to samples/cellular/aws_iot/Kconfig diff --git a/samples/nrf9160/aws_iot/README.rst b/samples/cellular/aws_iot/README.rst similarity index 97% rename from samples/nrf9160/aws_iot/README.rst rename to samples/cellular/aws_iot/README.rst index 166e2623b7e..aab123ae5a6 100644 --- a/samples/nrf9160/aws_iot/README.rst +++ b/samples/cellular/aws_iot/README.rst @@ -1,7 +1,7 @@ .. _aws_iot: -nRF9160: AWS IoT -################ +Cellular: AWS IoT +################# .. contents:: :local: @@ -56,7 +56,7 @@ The corresponding options that must be set for each of the aforementioned values * :kconfig:option:`CONFIG_AWS_IOT_SEC_TAG` * :kconfig:option:`CONFIG_AWS_IOT_CLIENT_ID_STATIC` -Set these options in the project configuration file located at :file:`samples/nrf9160/aws_iot/prj.conf`. +Set these options in the project configuration file located at :file:`samples/cellular/aws_iot/prj.conf`. For documentation related to FOTA DFU, see :ref:`lib_aws_fota`. .. _configure_options: @@ -65,7 +65,7 @@ Configuration options ===================== The application-specific configurations used in the sample are listed below. -They are located in :file:`samples/nrf9160/aws_iot/Kconfig`. +They are located in :file:`samples/cellular/aws_iot/Kconfig`. .. _CONFIG_AWS_IOT_SAMPLE_APP_VERSION: @@ -103,7 +103,7 @@ CONFIG_AWS_IOT_SAMPLE_DEVICE_ID_USE_HW_ID Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/aws_iot` +.. |sample path| replace:: :file:`samples/cellular/aws_iot` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/aws_iot/boards/qemu_x86.conf b/samples/cellular/aws_iot/boards/qemu_x86.conf similarity index 100% rename from samples/nrf9160/aws_iot/boards/qemu_x86.conf rename to samples/cellular/aws_iot/boards/qemu_x86.conf diff --git a/samples/nrf9160/aws_iot/certs/ca-cert.pem b/samples/cellular/aws_iot/certs/ca-cert.pem similarity index 100% rename from samples/nrf9160/aws_iot/certs/ca-cert.pem rename to samples/cellular/aws_iot/certs/ca-cert.pem diff --git a/samples/nrf9160/aws_iot/certs/client-cert.pem b/samples/cellular/aws_iot/certs/client-cert.pem similarity index 100% rename from samples/nrf9160/aws_iot/certs/client-cert.pem rename to samples/cellular/aws_iot/certs/client-cert.pem diff --git a/samples/nrf9160/aws_iot/certs/private-key.pem b/samples/cellular/aws_iot/certs/private-key.pem similarity index 100% rename from samples/nrf9160/aws_iot/certs/private-key.pem rename to samples/cellular/aws_iot/certs/private-key.pem diff --git a/samples/nrf9160/aws_iot/prj.conf b/samples/cellular/aws_iot/prj.conf similarity index 100% rename from samples/nrf9160/aws_iot/prj.conf rename to samples/cellular/aws_iot/prj.conf diff --git a/samples/nrf9160/aws_iot/sample.yaml b/samples/cellular/aws_iot/sample.yaml similarity index 89% rename from samples/nrf9160/aws_iot/sample.yaml rename to samples/cellular/aws_iot/sample.yaml index fab25a4965e..556f11f703e 100644 --- a/samples/nrf9160/aws_iot/sample.yaml +++ b/samples/cellular/aws_iot/sample.yaml @@ -1,7 +1,7 @@ sample: name: AWS IoT sample tests: - sample.nrf9160.aws_iot: + sample.cellular.aws_iot: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/aws_iot/src/main.c b/samples/cellular/aws_iot/src/main.c similarity index 100% rename from samples/nrf9160/aws_iot/src/main.c rename to samples/cellular/aws_iot/src/main.c diff --git a/samples/nrf9160/azure_fota/CMakeLists.txt b/samples/cellular/azure_fota/CMakeLists.txt similarity index 100% rename from samples/nrf9160/azure_fota/CMakeLists.txt rename to samples/cellular/azure_fota/CMakeLists.txt diff --git a/samples/nrf9160/azure_fota/Kconfig b/samples/cellular/azure_fota/Kconfig similarity index 100% rename from samples/nrf9160/azure_fota/Kconfig rename to samples/cellular/azure_fota/Kconfig diff --git a/samples/nrf9160/azure_fota/README.rst b/samples/cellular/azure_fota/README.rst similarity index 98% rename from samples/nrf9160/azure_fota/README.rst rename to samples/cellular/azure_fota/README.rst index 0e7a30c8e65..b5dad8d6b7f 100644 --- a/samples/nrf9160/azure_fota/README.rst +++ b/samples/cellular/azure_fota/README.rst @@ -1,7 +1,7 @@ .. _azure_fota_sample: -nRF9160: Azure FOTA -################### +Cellular: Azure FOTA +#################### .. contents:: :local: @@ -77,7 +77,7 @@ Check and configure the following library Kconfig options: Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/azure_fota` +.. |sample path| replace:: :file:`samples/cellular/azure_fota` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/azure_fota/prj.conf b/samples/cellular/azure_fota/prj.conf similarity index 100% rename from samples/nrf9160/azure_fota/prj.conf rename to samples/cellular/azure_fota/prj.conf diff --git a/samples/nrf9160/azure_fota/sample.yaml b/samples/cellular/azure_fota/sample.yaml similarity index 85% rename from samples/nrf9160/azure_fota/sample.yaml rename to samples/cellular/azure_fota/sample.yaml index f1d739722ca..ddb125594cc 100644 --- a/samples/nrf9160/azure_fota/sample.yaml +++ b/samples/cellular/azure_fota/sample.yaml @@ -1,7 +1,7 @@ sample: name: Azure FOTA sample tests: - sample.nrf9160.azure_fota: + sample.cellular.azure_fota: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/azure_fota/src/main.c b/samples/cellular/azure_fota/src/main.c similarity index 100% rename from samples/nrf9160/azure_fota/src/main.c rename to samples/cellular/azure_fota/src/main.c diff --git a/samples/nrf9160/azure_iot_hub/CMakeLists.txt b/samples/cellular/azure_iot_hub/CMakeLists.txt similarity index 100% rename from samples/nrf9160/azure_iot_hub/CMakeLists.txt rename to samples/cellular/azure_iot_hub/CMakeLists.txt diff --git a/samples/nrf9160/azure_iot_hub/Kconfig b/samples/cellular/azure_iot_hub/Kconfig similarity index 100% rename from samples/nrf9160/azure_iot_hub/Kconfig rename to samples/cellular/azure_iot_hub/Kconfig diff --git a/samples/nrf9160/azure_iot_hub/README.rst b/samples/cellular/azure_iot_hub/README.rst similarity index 98% rename from samples/nrf9160/azure_iot_hub/README.rst rename to samples/cellular/azure_iot_hub/README.rst index d6b37b4f734..4c493ebe3c4 100644 --- a/samples/nrf9160/azure_iot_hub/README.rst +++ b/samples/cellular/azure_iot_hub/README.rst @@ -1,7 +1,7 @@ .. _azure_iot_hub: -nRF9160: Azure IoT Hub -###################### +Cellular: Azure IoT Hub +####################### .. contents:: :local: @@ -94,7 +94,7 @@ As an example, the following compiles with DPS for nRF9160DK: Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/azure_iot_hub` +.. |sample path| replace:: :file:`samples/cellular/azure_iot_hub` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/azure_iot_hub/boards/qemu_x86.conf b/samples/cellular/azure_iot_hub/boards/qemu_x86.conf similarity index 100% rename from samples/nrf9160/azure_iot_hub/boards/qemu_x86.conf rename to samples/cellular/azure_iot_hub/boards/qemu_x86.conf diff --git a/samples/nrf9160/azure_iot_hub/certs/ca-cert.pem b/samples/cellular/azure_iot_hub/certs/ca-cert.pem similarity index 100% rename from samples/nrf9160/azure_iot_hub/certs/ca-cert.pem rename to samples/cellular/azure_iot_hub/certs/ca-cert.pem diff --git a/samples/nrf9160/azure_iot_hub/certs/client-cert.pem b/samples/cellular/azure_iot_hub/certs/client-cert.pem similarity index 100% rename from samples/nrf9160/azure_iot_hub/certs/client-cert.pem rename to samples/cellular/azure_iot_hub/certs/client-cert.pem diff --git a/samples/nrf9160/azure_iot_hub/certs/private-key.pem b/samples/cellular/azure_iot_hub/certs/private-key.pem similarity index 100% rename from samples/nrf9160/azure_iot_hub/certs/private-key.pem rename to samples/cellular/azure_iot_hub/certs/private-key.pem diff --git a/samples/nrf9160/azure_iot_hub/overlay-dps.conf b/samples/cellular/azure_iot_hub/overlay-dps.conf similarity index 100% rename from samples/nrf9160/azure_iot_hub/overlay-dps.conf rename to samples/cellular/azure_iot_hub/overlay-dps.conf diff --git a/samples/nrf9160/azure_iot_hub/prj.conf b/samples/cellular/azure_iot_hub/prj.conf similarity index 100% rename from samples/nrf9160/azure_iot_hub/prj.conf rename to samples/cellular/azure_iot_hub/prj.conf diff --git a/samples/nrf9160/azure_iot_hub/sample.yaml b/samples/cellular/azure_iot_hub/sample.yaml similarity index 86% rename from samples/nrf9160/azure_iot_hub/sample.yaml rename to samples/cellular/azure_iot_hub/sample.yaml index fdd80433208..cf38432c873 100644 --- a/samples/nrf9160/azure_iot_hub/sample.yaml +++ b/samples/cellular/azure_iot_hub/sample.yaml @@ -1,13 +1,13 @@ sample: name: Azure IoT Hub sample tests: - sample.nrf9160.azure_iot_hub: + sample.cellular.azure_iot_hub: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.azure_iot_hub.dps: + sample.cellular.azure_iot_hub.dps: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/azure_iot_hub/src/main.c b/samples/cellular/azure_iot_hub/src/main.c similarity index 100% rename from samples/nrf9160/azure_iot_hub/src/main.c rename to samples/cellular/azure_iot_hub/src/main.c diff --git a/samples/nrf9160/battery/CMakeLists.txt b/samples/cellular/battery/CMakeLists.txt similarity index 100% rename from samples/nrf9160/battery/CMakeLists.txt rename to samples/cellular/battery/CMakeLists.txt diff --git a/samples/nrf9160/battery/Kconfig b/samples/cellular/battery/Kconfig similarity index 100% rename from samples/nrf9160/battery/Kconfig rename to samples/cellular/battery/Kconfig diff --git a/samples/nrf9160/battery/README.rst b/samples/cellular/battery/README.rst similarity index 98% rename from samples/nrf9160/battery/README.rst rename to samples/cellular/battery/README.rst index 69f51c17f9f..f5b17555695 100644 --- a/samples/nrf9160/battery/README.rst +++ b/samples/cellular/battery/README.rst @@ -1,7 +1,7 @@ .. _battery: -nRF9160: Battery -################ +Cellular: Battery +################# .. contents:: :local: @@ -72,7 +72,7 @@ CONFIG_POFWARN_REFRESH_INTERVAL_SEC Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/battery` +.. |sample path| replace:: :file:`samples/cellular/battery` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/battery/prj.conf b/samples/cellular/battery/prj.conf similarity index 100% rename from samples/nrf9160/battery/prj.conf rename to samples/cellular/battery/prj.conf diff --git a/samples/nrf9160/battery/sample.yaml b/samples/cellular/battery/sample.yaml similarity index 100% rename from samples/nrf9160/battery/sample.yaml rename to samples/cellular/battery/sample.yaml diff --git a/samples/nrf9160/battery/src/main.c b/samples/cellular/battery/src/main.c similarity index 100% rename from samples/nrf9160/battery/src/main.c rename to samples/cellular/battery/src/main.c diff --git a/samples/nrf9160/ciphersuites/CMakeLists.txt b/samples/cellular/ciphersuites/CMakeLists.txt similarity index 100% rename from samples/nrf9160/ciphersuites/CMakeLists.txt rename to samples/cellular/ciphersuites/CMakeLists.txt diff --git a/samples/nrf9160/ciphersuites/Kconfig b/samples/cellular/ciphersuites/Kconfig similarity index 100% rename from samples/nrf9160/ciphersuites/Kconfig rename to samples/cellular/ciphersuites/Kconfig diff --git a/samples/nrf9160/ciphersuites/README.rst b/samples/cellular/ciphersuites/README.rst similarity index 96% rename from samples/nrf9160/ciphersuites/README.rst rename to samples/cellular/ciphersuites/README.rst index 574da92b4f0..dcd3e4d22f3 100644 --- a/samples/nrf9160/ciphersuites/README.rst +++ b/samples/cellular/ciphersuites/README.rst @@ -1,7 +1,7 @@ .. _ciphersuites: -nRF9160: TLS cipher suites -########################## +Cellular: TLS cipher suites +########################### .. contents:: :local: @@ -35,7 +35,7 @@ Obtaining a certificate ======================= The sample connects to ``www.example.com``, which requires an X.509 certificate. -This certificate is provided in the :file:`samples/nrf9160/https_client/cert` folder. +This certificate is provided in the :file:`samples/cellular/https_client/cert` folder. To connect to other servers, you might need to provision a different certificate. See :ref:`cert_dwload` for more information. @@ -62,7 +62,7 @@ CONFIG_EXTENDED_CIPHERSUITE_LIST Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/ciphersuites` +.. |sample path| replace:: :file:`samples/cellular/ciphersuites` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/ciphersuites/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/ciphersuites/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/ciphersuites/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/ciphersuites/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/ciphersuites/cert/DigiCertGlobalRootCA.pem b/samples/cellular/ciphersuites/cert/DigiCertGlobalRootCA.pem similarity index 100% rename from samples/nrf9160/ciphersuites/cert/DigiCertGlobalRootCA.pem rename to samples/cellular/ciphersuites/cert/DigiCertGlobalRootCA.pem diff --git a/samples/nrf9160/ciphersuites/child_image/mcuboot.conf b/samples/cellular/ciphersuites/child_image/mcuboot.conf similarity index 100% rename from samples/nrf9160/ciphersuites/child_image/mcuboot.conf rename to samples/cellular/ciphersuites/child_image/mcuboot.conf diff --git a/samples/nrf9160/ciphersuites/prj.conf b/samples/cellular/ciphersuites/prj.conf similarity index 100% rename from samples/nrf9160/ciphersuites/prj.conf rename to samples/cellular/ciphersuites/prj.conf diff --git a/samples/nrf9160/ciphersuites/sample.yaml b/samples/cellular/ciphersuites/sample.yaml similarity index 85% rename from samples/nrf9160/ciphersuites/sample.yaml rename to samples/cellular/ciphersuites/sample.yaml index be8d1240cdf..7124769e7f6 100644 --- a/samples/nrf9160/ciphersuites/sample.yaml +++ b/samples/cellular/ciphersuites/sample.yaml @@ -1,7 +1,7 @@ sample: name: TLS Ciphersuites sample tests: - sample.nrf9160.ciphersuites: + sample.cellular.ciphersuites: build_only: true platform_allow: nrf9160dk_nrf9160_ns integration_platforms: diff --git a/samples/nrf9160/ciphersuites/src/main.c b/samples/cellular/ciphersuites/src/main.c similarity index 100% rename from samples/nrf9160/ciphersuites/src/main.c rename to samples/cellular/ciphersuites/src/main.c diff --git a/samples/nrf9160/coap_client/CMakeLists.txt b/samples/cellular/coap_client/CMakeLists.txt similarity index 100% rename from samples/nrf9160/coap_client/CMakeLists.txt rename to samples/cellular/coap_client/CMakeLists.txt diff --git a/samples/nrf9160/coap_client/Kconfig b/samples/cellular/coap_client/Kconfig similarity index 100% rename from samples/nrf9160/coap_client/Kconfig rename to samples/cellular/coap_client/Kconfig diff --git a/samples/nrf9160/coap_client/README.rst b/samples/cellular/coap_client/README.rst similarity index 97% rename from samples/nrf9160/coap_client/README.rst rename to samples/cellular/coap_client/README.rst index a4242ba02bc..7f5d3975ca2 100644 --- a/samples/nrf9160/coap_client/README.rst +++ b/samples/cellular/coap_client/README.rst @@ -1,7 +1,7 @@ .. _nrf_coap_client_sample: -nRF9160: nRF CoAP Client -######################## +Cellular: nRF CoAP Client +######################### .. contents:: :local: @@ -70,7 +70,7 @@ CONFIG_COAP_SERVER_PORT - CoAP server port Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/coap_client` +.. |sample path| replace:: :file:`samples/cellular/coap_client` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/coap_client/boards/qemu_x86.conf b/samples/cellular/coap_client/boards/qemu_x86.conf similarity index 100% rename from samples/nrf9160/coap_client/boards/qemu_x86.conf rename to samples/cellular/coap_client/boards/qemu_x86.conf diff --git a/samples/nrf9160/coap_client/prj.conf b/samples/cellular/coap_client/prj.conf similarity index 100% rename from samples/nrf9160/coap_client/prj.conf rename to samples/cellular/coap_client/prj.conf diff --git a/samples/nrf9160/coap_client/sample.yaml b/samples/cellular/coap_client/sample.yaml similarity index 85% rename from samples/nrf9160/coap_client/sample.yaml rename to samples/cellular/coap_client/sample.yaml index e452a443745..cc3700c9cec 100644 --- a/samples/nrf9160/coap_client/sample.yaml +++ b/samples/cellular/coap_client/sample.yaml @@ -1,7 +1,7 @@ sample: name: nRF CoAP client sample tests: - sample.nrf9160.coap_client: + sample.cellular.coap_client: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/coap_client/src/main.c b/samples/cellular/coap_client/src/main.c similarity index 100% rename from samples/nrf9160/coap_client/src/main.c rename to samples/cellular/coap_client/src/main.c diff --git a/samples/nrf9160/download/CMakeLists.txt b/samples/cellular/download/CMakeLists.txt similarity index 100% rename from samples/nrf9160/download/CMakeLists.txt rename to samples/cellular/download/CMakeLists.txt diff --git a/samples/nrf9160/download/Kconfig b/samples/cellular/download/Kconfig similarity index 100% rename from samples/nrf9160/download/Kconfig rename to samples/cellular/download/Kconfig diff --git a/samples/nrf9160/download/README.rst b/samples/cellular/download/README.rst similarity index 96% rename from samples/nrf9160/download/README.rst rename to samples/cellular/download/README.rst index 5e71126e29f..57f04bd0b36 100644 --- a/samples/nrf9160/download/README.rst +++ b/samples/cellular/download/README.rst @@ -1,7 +1,7 @@ .. _download_sample: -nRF9160: Download client -######################## +Cellular: Download client +######################### .. contents:: :local: @@ -42,7 +42,7 @@ To enable CoAP block-wise transfer, it is necessary to enable :ref:`Zephyr's CoA Using TLS and DTLS ================== -When the :ref:`CONFIG_SAMPLE_SECURE_SOCKET ` option is set, the sample provisions the certificate found in the :file:`samples/nrf9160/download/cert` folder. +When the :ref:`CONFIG_SAMPLE_SECURE_SOCKET ` option is set, the sample provisions the certificate found in the :file:`samples/cellular/download/cert` folder. The certificate file name is indicated by the :ref:`CONFIG_SAMPLE_CERT_FILE ` option. This certificate will work for the default test files. If you are using a custom download test file, you must provision the correct certificate for the servers from which the certificates will be downloaded. @@ -97,7 +97,7 @@ CONFIG_SAMPLE_SHA256_HASH - Hash configuration Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/download` +.. |sample path| replace:: :file:`samples/cellular/download` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/download/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/download/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/download/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/download/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/download/cert/file-example.pem b/samples/cellular/download/cert/file-example.pem similarity index 100% rename from samples/nrf9160/download/cert/file-example.pem rename to samples/cellular/download/cert/file-example.pem diff --git a/samples/nrf9160/download/overlay-tfm.conf b/samples/cellular/download/overlay-tfm.conf similarity index 100% rename from samples/nrf9160/download/overlay-tfm.conf rename to samples/cellular/download/overlay-tfm.conf diff --git a/samples/nrf9160/download/prj.conf b/samples/cellular/download/prj.conf similarity index 100% rename from samples/nrf9160/download/prj.conf rename to samples/cellular/download/prj.conf diff --git a/samples/nrf9160/download/sample.yaml b/samples/cellular/download/sample.yaml similarity index 88% rename from samples/nrf9160/download/sample.yaml rename to samples/cellular/download/sample.yaml index 25267558546..8bcc903363b 100644 --- a/samples/nrf9160/download/sample.yaml +++ b/samples/cellular/download/sample.yaml @@ -1,14 +1,14 @@ sample: name: Download sample tests: - sample.nrf9160.download.tfm: + sample.cellular.download.tfm: build_only: true extra_args: OVERLAY_CONFIG="overlay-tfm.conf" integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.download_client: + sample.cellular.download_client: build_only: true extra_configs: - CONFIG_SHELL=y diff --git a/samples/nrf9160/download/src/main.c b/samples/cellular/download/src/main.c similarity index 100% rename from samples/nrf9160/download/src/main.c rename to samples/cellular/download/src/main.c diff --git a/samples/nrf9160/fmfu_smp_svr/CMakeLists.txt b/samples/cellular/fmfu_smp_svr/CMakeLists.txt similarity index 100% rename from samples/nrf9160/fmfu_smp_svr/CMakeLists.txt rename to samples/cellular/fmfu_smp_svr/CMakeLists.txt diff --git a/samples/nrf9160/fmfu_smp_svr/README.rst b/samples/cellular/fmfu_smp_svr/README.rst similarity index 95% rename from samples/nrf9160/fmfu_smp_svr/README.rst rename to samples/cellular/fmfu_smp_svr/README.rst index f63858bc927..6fe75509f7c 100644 --- a/samples/nrf9160/fmfu_smp_svr/README.rst +++ b/samples/cellular/fmfu_smp_svr/README.rst @@ -1,7 +1,7 @@ .. _fmfu_smp_svr_sample: -nRF9160: Full modem firmware update using SMP Server -#################################################### +Cellular: Full modem firmware update using SMP Server +##################################################### .. contents:: :local: @@ -45,7 +45,7 @@ See :ref:`lib_fmfu_mgmt` for more details. Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/fmfu_smp_svr` +.. |sample path| replace:: :file:`samples/cellular/fmfu_smp_svr` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/fmfu_smp_svr/prj.conf b/samples/cellular/fmfu_smp_svr/prj.conf similarity index 100% rename from samples/nrf9160/fmfu_smp_svr/prj.conf rename to samples/cellular/fmfu_smp_svr/prj.conf diff --git a/samples/nrf9160/fmfu_smp_svr/sample.yaml b/samples/cellular/fmfu_smp_svr/sample.yaml similarity index 89% rename from samples/nrf9160/fmfu_smp_svr/sample.yaml rename to samples/cellular/fmfu_smp_svr/sample.yaml index 9afd60b4423..4f0cd649f1e 100644 --- a/samples/nrf9160/fmfu_smp_svr/sample.yaml +++ b/samples/cellular/fmfu_smp_svr/sample.yaml @@ -2,7 +2,7 @@ sample: description: Full modem firmware update Simple Management Protocol sample name: Full modem serial update sample tests: - sample.nrf9160.fmfu_smp_svr: + sample.cellular.fmfu_smp_svr: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/fmfu_smp_svr/src/main.c b/samples/cellular/fmfu_smp_svr/src/main.c similarity index 100% rename from samples/nrf9160/fmfu_smp_svr/src/main.c rename to samples/cellular/fmfu_smp_svr/src/main.c diff --git a/samples/nrf9160/fmfu_smp_svr/uart.overlay b/samples/cellular/fmfu_smp_svr/uart.overlay similarity index 100% rename from samples/nrf9160/fmfu_smp_svr/uart.overlay rename to samples/cellular/fmfu_smp_svr/uart.overlay diff --git a/samples/nrf9160/fmfu_smp_svr/update_modem.py b/samples/cellular/fmfu_smp_svr/update_modem.py similarity index 100% rename from samples/nrf9160/fmfu_smp_svr/update_modem.py rename to samples/cellular/fmfu_smp_svr/update_modem.py diff --git a/samples/nrf9160/gnss/CMakeLists.txt b/samples/cellular/gnss/CMakeLists.txt similarity index 100% rename from samples/nrf9160/gnss/CMakeLists.txt rename to samples/cellular/gnss/CMakeLists.txt diff --git a/samples/nrf9160/gnss/Kconfig b/samples/cellular/gnss/Kconfig similarity index 100% rename from samples/nrf9160/gnss/Kconfig rename to samples/cellular/gnss/Kconfig diff --git a/samples/nrf9160/gnss/README.rst b/samples/cellular/gnss/README.rst similarity index 99% rename from samples/nrf9160/gnss/README.rst rename to samples/cellular/gnss/README.rst index e45499affc7..70ff60ef55e 100644 --- a/samples/nrf9160/gnss/README.rst +++ b/samples/cellular/gnss/README.rst @@ -2,8 +2,8 @@ .. _agps_sample: .. _gnss_sample: -nRF9160: GNSS -############# +Cellular: GNSS +############## .. contents:: :local: @@ -167,7 +167,7 @@ Check and configure the following library option that is used by the sample: Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/gnss` +.. |sample path| replace:: :file:`samples/cellular/gnss` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/gnss/overlay-pgps.conf b/samples/cellular/gnss/overlay-pgps.conf similarity index 100% rename from samples/nrf9160/gnss/overlay-pgps.conf rename to samples/cellular/gnss/overlay-pgps.conf diff --git a/samples/nrf9160/gnss/prj.conf b/samples/cellular/gnss/prj.conf similarity index 100% rename from samples/nrf9160/gnss/prj.conf rename to samples/cellular/gnss/prj.conf diff --git a/samples/nrf9160/gnss/sample.yaml b/samples/cellular/gnss/sample.yaml similarity index 87% rename from samples/nrf9160/gnss/sample.yaml rename to samples/cellular/gnss/sample.yaml index a60020240e9..9cf609b3879 100644 --- a/samples/nrf9160/gnss/sample.yaml +++ b/samples/cellular/gnss/sample.yaml @@ -1,7 +1,7 @@ sample: name: GNSS sample tests: - sample.nrf9160.gnss: + sample.cellular.gnss: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/gnss/scripts/factory_almanac_to_string.py b/samples/cellular/gnss/scripts/factory_almanac_to_string.py similarity index 100% rename from samples/nrf9160/gnss/scripts/factory_almanac_to_string.py rename to samples/cellular/gnss/scripts/factory_almanac_to_string.py diff --git a/samples/nrf9160/gnss/src/assistance.c b/samples/cellular/gnss/src/assistance.c similarity index 100% rename from samples/nrf9160/gnss/src/assistance.c rename to samples/cellular/gnss/src/assistance.c diff --git a/samples/nrf9160/gnss/src/assistance.h b/samples/cellular/gnss/src/assistance.h similarity index 100% rename from samples/nrf9160/gnss/src/assistance.h rename to samples/cellular/gnss/src/assistance.h diff --git a/samples/nrf9160/gnss/src/assistance_minimal.c b/samples/cellular/gnss/src/assistance_minimal.c similarity index 100% rename from samples/nrf9160/gnss/src/assistance_minimal.c rename to samples/cellular/gnss/src/assistance_minimal.c diff --git a/samples/nrf9160/gnss/src/assistance_supl.c b/samples/cellular/gnss/src/assistance_supl.c similarity index 100% rename from samples/nrf9160/gnss/src/assistance_supl.c rename to samples/cellular/gnss/src/assistance_supl.c diff --git a/samples/nrf9160/gnss/src/factory_almanac.h b/samples/cellular/gnss/src/factory_almanac.h similarity index 100% rename from samples/nrf9160/gnss/src/factory_almanac.h rename to samples/cellular/gnss/src/factory_almanac.h diff --git a/samples/nrf9160/gnss/src/main.c b/samples/cellular/gnss/src/main.c similarity index 100% rename from samples/nrf9160/gnss/src/main.c rename to samples/cellular/gnss/src/main.c diff --git a/samples/nrf9160/gnss/src/mcc_location_table.c b/samples/cellular/gnss/src/mcc_location_table.c similarity index 100% rename from samples/nrf9160/gnss/src/mcc_location_table.c rename to samples/cellular/gnss/src/mcc_location_table.c diff --git a/samples/nrf9160/gnss/src/mcc_location_table.h b/samples/cellular/gnss/src/mcc_location_table.h similarity index 100% rename from samples/nrf9160/gnss/src/mcc_location_table.h rename to samples/cellular/gnss/src/mcc_location_table.h diff --git a/samples/nrf9160/http_update/application_update/CMakeLists.txt b/samples/cellular/http_update/application_update/CMakeLists.txt similarity index 100% rename from samples/nrf9160/http_update/application_update/CMakeLists.txt rename to samples/cellular/http_update/application_update/CMakeLists.txt diff --git a/samples/nrf9160/http_update/application_update/Kconfig b/samples/cellular/http_update/application_update/Kconfig similarity index 100% rename from samples/nrf9160/http_update/application_update/Kconfig rename to samples/cellular/http_update/application_update/Kconfig diff --git a/samples/nrf9160/http_update/application_update/README.rst b/samples/cellular/http_update/application_update/README.rst similarity index 97% rename from samples/nrf9160/http_update/application_update/README.rst rename to samples/cellular/http_update/application_update/README.rst index 98803d35f19..56c2f2de2e4 100644 --- a/samples/nrf9160/http_update/application_update/README.rst +++ b/samples/cellular/http_update/application_update/README.rst @@ -1,7 +1,7 @@ .. _http_application_update_sample: -nRF9160: HTTP application update -################################ +Cellular: HTTP application update +################################# .. contents:: :local: @@ -69,7 +69,7 @@ CONFIG_DOWNLOAD_FILE_V2 Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/http_update/application_update` +.. |sample path| replace:: :file:`samples/cellular/http_update/application_update` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/http_update/application_update/overlay-carrier.conf b/samples/cellular/http_update/application_update/overlay-carrier.conf similarity index 100% rename from samples/nrf9160/http_update/application_update/overlay-carrier.conf rename to samples/cellular/http_update/application_update/overlay-carrier.conf diff --git a/samples/nrf9160/http_update/application_update/prj.conf b/samples/cellular/http_update/application_update/prj.conf similarity index 100% rename from samples/nrf9160/http_update/application_update/prj.conf rename to samples/cellular/http_update/application_update/prj.conf diff --git a/samples/nrf9160/http_update/application_update/sample.yaml b/samples/cellular/http_update/application_update/sample.yaml similarity index 76% rename from samples/nrf9160/http_update/application_update/sample.yaml rename to samples/cellular/http_update/application_update/sample.yaml index 4a594e59502..26d5d798a0b 100644 --- a/samples/nrf9160/http_update/application_update/sample.yaml +++ b/samples/cellular/http_update/application_update/sample.yaml @@ -1,13 +1,13 @@ sample: name: HTTP application update sample tests: - sample.nrf9160.http_update.application_update: + sample.cellular.http_update.application_update: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.http_update.application_update.lwm2m_carrier: + sample.cellular.http_update.application_update.lwm2m_carrier: build_only: true extra_args: OVERLAY_CONFIG=overlay-carrier.conf platform_allow: nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/http_update/application_update/src/main.c b/samples/cellular/http_update/application_update/src/main.c similarity index 100% rename from samples/nrf9160/http_update/application_update/src/main.c rename to samples/cellular/http_update/application_update/src/main.c diff --git a/samples/nrf9160/http_update/common/cert/AmazonRootCA1 b/samples/cellular/http_update/common/cert/AmazonRootCA1 similarity index 100% rename from samples/nrf9160/http_update/common/cert/AmazonRootCA1 rename to samples/cellular/http_update/common/cert/AmazonRootCA1 diff --git a/samples/nrf9160/http_update/common/include/update.h b/samples/cellular/http_update/common/include/update.h similarity index 100% rename from samples/nrf9160/http_update/common/include/update.h rename to samples/cellular/http_update/common/include/update.h diff --git a/samples/nrf9160/http_update/common/src/update.c b/samples/cellular/http_update/common/src/update.c similarity index 100% rename from samples/nrf9160/http_update/common/src/update.c rename to samples/cellular/http_update/common/src/update.c diff --git a/samples/nrf9160/http_update/full_modem_update/CMakeLists.txt b/samples/cellular/http_update/full_modem_update/CMakeLists.txt similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/CMakeLists.txt rename to samples/cellular/http_update/full_modem_update/CMakeLists.txt diff --git a/samples/nrf9160/http_update/full_modem_update/Kconfig b/samples/cellular/http_update/full_modem_update/Kconfig similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/Kconfig rename to samples/cellular/http_update/full_modem_update/Kconfig diff --git a/samples/nrf9160/http_update/full_modem_update/README.rst b/samples/cellular/http_update/full_modem_update/README.rst similarity index 95% rename from samples/nrf9160/http_update/full_modem_update/README.rst rename to samples/cellular/http_update/full_modem_update/README.rst index 3c9a68f11ce..282eb50ecfa 100644 --- a/samples/nrf9160/http_update/full_modem_update/README.rst +++ b/samples/cellular/http_update/full_modem_update/README.rst @@ -1,7 +1,7 @@ .. _http_full_modem_update_sample: -nRF9160: HTTP full modem update -############################### +Cellular: HTTP full modem update +################################ .. contents:: :local: @@ -78,7 +78,7 @@ CONFIG_DOWNLOAD_MODEM_1_FILE Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/http_update/full_modem_update` +.. |sample path| replace:: :file:`samples/cellular/http_update/full_modem_update` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.conf b/samples/cellular/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.conf rename to samples/cellular/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.conf diff --git a/samples/nrf9160/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/http_update/full_modem_update/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/http_update/full_modem_update/prj.conf b/samples/cellular/http_update/full_modem_update/prj.conf similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/prj.conf rename to samples/cellular/http_update/full_modem_update/prj.conf diff --git a/samples/nrf9160/http_update/full_modem_update/sample.yaml b/samples/cellular/http_update/full_modem_update/sample.yaml similarity index 79% rename from samples/nrf9160/http_update/full_modem_update/sample.yaml rename to samples/cellular/http_update/full_modem_update/sample.yaml index d95953a5a80..797a28411a8 100644 --- a/samples/nrf9160/http_update/full_modem_update/sample.yaml +++ b/samples/cellular/http_update/full_modem_update/sample.yaml @@ -1,7 +1,7 @@ sample: name: HTTP full modem update sample tests: - sample.nrf9160.http_update.full_modem_update: + sample.cellular.http_update.full_modem_update: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/http_update/full_modem_update/src/main.c b/samples/cellular/http_update/full_modem_update/src/main.c similarity index 100% rename from samples/nrf9160/http_update/full_modem_update/src/main.c rename to samples/cellular/http_update/full_modem_update/src/main.c diff --git a/samples/nrf9160/http_update/modem_delta_update/CMakeLists.txt b/samples/cellular/http_update/modem_delta_update/CMakeLists.txt similarity index 100% rename from samples/nrf9160/http_update/modem_delta_update/CMakeLists.txt rename to samples/cellular/http_update/modem_delta_update/CMakeLists.txt diff --git a/samples/nrf9160/http_update/modem_delta_update/Kconfig b/samples/cellular/http_update/modem_delta_update/Kconfig similarity index 100% rename from samples/nrf9160/http_update/modem_delta_update/Kconfig rename to samples/cellular/http_update/modem_delta_update/Kconfig diff --git a/samples/nrf9160/http_update/modem_delta_update/README.rst b/samples/cellular/http_update/modem_delta_update/README.rst similarity index 93% rename from samples/nrf9160/http_update/modem_delta_update/README.rst rename to samples/cellular/http_update/modem_delta_update/README.rst index 3260e45672a..984436ae249 100644 --- a/samples/nrf9160/http_update/modem_delta_update/README.rst +++ b/samples/cellular/http_update/modem_delta_update/README.rst @@ -1,7 +1,7 @@ .. _http_modem_delta_update_sample: -nRF9160: HTTP modem delta update -################################ +Cellular: HTTP modem delta update +################################# .. contents:: :local: @@ -35,7 +35,7 @@ The sample automatically downloads the correct delta image to go from the base v Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/http_update/modem_delta_update` +.. |sample path| replace:: :file:`samples/cellular/http_update/modem_delta_update` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/http_update/modem_delta_update/prj.conf b/samples/cellular/http_update/modem_delta_update/prj.conf similarity index 100% rename from samples/nrf9160/http_update/modem_delta_update/prj.conf rename to samples/cellular/http_update/modem_delta_update/prj.conf diff --git a/samples/nrf9160/http_update/modem_delta_update/sample.yaml b/samples/cellular/http_update/modem_delta_update/sample.yaml similarity index 79% rename from samples/nrf9160/http_update/modem_delta_update/sample.yaml rename to samples/cellular/http_update/modem_delta_update/sample.yaml index a4826d06aa0..86aa23af81f 100644 --- a/samples/nrf9160/http_update/modem_delta_update/sample.yaml +++ b/samples/cellular/http_update/modem_delta_update/sample.yaml @@ -1,7 +1,7 @@ sample: name: HTTP modem delta update sample tests: - sample.nrf9160.http_update.modem_delta_update: + sample.cellular.http_update.modem_delta_update: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/http_update/modem_delta_update/src/main.c b/samples/cellular/http_update/modem_delta_update/src/main.c similarity index 100% rename from samples/nrf9160/http_update/modem_delta_update/src/main.c rename to samples/cellular/http_update/modem_delta_update/src/main.c diff --git a/samples/nrf9160/https_client/CMakeLists.txt b/samples/cellular/https_client/CMakeLists.txt similarity index 100% rename from samples/nrf9160/https_client/CMakeLists.txt rename to samples/cellular/https_client/CMakeLists.txt diff --git a/samples/nrf9160/https_client/Kconfig b/samples/cellular/https_client/Kconfig similarity index 100% rename from samples/nrf9160/https_client/Kconfig rename to samples/cellular/https_client/Kconfig diff --git a/samples/nrf9160/https_client/README.rst b/samples/cellular/https_client/README.rst similarity index 96% rename from samples/nrf9160/https_client/README.rst rename to samples/cellular/https_client/README.rst index 7ce62345038..35d6c31b8de 100644 --- a/samples/nrf9160/https_client/README.rst +++ b/samples/cellular/https_client/README.rst @@ -1,7 +1,7 @@ .. _https_client: -nRF9160: HTTPS Client -##################### +Cellular: HTTPS Client +###################### .. contents:: :local: @@ -33,7 +33,7 @@ Obtaining a certificate ======================= The sample connects to ``www.example.com``, which requires an X.509 certificate. -This certificate is provided in the :file:`samples/nrf9160/https_client/cert` folder. +This certificate is provided in the :file:`samples/cellular/https_client/cert` folder. To connect to other servers, you might need to provision a different certificate. See :ref:`cert_dwload` for more information. @@ -55,7 +55,7 @@ When using TF-M and Mbed TLS with PSA crypto, all the crypto operations are run Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/https_client` +.. |sample path| replace:: :file:`samples/cellular/https_client` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/https_client/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/https_client/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/https_client/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/https_client/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/https_client/boards/nrf9161dk_nrf9161_ns.overlay b/samples/cellular/https_client/boards/nrf9161dk_nrf9161_ns.overlay similarity index 100% rename from samples/nrf9160/https_client/boards/nrf9161dk_nrf9161_ns.overlay rename to samples/cellular/https_client/boards/nrf9161dk_nrf9161_ns.overlay diff --git a/samples/nrf9160/https_client/cert/DigiCertGlobalRootCA.pem b/samples/cellular/https_client/cert/DigiCertGlobalRootCA.pem similarity index 100% rename from samples/nrf9160/https_client/cert/DigiCertGlobalRootCA.pem rename to samples/cellular/https_client/cert/DigiCertGlobalRootCA.pem diff --git a/samples/nrf9160/https_client/child_image/mcuboot.conf b/samples/cellular/https_client/child_image/mcuboot.conf similarity index 100% rename from samples/nrf9160/https_client/child_image/mcuboot.conf rename to samples/cellular/https_client/child_image/mcuboot.conf diff --git a/samples/nrf9160/https_client/overlay-pdn_ipv4.conf b/samples/cellular/https_client/overlay-pdn_ipv4.conf similarity index 100% rename from samples/nrf9160/https_client/overlay-pdn_ipv4.conf rename to samples/cellular/https_client/overlay-pdn_ipv4.conf diff --git a/samples/nrf9160/https_client/overlay-tfm_mbedtls.conf b/samples/cellular/https_client/overlay-tfm_mbedtls.conf similarity index 100% rename from samples/nrf9160/https_client/overlay-tfm_mbedtls.conf rename to samples/cellular/https_client/overlay-tfm_mbedtls.conf diff --git a/samples/nrf9160/https_client/prj.conf b/samples/cellular/https_client/prj.conf similarity index 100% rename from samples/nrf9160/https_client/prj.conf rename to samples/cellular/https_client/prj.conf diff --git a/samples/nrf9160/https_client/sample.yaml b/samples/cellular/https_client/sample.yaml similarity index 87% rename from samples/nrf9160/https_client/sample.yaml rename to samples/cellular/https_client/sample.yaml index 7782e61a12a..9c8ea45afd0 100644 --- a/samples/nrf9160/https_client/sample.yaml +++ b/samples/cellular/https_client/sample.yaml @@ -1,7 +1,7 @@ sample: name: HTTPS client sample tests: - sample.nrf9160.https_client: + sample.cellular.https_client: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/https_client/src/main.c b/samples/cellular/https_client/src/main.c similarity index 100% rename from samples/nrf9160/https_client/src/main.c rename to samples/cellular/https_client/src/main.c diff --git a/samples/nrf9160/location/CMakeLists.txt b/samples/cellular/location/CMakeLists.txt similarity index 100% rename from samples/nrf9160/location/CMakeLists.txt rename to samples/cellular/location/CMakeLists.txt diff --git a/samples/nrf9160/location/Kconfig b/samples/cellular/location/Kconfig similarity index 100% rename from samples/nrf9160/location/Kconfig rename to samples/cellular/location/Kconfig diff --git a/samples/nrf9160/location/README.rst b/samples/cellular/location/README.rst similarity index 98% rename from samples/nrf9160/location/README.rst rename to samples/cellular/location/README.rst index 3805c945945..7c761a869f3 100644 --- a/samples/nrf9160/location/README.rst +++ b/samples/cellular/location/README.rst @@ -1,7 +1,7 @@ .. _location_sample: -nRF9160: Location -################# +Cellular: Location +################## .. contents:: :local: @@ -66,7 +66,7 @@ The following files are available: Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/location` +.. |sample path| replace:: :file:`samples/cellular/location` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/location/esp_8266_nrf9160ns.overlay b/samples/cellular/location/esp_8266_nrf9160ns.overlay similarity index 100% rename from samples/nrf9160/location/esp_8266_nrf9160ns.overlay rename to samples/cellular/location/esp_8266_nrf9160ns.overlay diff --git a/samples/nrf9160/location/nrf9160dk_with_nrf7002ek.overlay b/samples/cellular/location/nrf9160dk_with_nrf7002ek.overlay similarity index 100% rename from samples/nrf9160/location/nrf9160dk_with_nrf7002ek.overlay rename to samples/cellular/location/nrf9160dk_with_nrf7002ek.overlay diff --git a/samples/nrf9160/location/overlay-esp-wifi.conf b/samples/cellular/location/overlay-esp-wifi.conf similarity index 100% rename from samples/nrf9160/location/overlay-esp-wifi.conf rename to samples/cellular/location/overlay-esp-wifi.conf diff --git a/samples/nrf9160/location/overlay-nrf7002ek-wifi-scan-only.conf b/samples/cellular/location/overlay-nrf7002ek-wifi-scan-only.conf similarity index 100% rename from samples/nrf9160/location/overlay-nrf7002ek-wifi-scan-only.conf rename to samples/cellular/location/overlay-nrf7002ek-wifi-scan-only.conf diff --git a/samples/nrf9160/location/overlay-pgps.conf b/samples/cellular/location/overlay-pgps.conf similarity index 100% rename from samples/nrf9160/location/overlay-pgps.conf rename to samples/cellular/location/overlay-pgps.conf diff --git a/samples/nrf9160/location/prj.conf b/samples/cellular/location/prj.conf similarity index 100% rename from samples/nrf9160/location/prj.conf rename to samples/cellular/location/prj.conf diff --git a/samples/nrf9160/location/sample.yaml b/samples/cellular/location/sample.yaml similarity index 86% rename from samples/nrf9160/location/sample.yaml rename to samples/cellular/location/sample.yaml index 34c8feb1d52..eab261a75c8 100644 --- a/samples/nrf9160/location/sample.yaml +++ b/samples/cellular/location/sample.yaml @@ -1,13 +1,13 @@ sample: name: location Sample tests: - sample.nrf9160.location: + sample.cellular.location: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.location.esp_wifi: + sample.cellular.location.esp_wifi: build_only: true extra_args: > OVERLAY_CONFIG=overlay-esp-wifi.conf DTC_OVERLAY_FILE="esp_8266_nrf9160ns.overlay" @@ -15,14 +15,14 @@ tests: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.location.pgps: + sample.cellular.location.pgps: build_only: true extra_args: OVERLAY_CONFIG=overlay-pgps.conf integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.location.nrf7002ek_wifi: + sample.cellular.location.nrf7002ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -30,7 +30,7 @@ tests: extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.location.nrf7000ek_wifi: + sample.cellular.location.nrf7000ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -38,7 +38,7 @@ tests: extra_args: SHIELD=nrf7002ek_nrf7000 OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" CONFIG_WPA_SUPP=n tags: ci_build - sample.nrf9160.location.nrf7001ek_wifi: + sample.cellular.location.nrf7001ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/location/src/main.c b/samples/cellular/location/src/main.c similarity index 100% rename from samples/nrf9160/location/src/main.c rename to samples/cellular/location/src/main.c diff --git a/samples/nrf9160/lte_ble_gateway/CMakeLists.txt b/samples/cellular/lte_ble_gateway/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lte_ble_gateway/CMakeLists.txt rename to samples/cellular/lte_ble_gateway/CMakeLists.txt diff --git a/samples/nrf9160/lte_ble_gateway/Kconfig b/samples/cellular/lte_ble_gateway/Kconfig similarity index 100% rename from samples/nrf9160/lte_ble_gateway/Kconfig rename to samples/cellular/lte_ble_gateway/Kconfig diff --git a/samples/nrf9160/lte_ble_gateway/README.rst b/samples/cellular/lte_ble_gateway/README.rst similarity index 98% rename from samples/nrf9160/lte_ble_gateway/README.rst rename to samples/cellular/lte_ble_gateway/README.rst index 0c3a3af657c..a5c6c3dab4e 100644 --- a/samples/nrf9160/lte_ble_gateway/README.rst +++ b/samples/cellular/lte_ble_gateway/README.rst @@ -1,7 +1,7 @@ .. _lte_sensor_gateway: -nRF9160: LTE Sensor Gateway -########################### +Cellular: LTE Sensor Gateway +############################ .. contents:: :local: @@ -81,7 +81,7 @@ All LEDs (1-4): Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/lte_ble_gateway` +.. |sample path| replace:: :file:`samples/cellular/lte_ble_gateway` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.conf b/samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.conf rename to samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.conf diff --git a/samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay b/samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay similarity index 100% rename from samples/nrf9160/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay rename to samples/cellular/lte_ble_gateway/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay diff --git a/samples/nrf9160/lte_ble_gateway/boards/thingy91_nrf9160_ns.conf b/samples/cellular/lte_ble_gateway/boards/thingy91_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/lte_ble_gateway/boards/thingy91_nrf9160_ns.conf rename to samples/cellular/lte_ble_gateway/boards/thingy91_nrf9160_ns.conf diff --git a/samples/nrf9160/lte_ble_gateway/boards/thingy91_nrf9160_ns.overlay b/samples/cellular/lte_ble_gateway/boards/thingy91_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/lte_ble_gateway/boards/thingy91_nrf9160_ns.overlay rename to samples/cellular/lte_ble_gateway/boards/thingy91_nrf9160_ns.overlay diff --git a/samples/nrf9160/lte_ble_gateway/debug.config.conf b/samples/cellular/lte_ble_gateway/debug.config.conf similarity index 100% rename from samples/nrf9160/lte_ble_gateway/debug.config.conf rename to samples/cellular/lte_ble_gateway/debug.config.conf diff --git a/samples/nrf9160/lte_ble_gateway/prj.conf b/samples/cellular/lte_ble_gateway/prj.conf similarity index 100% rename from samples/nrf9160/lte_ble_gateway/prj.conf rename to samples/cellular/lte_ble_gateway/prj.conf diff --git a/samples/nrf9160/lte_ble_gateway/sample.yaml b/samples/cellular/lte_ble_gateway/sample.yaml similarity index 83% rename from samples/nrf9160/lte_ble_gateway/sample.yaml rename to samples/cellular/lte_ble_gateway/sample.yaml index 24f5c0d3454..65c8ca56339 100644 --- a/samples/nrf9160/lte_ble_gateway/sample.yaml +++ b/samples/cellular/lte_ble_gateway/sample.yaml @@ -1,7 +1,7 @@ sample: name: LTE-BLE gateway sample tests: - sample.nrf9160.lte_ble_gateway: + sample.cellular.lte_ble_gateway: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/lte_ble_gateway/src/aggregator.c b/samples/cellular/lte_ble_gateway/src/aggregator.c similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/aggregator.c rename to samples/cellular/lte_ble_gateway/src/aggregator.c diff --git a/samples/nrf9160/lte_ble_gateway/src/aggregator.h b/samples/cellular/lte_ble_gateway/src/aggregator.h similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/aggregator.h rename to samples/cellular/lte_ble_gateway/src/aggregator.h diff --git a/samples/nrf9160/lte_ble_gateway/src/alarm.c b/samples/cellular/lte_ble_gateway/src/alarm.c similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/alarm.c rename to samples/cellular/lte_ble_gateway/src/alarm.c diff --git a/samples/nrf9160/lte_ble_gateway/src/alarm.h b/samples/cellular/lte_ble_gateway/src/alarm.h similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/alarm.h rename to samples/cellular/lte_ble_gateway/src/alarm.h diff --git a/samples/nrf9160/lte_ble_gateway/src/ble.c b/samples/cellular/lte_ble_gateway/src/ble.c similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/ble.c rename to samples/cellular/lte_ble_gateway/src/ble.c diff --git a/samples/nrf9160/lte_ble_gateway/src/ble.h b/samples/cellular/lte_ble_gateway/src/ble.h similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/ble.h rename to samples/cellular/lte_ble_gateway/src/ble.h diff --git a/samples/nrf9160/lte_ble_gateway/src/certificates.h b/samples/cellular/lte_ble_gateway/src/certificates.h similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/certificates.h rename to samples/cellular/lte_ble_gateway/src/certificates.h diff --git a/samples/nrf9160/lte_ble_gateway/src/main.c b/samples/cellular/lte_ble_gateway/src/main.c similarity index 100% rename from samples/nrf9160/lte_ble_gateway/src/main.c rename to samples/cellular/lte_ble_gateway/src/main.c diff --git a/samples/nrf9160/lwm2m_carrier/CMakeLists.txt b/samples/cellular/lwm2m_carrier/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_carrier/CMakeLists.txt rename to samples/cellular/lwm2m_carrier/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_carrier/Kconfig b/samples/cellular/lwm2m_carrier/Kconfig similarity index 100% rename from samples/nrf9160/lwm2m_carrier/Kconfig rename to samples/cellular/lwm2m_carrier/Kconfig diff --git a/samples/nrf9160/lwm2m_carrier/README.rst b/samples/cellular/lwm2m_carrier/README.rst similarity index 89% rename from samples/nrf9160/lwm2m_carrier/README.rst rename to samples/cellular/lwm2m_carrier/README.rst index cb69cbcaf02..cc05393c0dc 100644 --- a/samples/nrf9160/lwm2m_carrier/README.rst +++ b/samples/cellular/lwm2m_carrier/README.rst @@ -1,7 +1,7 @@ .. _lwm2m_carrier: -nRF9160: LwM2M carrier -###################### +Cellular: LwM2M carrier +####################### .. contents:: :local: diff --git a/samples/nrf9160/lwm2m_carrier/certs/DigiCertGlobalRootCA.pem b/samples/cellular/lwm2m_carrier/certs/DigiCertGlobalRootCA.pem similarity index 100% rename from samples/nrf9160/lwm2m_carrier/certs/DigiCertGlobalRootCA.pem rename to samples/cellular/lwm2m_carrier/certs/DigiCertGlobalRootCA.pem diff --git a/samples/nrf9160/lwm2m_carrier/certs/DigiCertGlobalRootG2.pem b/samples/cellular/lwm2m_carrier/certs/DigiCertGlobalRootG2.pem similarity index 100% rename from samples/nrf9160/lwm2m_carrier/certs/DigiCertGlobalRootG2.pem rename to samples/cellular/lwm2m_carrier/certs/DigiCertGlobalRootG2.pem diff --git a/samples/nrf9160/lwm2m_carrier/overlay-shell.conf b/samples/cellular/lwm2m_carrier/overlay-shell.conf similarity index 100% rename from samples/nrf9160/lwm2m_carrier/overlay-shell.conf rename to samples/cellular/lwm2m_carrier/overlay-shell.conf diff --git a/samples/nrf9160/lwm2m_carrier/prj.conf b/samples/cellular/lwm2m_carrier/prj.conf similarity index 100% rename from samples/nrf9160/lwm2m_carrier/prj.conf rename to samples/cellular/lwm2m_carrier/prj.conf diff --git a/samples/nrf9160/lwm2m_carrier/provisioning.rst b/samples/cellular/lwm2m_carrier/provisioning.rst similarity index 100% rename from samples/nrf9160/lwm2m_carrier/provisioning.rst rename to samples/cellular/lwm2m_carrier/provisioning.rst diff --git a/samples/nrf9160/lwm2m_carrier/sample.yaml b/samples/cellular/lwm2m_carrier/sample.yaml similarity index 84% rename from samples/nrf9160/lwm2m_carrier/sample.yaml rename to samples/cellular/lwm2m_carrier/sample.yaml index 69eedb9a8c7..b69c6278828 100644 --- a/samples/nrf9160/lwm2m_carrier/sample.yaml +++ b/samples/cellular/lwm2m_carrier/sample.yaml @@ -1,7 +1,7 @@ sample: name: LwM2M carrier sample tests: - sample.nrf9160.lwm2m_carrier: + sample.cellular.lwm2m_carrier: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/lwm2m_carrier/sample_description.rst b/samples/cellular/lwm2m_carrier/sample_description.rst similarity index 99% rename from samples/nrf9160/lwm2m_carrier/sample_description.rst rename to samples/cellular/lwm2m_carrier/sample_description.rst index 6b67405cff1..567038799d1 100644 --- a/samples/nrf9160/lwm2m_carrier/sample_description.rst +++ b/samples/cellular/lwm2m_carrier/sample_description.rst @@ -111,7 +111,7 @@ The sample can either be configured by editing the :file:`prj.conf` file and the Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/lwm2m_carrier` +.. |sample path| replace:: :file:`samples/cellular/lwm2m_carrier` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/lwm2m_carrier/src/carrier_certs.c b/samples/cellular/lwm2m_carrier/src/carrier_certs.c similarity index 100% rename from samples/nrf9160/lwm2m_carrier/src/carrier_certs.c rename to samples/cellular/lwm2m_carrier/src/carrier_certs.c diff --git a/samples/nrf9160/lwm2m_carrier/src/carrier_certs.h b/samples/cellular/lwm2m_carrier/src/carrier_certs.h similarity index 100% rename from samples/nrf9160/lwm2m_carrier/src/carrier_certs.h rename to samples/cellular/lwm2m_carrier/src/carrier_certs.h diff --git a/samples/nrf9160/lwm2m_carrier/src/main.c b/samples/cellular/lwm2m_carrier/src/main.c similarity index 100% rename from samples/nrf9160/lwm2m_carrier/src/main.c rename to samples/cellular/lwm2m_carrier/src/main.c diff --git a/samples/nrf9160/lwm2m_client/CMakeLists.txt b/samples/cellular/lwm2m_client/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/CMakeLists.txt rename to samples/cellular/lwm2m_client/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/Kconfig b/samples/cellular/lwm2m_client/Kconfig similarity index 100% rename from samples/nrf9160/lwm2m_client/Kconfig rename to samples/cellular/lwm2m_client/Kconfig diff --git a/samples/nrf9160/lwm2m_client/README.rst b/samples/cellular/lwm2m_client/README.rst similarity index 91% rename from samples/nrf9160/lwm2m_client/README.rst rename to samples/cellular/lwm2m_client/README.rst index ac13ca617d4..db0819fa7d6 100644 --- a/samples/nrf9160/lwm2m_client/README.rst +++ b/samples/cellular/lwm2m_client/README.rst @@ -1,7 +1,7 @@ .. _lwm2m_client: -nRF9160: LwM2M Client -##################### +Cellular: LwM2M Client +###################### .. contents:: :local: diff --git a/samples/nrf9160/lwm2m_client/boards/nrf9160dk_nrf9160_ns.conf b/samples/cellular/lwm2m_client/boards/nrf9160dk_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/boards/nrf9160dk_nrf9160_ns.conf rename to samples/cellular/lwm2m_client/boards/nrf9160dk_nrf9160_ns.conf diff --git a/samples/nrf9160/lwm2m_client/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/lwm2m_client/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/lwm2m_client/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/lwm2m_client/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay b/samples/cellular/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay similarity index 100% rename from samples/nrf9160/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay rename to samples/cellular/lwm2m_client/boards/nrf9160dk_with_nrf7002ek.overlay diff --git a/samples/nrf9160/lwm2m_client/boards/thingy91_nrf9160_ns.conf b/samples/cellular/lwm2m_client/boards/thingy91_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/boards/thingy91_nrf9160_ns.conf rename to samples/cellular/lwm2m_client/boards/thingy91_nrf9160_ns.conf diff --git a/samples/nrf9160/lwm2m_client/boards/thingy91_nrf9160_ns.overlay b/samples/cellular/lwm2m_client/boards/thingy91_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/lwm2m_client/boards/thingy91_nrf9160_ns.overlay rename to samples/cellular/lwm2m_client/boards/thingy91_nrf9160_ns.overlay diff --git a/samples/nrf9160/lwm2m_client/dts/bindings/pwm-buzzer.yaml b/samples/cellular/lwm2m_client/dts/bindings/pwm-buzzer.yaml similarity index 86% rename from samples/nrf9160/lwm2m_client/dts/bindings/pwm-buzzer.yaml rename to samples/cellular/lwm2m_client/dts/bindings/pwm-buzzer.yaml index cab4fcf30e9..80bb96cbee8 100644 --- a/samples/nrf9160/lwm2m_client/dts/bindings/pwm-buzzer.yaml +++ b/samples/cellular/lwm2m_client/dts/bindings/pwm-buzzer.yaml @@ -16,6 +16,6 @@ compatible: "pwm-buzzer" include: base.yaml properties: - pwms: - type: phandle-array - required: true + pwms: + type: phandle-array + required: true diff --git a/samples/nrf9160/lwm2m_client/fota.rst b/samples/cellular/lwm2m_client/fota.rst similarity index 98% rename from samples/nrf9160/lwm2m_client/fota.rst rename to samples/cellular/lwm2m_client/fota.rst index 881aa2d194b..1d4ef59ad4b 100644 --- a/samples/nrf9160/lwm2m_client/fota.rst +++ b/samples/cellular/lwm2m_client/fota.rst @@ -117,7 +117,7 @@ Advanced Firmware Update helper script ************************************** For working with the `AVSystem Coiote server `_, a helper script has been provided. -To automate the firmware update, you can use the script :file:`fota.py` that is available in the :file:`samples/nrf9160/lwm2m_client/scripts/` folder. +To automate the firmware update, you can use the script :file:`fota.py` that is available in the :file:`samples/cellular/lwm2m_client/scripts/` folder. The :file:`fota.py` file supports ``update`` and ``upload`` commands for firmware updates. The commands can be used in the following way: @@ -170,7 +170,7 @@ To use a binary name, run the script with the following parameters: ./scripts/fota.py -id *device_id* -to *timeout* update *instance_id* file *binary_name* -When binary type is ``file``, script tries to discover given binary name from the :file:`samples/nrf9160/lwm2m_client/` file, or the :file:`samples/nrf9160/lwm2m_client/build/zephyr`. +When binary type is ``file``, script tries to discover given binary name from the :file:`samples/cellular/lwm2m_client/` file, or the :file:`samples/cellular/lwm2m_client/build/zephyr`. The ``update`` command uploads and generates binary resource IDs automatically when a binary file is used. The update default task timeout is 800 seconds. @@ -202,7 +202,7 @@ Complete the following steps to test the advanced FOTA firmware update with the #. Download the latest released modem zip file from `nRF9160 DK Downloads`_. #. Update the modem firmware using the nRF Programmer app of `nRF Connect for Desktop`_. - #. Copy the binaries with the following naming format from the zip file to the folder :file:`/nrf/samples/nrf9160/lwm2m_client`: + #. Copy the binaries with the following naming format from the zip file to the folder :file:`/nrf/samples/cellular/lwm2m_client`: * :file:`mfw_nrf9160_update_from_1.x.x_to_1.x.x-FOTA-TEST.bin` * :file:`mfw_nrf9160_update_from_1.x.x-FOTA-TEST_to_1.x.x.bin` diff --git a/samples/nrf9160/lwm2m_client/overlay-adv-firmware.conf b/samples/cellular/lwm2m_client/overlay-adv-firmware.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-adv-firmware.conf rename to samples/cellular/lwm2m_client/overlay-adv-firmware.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-assist-agps.conf b/samples/cellular/lwm2m_client/overlay-assist-agps.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-assist-agps.conf rename to samples/cellular/lwm2m_client/overlay-assist-agps.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-assist-cell.conf b/samples/cellular/lwm2m_client/overlay-assist-cell.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-assist-cell.conf rename to samples/cellular/lwm2m_client/overlay-assist-cell.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-assist-pgps.conf b/samples/cellular/lwm2m_client/overlay-assist-pgps.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-assist-pgps.conf rename to samples/cellular/lwm2m_client/overlay-assist-pgps.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-assist-wifi.conf b/samples/cellular/lwm2m_client/overlay-assist-wifi.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-assist-wifi.conf rename to samples/cellular/lwm2m_client/overlay-assist-wifi.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-avsystem-bootstrap.conf b/samples/cellular/lwm2m_client/overlay-avsystem-bootstrap.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-avsystem-bootstrap.conf rename to samples/cellular/lwm2m_client/overlay-avsystem-bootstrap.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-avsystem.conf b/samples/cellular/lwm2m_client/overlay-avsystem.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-avsystem.conf rename to samples/cellular/lwm2m_client/overlay-avsystem.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-leshan-bootstrap.conf b/samples/cellular/lwm2m_client/overlay-leshan-bootstrap.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-leshan-bootstrap.conf rename to samples/cellular/lwm2m_client/overlay-leshan-bootstrap.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-lowpower.conf b/samples/cellular/lwm2m_client/overlay-lowpower.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-lowpower.conf rename to samples/cellular/lwm2m_client/overlay-lowpower.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1-core-interop.conf b/samples/cellular/lwm2m_client/overlay-lwm2m-1.1-core-interop.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1-core-interop.conf rename to samples/cellular/lwm2m_client/overlay-lwm2m-1.1-core-interop.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1-object-interop.conf b/samples/cellular/lwm2m_client/overlay-lwm2m-1.1-object-interop.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1-object-interop.conf rename to samples/cellular/lwm2m_client/overlay-lwm2m-1.1-object-interop.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1.conf b/samples/cellular/lwm2m_client/overlay-lwm2m-1.1.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-lwm2m-1.1.conf rename to samples/cellular/lwm2m_client/overlay-lwm2m-1.1.conf diff --git a/samples/nrf9160/lwm2m_client/overlay-nbiot.conf b/samples/cellular/lwm2m_client/overlay-nbiot.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/overlay-nbiot.conf rename to samples/cellular/lwm2m_client/overlay-nbiot.conf diff --git a/samples/nrf9160/lwm2m_client/prj.conf b/samples/cellular/lwm2m_client/prj.conf similarity index 100% rename from samples/nrf9160/lwm2m_client/prj.conf rename to samples/cellular/lwm2m_client/prj.conf diff --git a/samples/nrf9160/lwm2m_client/provisioning.rst b/samples/cellular/lwm2m_client/provisioning.rst similarity index 97% rename from samples/nrf9160/lwm2m_client/provisioning.rst rename to samples/cellular/lwm2m_client/provisioning.rst index 1bf6ad5f8bf..1697f6c04bf 100644 --- a/samples/nrf9160/lwm2m_client/provisioning.rst +++ b/samples/cellular/lwm2m_client/provisioning.rst @@ -64,7 +64,7 @@ To provision the credentials, complete the following steps: Automated provisioning ---------------------- -For automated provisioning of credentials, you can use the script :file:`provision.py` that is available in the :file:`samples/nrf9160/lwm2m_client/scripts/` folder. +For automated provisioning of credentials, you can use the script :file:`provision.py` that is available in the :file:`samples/cellular/lwm2m_client/scripts/` folder. To set up the script, you must set your username and password for the AVSystem's Coiote Device Management server as environment variables and pass the device serial port as a parameter when you run the script. See the following code: diff --git a/samples/nrf9160/lwm2m_client/sample.yaml b/samples/cellular/lwm2m_client/sample.yaml similarity index 87% rename from samples/nrf9160/lwm2m_client/sample.yaml rename to samples/cellular/lwm2m_client/sample.yaml index 5293cda3593..ccb1cf76456 100644 --- a/samples/nrf9160/lwm2m_client/sample.yaml +++ b/samples/cellular/lwm2m_client/sample.yaml @@ -1,7 +1,7 @@ sample: name: nrf LwM2M Sample tests: - sample.nrf9160.lwm2m_client: + sample.cellular.lwm2m_client: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/lwm2m_client/sample_description.rst b/samples/cellular/lwm2m_client/sample_description.rst similarity index 99% rename from samples/nrf9160/lwm2m_client/sample_description.rst rename to samples/cellular/lwm2m_client/sample_description.rst index 65cfbe6fdaa..2ddea62d7eb 100644 --- a/samples/nrf9160/lwm2m_client/sample_description.rst +++ b/samples/cellular/lwm2m_client/sample_description.rst @@ -498,7 +498,7 @@ You can configure the sample either by editing the :file:`prj.conf` file and the Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/lwm2m_client` +.. |sample path| replace:: :file:`samples/cellular/lwm2m_client` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/lwm2m_client/scripts/atclient.py b/samples/cellular/lwm2m_client/scripts/atclient.py similarity index 100% rename from samples/nrf9160/lwm2m_client/scripts/atclient.py rename to samples/cellular/lwm2m_client/scripts/atclient.py diff --git a/samples/nrf9160/lwm2m_client/scripts/coiote.py b/samples/cellular/lwm2m_client/scripts/coiote.py similarity index 100% rename from samples/nrf9160/lwm2m_client/scripts/coiote.py rename to samples/cellular/lwm2m_client/scripts/coiote.py diff --git a/samples/nrf9160/lwm2m_client/scripts/device.py b/samples/cellular/lwm2m_client/scripts/device.py similarity index 98% rename from samples/nrf9160/lwm2m_client/scripts/device.py rename to samples/cellular/lwm2m_client/scripts/device.py index 47da347bd1b..605122a7aa8 100755 --- a/samples/nrf9160/lwm2m_client/scripts/device.py +++ b/samples/cellular/lwm2m_client/scripts/device.py @@ -126,7 +126,8 @@ def select_device(self): return sids[index] - def get_devices(self, vid): + @classmethod + def get_devices(cls, vid): sids = [] for item in comports(): if item.vid == vid: @@ -135,7 +136,8 @@ def get_devices(self, vid): sids.append(snr) return sids - def get_com_ports(self, sid): + @classmethod + def get_com_ports(cls, sid): com_ports = [] for item in comports(): if item.manufacturer == "SEGGER" and item.serial_number.lstrip("0") == sid: diff --git a/samples/nrf9160/lwm2m_client/scripts/fota.py b/samples/cellular/lwm2m_client/scripts/fota.py similarity index 100% rename from samples/nrf9160/lwm2m_client/scripts/fota.py rename to samples/cellular/lwm2m_client/scripts/fota.py diff --git a/samples/nrf9160/lwm2m_client/scripts/provision.py b/samples/cellular/lwm2m_client/scripts/provision.py similarity index 100% rename from samples/nrf9160/lwm2m_client/scripts/provision.py rename to samples/cellular/lwm2m_client/scripts/provision.py diff --git a/samples/nrf9160/lwm2m_client/src/events/CMakeLists.txt b/samples/cellular/lwm2m_client/src/events/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/events/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/events/gnss_pvt_event.c b/samples/cellular/lwm2m_client/src/events/gnss_pvt_event.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/gnss_pvt_event.c rename to samples/cellular/lwm2m_client/src/events/gnss_pvt_event.c diff --git a/samples/nrf9160/lwm2m_client/src/events/include/gnss_pvt_event.h b/samples/cellular/lwm2m_client/src/events/include/gnss_pvt_event.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/include/gnss_pvt_event.h rename to samples/cellular/lwm2m_client/src/events/include/gnss_pvt_event.h diff --git a/samples/nrf9160/lwm2m_client/src/events/include/location_events.h b/samples/cellular/lwm2m_client/src/events/include/location_events.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/include/location_events.h rename to samples/cellular/lwm2m_client/src/events/include/location_events.h diff --git a/samples/nrf9160/lwm2m_client/src/events/include/ui_input_event.h b/samples/cellular/lwm2m_client/src/events/include/ui_input_event.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/include/ui_input_event.h rename to samples/cellular/lwm2m_client/src/events/include/ui_input_event.h diff --git a/samples/nrf9160/lwm2m_client/src/events/location_event_handler.c b/samples/cellular/lwm2m_client/src/events/location_event_handler.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/location_event_handler.c rename to samples/cellular/lwm2m_client/src/events/location_event_handler.c diff --git a/samples/nrf9160/lwm2m_client/src/events/location_events.c b/samples/cellular/lwm2m_client/src/events/location_events.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/location_events.c rename to samples/cellular/lwm2m_client/src/events/location_events.c diff --git a/samples/nrf9160/lwm2m_client/src/events/ui_input_event.c b/samples/cellular/lwm2m_client/src/events/ui_input_event.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/events/ui_input_event.c rename to samples/cellular/lwm2m_client/src/events/ui_input_event.c diff --git a/samples/nrf9160/lwm2m_client/src/ipso/CMakeLists.txt b/samples/cellular/lwm2m_client/src/ipso/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ipso/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/ipso/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/ipso/Kconfig.ipso_colour_sensor b/samples/cellular/lwm2m_client/src/ipso/Kconfig.ipso_colour_sensor similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ipso/Kconfig.ipso_colour_sensor rename to samples/cellular/lwm2m_client/src/ipso/Kconfig.ipso_colour_sensor diff --git a/samples/nrf9160/lwm2m_client/src/ipso/ipso_colour_sensor.c b/samples/cellular/lwm2m_client/src/ipso/ipso_colour_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ipso/ipso_colour_sensor.c rename to samples/cellular/lwm2m_client/src/ipso/ipso_colour_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/CMakeLists.txt b/samples/cellular/lwm2m_client/src/lwm2m/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/lwm2m/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/Kconfig b/samples/cellular/lwm2m_client/src/lwm2m/Kconfig similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/Kconfig rename to samples/cellular/lwm2m_client/src/lwm2m/Kconfig diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/include/lwm2m_app_utils.h b/samples/cellular/lwm2m_client/src/lwm2m/include/lwm2m_app_utils.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/include/lwm2m_app_utils.h rename to samples/cellular/lwm2m_client/src/lwm2m/include/lwm2m_app_utils.h diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/include/lwm2m_client_app.h b/samples/cellular/lwm2m_client/src/lwm2m/include/lwm2m_client_app.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/include/lwm2m_client_app.h rename to samples/cellular/lwm2m_client/src/lwm2m/include/lwm2m_client_app.h diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_accelerometer.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_accelerometer.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_accelerometer.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_accelerometer.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_app_utils.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_app_utils.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_app_utils.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_app_utils.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_buzzer.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_buzzer.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_buzzer.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_buzzer.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_device.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_device.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_device.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_device.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_gas_res_sensor.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_gas_res_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_gas_res_sensor.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_gas_res_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_humid_sensor.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_humid_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_humid_sensor.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_humid_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_light_control.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_light_control.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_light_control.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_light_control.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_light_sensor.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_light_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_light_sensor.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_light_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_location.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_location.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_location.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_location.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_onoff_switch.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_onoff_switch.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_onoff_switch.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_onoff_switch.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_portfolio_object.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_portfolio_object.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_portfolio_object.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_portfolio_object.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_press_sensor.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_press_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_press_sensor.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_press_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_push_button.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_push_button.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_push_button.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_push_button.c diff --git a/samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_temp_sensor.c b/samples/cellular/lwm2m_client/src/lwm2m/lwm2m_temp_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/lwm2m/lwm2m_temp_sensor.c rename to samples/cellular/lwm2m_client/src/lwm2m/lwm2m_temp_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/main.c b/samples/cellular/lwm2m_client/src/main.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/main.c rename to samples/cellular/lwm2m_client/src/main.c diff --git a/samples/nrf9160/lwm2m_client/src/modules/CMakeLists.txt b/samples/cellular/lwm2m_client/src/modules/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/modules/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/modules/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/modules/Kconfig b/samples/cellular/lwm2m_client/src/modules/Kconfig similarity index 100% rename from samples/nrf9160/lwm2m_client/src/modules/Kconfig rename to samples/cellular/lwm2m_client/src/modules/Kconfig diff --git a/samples/nrf9160/lwm2m_client/src/modules/include/sensor_module.h b/samples/cellular/lwm2m_client/src/modules/include/sensor_module.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/modules/include/sensor_module.h rename to samples/cellular/lwm2m_client/src/modules/include/sensor_module.h diff --git a/samples/nrf9160/lwm2m_client/src/modules/sensor_module.c b/samples/cellular/lwm2m_client/src/modules/sensor_module.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/modules/sensor_module.c rename to samples/cellular/lwm2m_client/src/modules/sensor_module.c diff --git a/samples/nrf9160/lwm2m_client/src/sensors/CMakeLists.txt b/samples/cellular/lwm2m_client/src/sensors/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/sensors/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/sensors/Kconfig.accelerometer b/samples/cellular/lwm2m_client/src/sensors/Kconfig.accelerometer similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/Kconfig.accelerometer rename to samples/cellular/lwm2m_client/src/sensors/Kconfig.accelerometer diff --git a/samples/nrf9160/lwm2m_client/src/sensors/Kconfig.env_sensor b/samples/cellular/lwm2m_client/src/sensors/Kconfig.env_sensor similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/Kconfig.env_sensor rename to samples/cellular/lwm2m_client/src/sensors/Kconfig.env_sensor diff --git a/samples/nrf9160/lwm2m_client/src/sensors/Kconfig.gnss b/samples/cellular/lwm2m_client/src/sensors/Kconfig.gnss similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/Kconfig.gnss rename to samples/cellular/lwm2m_client/src/sensors/Kconfig.gnss diff --git a/samples/nrf9160/lwm2m_client/src/sensors/Kconfig.light_sensor b/samples/cellular/lwm2m_client/src/sensors/Kconfig.light_sensor similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/Kconfig.light_sensor rename to samples/cellular/lwm2m_client/src/sensors/Kconfig.light_sensor diff --git a/samples/nrf9160/lwm2m_client/src/sensors/accelerometer.c b/samples/cellular/lwm2m_client/src/sensors/accelerometer.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/accelerometer.c rename to samples/cellular/lwm2m_client/src/sensors/accelerometer.c diff --git a/samples/nrf9160/lwm2m_client/src/sensors/env_sensor.c b/samples/cellular/lwm2m_client/src/sensors/env_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/env_sensor.c rename to samples/cellular/lwm2m_client/src/sensors/env_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/sensors/gnss_module.c b/samples/cellular/lwm2m_client/src/sensors/gnss_module.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/gnss_module.c rename to samples/cellular/lwm2m_client/src/sensors/gnss_module.c diff --git a/samples/nrf9160/lwm2m_client/src/sensors/include/accelerometer.h b/samples/cellular/lwm2m_client/src/sensors/include/accelerometer.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/include/accelerometer.h rename to samples/cellular/lwm2m_client/src/sensors/include/accelerometer.h diff --git a/samples/nrf9160/lwm2m_client/src/sensors/include/env_sensor.h b/samples/cellular/lwm2m_client/src/sensors/include/env_sensor.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/include/env_sensor.h rename to samples/cellular/lwm2m_client/src/sensors/include/env_sensor.h diff --git a/samples/nrf9160/lwm2m_client/src/sensors/include/gnss_module.h b/samples/cellular/lwm2m_client/src/sensors/include/gnss_module.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/include/gnss_module.h rename to samples/cellular/lwm2m_client/src/sensors/include/gnss_module.h diff --git a/samples/nrf9160/lwm2m_client/src/sensors/include/light_sensor.h b/samples/cellular/lwm2m_client/src/sensors/include/light_sensor.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/include/light_sensor.h rename to samples/cellular/lwm2m_client/src/sensors/include/light_sensor.h diff --git a/samples/nrf9160/lwm2m_client/src/sensors/light_sensor.c b/samples/cellular/lwm2m_client/src/sensors/light_sensor.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/sensors/light_sensor.c rename to samples/cellular/lwm2m_client/src/sensors/light_sensor.c diff --git a/samples/nrf9160/lwm2m_client/src/ui/CMakeLists.txt b/samples/cellular/lwm2m_client/src/ui/CMakeLists.txt similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/CMakeLists.txt rename to samples/cellular/lwm2m_client/src/ui/CMakeLists.txt diff --git a/samples/nrf9160/lwm2m_client/src/ui/Kconfig b/samples/cellular/lwm2m_client/src/ui/Kconfig similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/Kconfig rename to samples/cellular/lwm2m_client/src/ui/Kconfig diff --git a/samples/nrf9160/lwm2m_client/src/ui/Kconfig.ui_led b/samples/cellular/lwm2m_client/src/ui/Kconfig.ui_led similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/Kconfig.ui_led rename to samples/cellular/lwm2m_client/src/ui/Kconfig.ui_led diff --git a/samples/nrf9160/lwm2m_client/src/ui/include/ui_buzzer.h b/samples/cellular/lwm2m_client/src/ui/include/ui_buzzer.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/include/ui_buzzer.h rename to samples/cellular/lwm2m_client/src/ui/include/ui_buzzer.h diff --git a/samples/nrf9160/lwm2m_client/src/ui/include/ui_input.h b/samples/cellular/lwm2m_client/src/ui/include/ui_input.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/include/ui_input.h rename to samples/cellular/lwm2m_client/src/ui/include/ui_input.h diff --git a/samples/nrf9160/lwm2m_client/src/ui/include/ui_led.h b/samples/cellular/lwm2m_client/src/ui/include/ui_led.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/include/ui_led.h rename to samples/cellular/lwm2m_client/src/ui/include/ui_led.h diff --git a/samples/nrf9160/lwm2m_client/src/ui/include/ui_sense_led.h b/samples/cellular/lwm2m_client/src/ui/include/ui_sense_led.h similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/include/ui_sense_led.h rename to samples/cellular/lwm2m_client/src/ui/include/ui_sense_led.h diff --git a/samples/nrf9160/lwm2m_client/src/ui/ui_buzzer.c b/samples/cellular/lwm2m_client/src/ui/ui_buzzer.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/ui_buzzer.c rename to samples/cellular/lwm2m_client/src/ui/ui_buzzer.c diff --git a/samples/nrf9160/lwm2m_client/src/ui/ui_input.c b/samples/cellular/lwm2m_client/src/ui/ui_input.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/ui_input.c rename to samples/cellular/lwm2m_client/src/ui/ui_input.c diff --git a/samples/nrf9160/lwm2m_client/src/ui/ui_led.c b/samples/cellular/lwm2m_client/src/ui/ui_led.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/ui_led.c rename to samples/cellular/lwm2m_client/src/ui/ui_led.c diff --git a/samples/nrf9160/lwm2m_client/src/ui/ui_sense_led.c b/samples/cellular/lwm2m_client/src/ui/ui_sense_led.c similarity index 100% rename from samples/nrf9160/lwm2m_client/src/ui/ui_sense_led.c rename to samples/cellular/lwm2m_client/src/ui/ui_sense_led.c diff --git a/samples/nrf9160/modem_callbacks/CMakeLists.txt b/samples/cellular/modem_callbacks/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_callbacks/CMakeLists.txt rename to samples/cellular/modem_callbacks/CMakeLists.txt diff --git a/samples/nrf9160/modem_callbacks/README.rst b/samples/cellular/modem_callbacks/README.rst similarity index 94% rename from samples/nrf9160/modem_callbacks/README.rst rename to samples/cellular/modem_callbacks/README.rst index 94e0bac8661..2cea7ca30d4 100644 --- a/samples/nrf9160/modem_callbacks/README.rst +++ b/samples/cellular/modem_callbacks/README.rst @@ -1,7 +1,7 @@ .. _modem_callbacks_sample: -nRF9160: Modem callbacks -######################## +Cellular: Modem callbacks +######################### .. contents:: :local: @@ -37,7 +37,7 @@ This triggers the callbacks for :c:func:`on_modem_init`, :c:func:`on_cfun` and : Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/modem_callbacks` +.. |sample path| replace:: :file:`samples/cellular/modem_callbacks` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/modem_callbacks/prj.conf b/samples/cellular/modem_callbacks/prj.conf similarity index 100% rename from samples/nrf9160/modem_callbacks/prj.conf rename to samples/cellular/modem_callbacks/prj.conf diff --git a/samples/nrf9160/modem_callbacks/sample.yaml b/samples/cellular/modem_callbacks/sample.yaml similarity index 83% rename from samples/nrf9160/modem_callbacks/sample.yaml rename to samples/cellular/modem_callbacks/sample.yaml index 442d0635b94..caa9d4fb029 100644 --- a/samples/nrf9160/modem_callbacks/sample.yaml +++ b/samples/cellular/modem_callbacks/sample.yaml @@ -1,7 +1,7 @@ sample: name: modem callbacks tests: - sample.nrf9160.modem_callbacks: + sample.cellular.modem_callbacks: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/modem_callbacks/src/main.c b/samples/cellular/modem_callbacks/src/main.c similarity index 100% rename from samples/nrf9160/modem_callbacks/src/main.c rename to samples/cellular/modem_callbacks/src/main.c diff --git a/samples/nrf9160/modem_shell/CMakeLists.txt b/samples/cellular/modem_shell/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/CMakeLists.txt rename to samples/cellular/modem_shell/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/Kconfig b/samples/cellular/modem_shell/Kconfig similarity index 100% rename from samples/nrf9160/modem_shell/Kconfig rename to samples/cellular/modem_shell/Kconfig diff --git a/samples/nrf9160/modem_shell/README.rst b/samples/cellular/modem_shell/README.rst similarity index 99% rename from samples/nrf9160/modem_shell/README.rst rename to samples/cellular/modem_shell/README.rst index 124c17e1bc1..f87629125b2 100644 --- a/samples/nrf9160/modem_shell/README.rst +++ b/samples/cellular/modem_shell/README.rst @@ -1,7 +1,7 @@ .. _modem_shell_application: -nRF9160: Modem Shell -#################### +Cellular: Modem Shell +##################### .. contents:: :local: @@ -916,7 +916,7 @@ Check and configure the following library option that is used by the sample: Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/modem_shell` +.. |sample path| replace:: :file:`samples/cellular/modem_shell` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/modem_shell/boards/thingy91_nrf9160_ns.conf b/samples/cellular/modem_shell/boards/thingy91_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/modem_shell/boards/thingy91_nrf9160_ns.conf rename to samples/cellular/modem_shell/boards/thingy91_nrf9160_ns.conf diff --git a/samples/nrf9160/modem_shell/bt.overlay b/samples/cellular/modem_shell/bt.overlay similarity index 100% rename from samples/nrf9160/modem_shell/bt.overlay rename to samples/cellular/modem_shell/bt.overlay diff --git a/samples/nrf9160/modem_shell/esp_8266_nrf9160ns.overlay b/samples/cellular/modem_shell/esp_8266_nrf9160ns.overlay similarity index 100% rename from samples/nrf9160/modem_shell/esp_8266_nrf9160ns.overlay rename to samples/cellular/modem_shell/esp_8266_nrf9160ns.overlay diff --git a/samples/nrf9160/modem_shell/nrf9160dk_ext_flash.overlay b/samples/cellular/modem_shell/nrf9160dk_ext_flash.overlay similarity index 100% rename from samples/nrf9160/modem_shell/nrf9160dk_ext_flash.overlay rename to samples/cellular/modem_shell/nrf9160dk_ext_flash.overlay diff --git a/samples/nrf9160/modem_shell/nrf9160dk_with_nrf7002ek.overlay b/samples/cellular/modem_shell/nrf9160dk_with_nrf7002ek.overlay similarity index 100% rename from samples/nrf9160/modem_shell/nrf9160dk_with_nrf7002ek.overlay rename to samples/cellular/modem_shell/nrf9160dk_with_nrf7002ek.overlay diff --git a/samples/nrf9160/modem_shell/nrf9161dk_ext_flash.overlay b/samples/cellular/modem_shell/nrf9161dk_ext_flash.overlay similarity index 100% rename from samples/nrf9160/modem_shell/nrf9161dk_ext_flash.overlay rename to samples/cellular/modem_shell/nrf9161dk_ext_flash.overlay diff --git a/samples/nrf9160/modem_shell/overlay-app_fota.conf b/samples/cellular/modem_shell/overlay-app_fota.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-app_fota.conf rename to samples/cellular/modem_shell/overlay-app_fota.conf diff --git a/samples/nrf9160/modem_shell/overlay-bt.conf b/samples/cellular/modem_shell/overlay-bt.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-bt.conf rename to samples/cellular/modem_shell/overlay-bt.conf diff --git a/samples/nrf9160/modem_shell/overlay-carrier.conf b/samples/cellular/modem_shell/overlay-carrier.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-carrier.conf rename to samples/cellular/modem_shell/overlay-carrier.conf diff --git a/samples/nrf9160/modem_shell/overlay-cloud_mqtt.conf b/samples/cellular/modem_shell/overlay-cloud_mqtt.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-cloud_mqtt.conf rename to samples/cellular/modem_shell/overlay-cloud_mqtt.conf diff --git a/samples/nrf9160/modem_shell/overlay-debug.conf b/samples/cellular/modem_shell/overlay-debug.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-debug.conf rename to samples/cellular/modem_shell/overlay-debug.conf diff --git a/samples/nrf9160/modem_shell/overlay-esp-wifi.conf b/samples/cellular/modem_shell/overlay-esp-wifi.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-esp-wifi.conf rename to samples/cellular/modem_shell/overlay-esp-wifi.conf diff --git a/samples/nrf9160/modem_shell/overlay-lwm2m.conf b/samples/cellular/modem_shell/overlay-lwm2m.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-lwm2m.conf rename to samples/cellular/modem_shell/overlay-lwm2m.conf diff --git a/samples/nrf9160/modem_shell/overlay-lwm2m_bootstrap.conf b/samples/cellular/modem_shell/overlay-lwm2m_bootstrap.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-lwm2m_bootstrap.conf rename to samples/cellular/modem_shell/overlay-lwm2m_bootstrap.conf diff --git a/samples/nrf9160/modem_shell/overlay-lwm2m_pgps.conf b/samples/cellular/modem_shell/overlay-lwm2m_pgps.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-lwm2m_pgps.conf rename to samples/cellular/modem_shell/overlay-lwm2m_pgps.conf diff --git a/samples/nrf9160/modem_shell/overlay-memfault.conf b/samples/cellular/modem_shell/overlay-memfault.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-memfault.conf rename to samples/cellular/modem_shell/overlay-memfault.conf diff --git a/samples/nrf9160/modem_shell/overlay-modem-trace-flash.conf b/samples/cellular/modem_shell/overlay-modem-trace-flash.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-modem-trace-flash.conf rename to samples/cellular/modem_shell/overlay-modem-trace-flash.conf diff --git a/samples/nrf9160/modem_shell/overlay-modem-trace-ram.conf b/samples/cellular/modem_shell/overlay-modem-trace-ram.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-modem-trace-ram.conf rename to samples/cellular/modem_shell/overlay-modem-trace-ram.conf diff --git a/samples/nrf9160/modem_shell/overlay-non-offloading.conf b/samples/cellular/modem_shell/overlay-non-offloading.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-non-offloading.conf rename to samples/cellular/modem_shell/overlay-non-offloading.conf diff --git a/samples/nrf9160/modem_shell/overlay-nrf7002ek-wifi-scan-only.conf b/samples/cellular/modem_shell/overlay-nrf7002ek-wifi-scan-only.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-nrf7002ek-wifi-scan-only.conf rename to samples/cellular/modem_shell/overlay-nrf7002ek-wifi-scan-only.conf diff --git a/samples/nrf9160/modem_shell/overlay-pgps.conf b/samples/cellular/modem_shell/overlay-pgps.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-pgps.conf rename to samples/cellular/modem_shell/overlay-pgps.conf diff --git a/samples/nrf9160/modem_shell/overlay-ppp.conf b/samples/cellular/modem_shell/overlay-ppp.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-ppp.conf rename to samples/cellular/modem_shell/overlay-ppp.conf diff --git a/samples/nrf9160/modem_shell/overlay-rtt.conf b/samples/cellular/modem_shell/overlay-rtt.conf similarity index 100% rename from samples/nrf9160/modem_shell/overlay-rtt.conf rename to samples/cellular/modem_shell/overlay-rtt.conf diff --git a/samples/nrf9160/modem_shell/ppp.overlay b/samples/cellular/modem_shell/ppp.overlay similarity index 100% rename from samples/nrf9160/modem_shell/ppp.overlay rename to samples/cellular/modem_shell/ppp.overlay diff --git a/samples/nrf9160/modem_shell/prj.conf b/samples/cellular/modem_shell/prj.conf similarity index 100% rename from samples/nrf9160/modem_shell/prj.conf rename to samples/cellular/modem_shell/prj.conf diff --git a/samples/nrf9160/modem_shell/sample.yaml b/samples/cellular/modem_shell/sample.yaml similarity index 86% rename from samples/nrf9160/modem_shell/sample.yaml rename to samples/cellular/modem_shell/sample.yaml index c94bf2225e5..9ebdd65ffaf 100644 --- a/samples/nrf9160/modem_shell/sample.yaml +++ b/samples/cellular/modem_shell/sample.yaml @@ -1,14 +1,14 @@ sample: name: modem_shell Sample tests: - sample.nrf9160.modem_shell: + sample.cellular.modem_shell: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell_debug: + sample.cellular.modem_shell_debug: build_only: true extra_args: OVERLAY_CONFIG=overlay-debug.conf integration_platforms: @@ -16,7 +16,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.cloud_mqtt_only: + sample.cellular.modem_shell.cloud_mqtt_only: build_only: true extra_args: OVERLAY_CONFIG=overlay-cloud_mqtt.conf integration_platforms: @@ -24,7 +24,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.cloud_mqtt_rest: + sample.cellular.modem_shell.cloud_mqtt_rest: build_only: true extra_args: CONFIG_MOSH_CLOUD_MQTT=y CONFIG_MOSH_CLOUD_REST=y integration_platforms: @@ -32,7 +32,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.non_offloading_ip: + sample.cellular.modem_shell.non_offloading_ip: build_only: true extra_args: OVERLAY_CONFIG=overlay-non-offloading.conf integration_platforms: @@ -40,7 +40,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.nrf7002ek_wifi: + sample.cellular.modem_shell.nrf7002ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -49,7 +49,7 @@ tests: extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.nrf7000ek_wifi: + sample.cellular.modem_shell.nrf7000ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -58,7 +58,7 @@ tests: extra_args: SHIELD=nrf7002ek_nrf7000 OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" CONFIG_WPA_SUPP=n tags: ci_build - sample.nrf9160.modem_shell.nrf7001ek_wifi: + sample.cellular.modem_shell.nrf7001ek_wifi: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -67,7 +67,7 @@ tests: extra_args: SHIELD=nrf7002ek_nrf7001 OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.nrf7002ek_wifi-debug: + sample.cellular.modem_shell.nrf7002ek_wifi-debug: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -77,7 +77,7 @@ tests: OVERLAY_CONFIG="overlay-nrf7002ek-wifi-scan-only.conf;overlay-debug.conf" DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.esp_wifi: + sample.cellular.modem_shell.esp_wifi: build_only: true extra_args: OVERLAY_CONFIG=overlay-esp-wifi.conf DTC_OVERLAY_FILE="esp_8266_nrf9160ns.overlay" integration_platforms: @@ -85,7 +85,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.fota: + sample.cellular.modem_shell.fota: build_only: true extra_args: OVERLAY_CONFIG=overlay-app_fota.conf integration_platforms: @@ -93,7 +93,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.carrier: + sample.cellular.modem_shell.carrier: build_only: true extra_args: OVERLAY_CONFIG=overlay-carrier.conf integration_platforms: @@ -101,7 +101,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.lwm2m: + sample.cellular.modem_shell.lwm2m: build_only: true extra_configs: - CONFIG_MOSH_LWM2M_PSK="000102030405060708090a0b0c0d0e0f" @@ -111,7 +111,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.lwm2m_bootstrap: + sample.cellular.modem_shell.lwm2m_bootstrap: build_only: true extra_configs: - CONFIG_MOSH_LWM2M_PSK="000102030405060708090a0b0c0d0e0f" @@ -121,7 +121,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.lwm2m_pgps: + sample.cellular.modem_shell.lwm2m_pgps: build_only: true extra_configs: - CONFIG_MOSH_LWM2M_PSK="000102030405060708090a0b0c0d0e0f" @@ -131,7 +131,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.pgps: + sample.cellular.modem_shell.pgps: build_only: true extra_args: OVERLAY_CONFIG=overlay-pgps.conf integration_platforms: @@ -139,7 +139,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.location_service_ext: + sample.cellular.modem_shell.location_service_ext: build_only: true extra_configs: - CONFIG_LOCATION_SERVICE_EXTERNAL=y @@ -149,7 +149,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.location_service_ext_pgps_nrf7002ek_wifi: + sample.cellular.modem_shell.location_service_ext_pgps_nrf7002ek_wifi: build_only: true extra_configs: - CONFIG_LOCATION_SERVICE_EXTERNAL=y @@ -162,7 +162,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.ppp: + sample.cellular.modem_shell.ppp: build_only: true extra_args: OVERLAY_CONFIG=overlay-ppp.conf DTC_OVERLAY_FILE="ppp.overlay" integration_platforms: @@ -170,14 +170,14 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.bt: + sample.cellular.modem_shell.bt: build_only: true extra_args: OVERLAY_CONFIG=overlay-bt.conf DTC_OVERLAY_FILE="bt.overlay" integration_platforms: - nrf9160dk_nrf9160_ns platform_allow: nrf9160dk_nrf9160_ns tags: ci_build - sample.nrf9160.modem_shell.rtt: + sample.cellular.modem_shell.rtt: build_only: true extra_args: OVERLAY_CONFIG=overlay-rtt.conf integration_platforms: @@ -185,13 +185,13 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.thingy91: + sample.cellular.modem_shell.thingy91: build_only: true integration_platforms: - thingy91_nrf9160_ns platform_allow: thingy91_nrf9160_ns tags: ci_build - sample.nrf9160.modem_shell.memfault_modem_trace: + sample.cellular.modem_shell.memfault_modem_trace: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -201,7 +201,7 @@ tests: extra_configs: - CONFIG_MEMFAULT_NCS_PROJECT_KEY="0123456789abcdef0123456789abcdef" tags: ci_build - sample.nrf9161.modem_shell.memfault_modem_trace: + sample.cellular.modem_shell.memfault_modem_trace.nrf9161: build_only: true integration_platforms: - nrf9161dk_nrf9161_ns @@ -211,7 +211,7 @@ tests: extra_configs: - CONFIG_MEMFAULT_NCS_PROJECT_KEY="0123456789abcdef0123456789abcdef" tags: ci_build - sample.nrf9160.modem_shell.memfault_modem_trace_ram: + sample.cellular.modem_shell.memfault_modem_trace_ram: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -223,7 +223,7 @@ tests: tags: ci_build # Configurations for different location method combinations - sample.nrf9160.modem_shell.location_gnss_wifi_no_cellular: + sample.cellular.modem_shell.location_gnss_wifi_no_cellular: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -236,7 +236,7 @@ tests: extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.location_wifi_cellular_no_gnss: + sample.cellular.modem_shell.location_wifi_cellular_no_gnss: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -249,7 +249,7 @@ tests: extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.location_wifi_no_cellular_no_gnss: + sample.cellular.modem_shell.location_wifi_no_cellular_no_gnss: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -262,7 +262,7 @@ tests: extra_args: SHIELD=nrf7002ek OVERLAY_CONFIG=overlay-nrf7002ek-wifi-scan-only.conf DTC_OVERLAY_FILE="nrf9160dk_with_nrf7002ek.overlay" tags: ci_build - sample.nrf9160.modem_shell.location_gnss_no_wifi_no_cellular: + sample.cellular.modem_shell.location_gnss_no_wifi_no_cellular: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -273,7 +273,7 @@ tests: - CONFIG_LOCATION_METHOD_CELLULAR=n - CONFIG_LOCATION_METHOD_WIFI=n tags: ci_build - sample.nrf9160.modem_shell.location_cellular_no_wifi_no_gnss: + sample.cellular.modem_shell.location_cellular_no_wifi_no_gnss: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns @@ -287,7 +287,7 @@ tests: # Configurations with modem UART traces to make sure they fit into image. # Basic UART trace configuration is tested in sample.nrf9160.modem_shell.integration_config. - sample.nrf9160.modem_shell_modem_uart_trace: + sample.cellular.modem_shell_modem_uart_trace: build_only: true extra_args: CONFIG_NRF_MODEM_LIB_TRACE=y integration_platforms: @@ -295,7 +295,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.non_offloading_ip_modem_uart_trace: + sample.cellular.modem_shell.non_offloading_ip_modem_uart_trace: build_only: true extra_args: OVERLAY_CONFIG=overlay-non-offloading.conf CONFIG_NRF_MODEM_LIB_TRACE=y integration_platforms: @@ -303,7 +303,7 @@ tests: - nrf9161dk_nrf9161_ns platform_allow: nrf9160dk_nrf9160_ns nrf9161dk_nrf9161_ns tags: ci_build - sample.nrf9160.modem_shell.thingy91_modem_uart_trace: + sample.cellular.modem_shell.thingy91_modem_uart_trace: build_only: true extra_args: CONFIG_NRF_MODEM_LIB_TRACE=y integration_platforms: @@ -312,7 +312,7 @@ tests: tags: ci_build # Configuration which will be used by the CI integration job to verify PRs - sample.nrf9160.modem_shell.integration_config: + sample.cellular.modem_shell.integration_config: build_only: true extra_configs: - CONFIG_LTE_NETWORK_MODE_LTE_M=y diff --git a/samples/nrf9160/modem_shell/src/at/CMakeLists.txt b/samples/cellular/modem_shell/src/at/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/at/CMakeLists.txt rename to samples/cellular/modem_shell/src/at/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd.c b/samples/cellular/modem_shell/src/at/at_cmd.c similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd.c rename to samples/cellular/modem_shell/src/at/at_cmd.c diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd.h b/samples/cellular/modem_shell/src/at/at_cmd.h similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd.h rename to samples/cellular/modem_shell/src/at/at_cmd.h diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_mode.c b/samples/cellular/modem_shell/src/at/at_cmd_mode.c similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_mode.c rename to samples/cellular/modem_shell/src/at/at_cmd_mode.c diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_mode.h b/samples/cellular/modem_shell/src/at/at_cmd_mode.h similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_mode.h rename to samples/cellular/modem_shell/src/at/at_cmd_mode.h diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_mode_sett.c b/samples/cellular/modem_shell/src/at/at_cmd_mode_sett.c similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_mode_sett.c rename to samples/cellular/modem_shell/src/at/at_cmd_mode_sett.c diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_mode_sett.h b/samples/cellular/modem_shell/src/at/at_cmd_mode_sett.h similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_mode_sett.h rename to samples/cellular/modem_shell/src/at/at_cmd_mode_sett.h diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_ping.c b/samples/cellular/modem_shell/src/at/at_cmd_ping.c similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_ping.c rename to samples/cellular/modem_shell/src/at/at_cmd_ping.c diff --git a/samples/nrf9160/modem_shell/src/at/at_cmd_ping.h b/samples/cellular/modem_shell/src/at/at_cmd_ping.h similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_cmd_ping.h rename to samples/cellular/modem_shell/src/at/at_cmd_ping.h diff --git a/samples/nrf9160/modem_shell/src/at/at_shell.c b/samples/cellular/modem_shell/src/at/at_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_shell.c rename to samples/cellular/modem_shell/src/at/at_shell.c diff --git a/samples/nrf9160/modem_shell/src/at/at_shell.h b/samples/cellular/modem_shell/src/at/at_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/at/at_shell.h rename to samples/cellular/modem_shell/src/at/at_shell.h diff --git a/samples/nrf9160/modem_shell/src/cloud/CMakeLists.txt b/samples/cellular/modem_shell/src/cloud/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/CMakeLists.txt rename to samples/cellular/modem_shell/src/cloud/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m.c b/samples/cellular/modem_shell/src/cloud/cloud_lwm2m.c similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m.c rename to samples/cellular/modem_shell/src/cloud/cloud_lwm2m.c diff --git a/samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m.h b/samples/cellular/modem_shell/src/cloud/cloud_lwm2m.h similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m.h rename to samples/cellular/modem_shell/src/cloud/cloud_lwm2m.h diff --git a/samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m_shell.c b/samples/cellular/modem_shell/src/cloud/cloud_lwm2m_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/cloud_lwm2m_shell.c rename to samples/cellular/modem_shell/src/cloud/cloud_lwm2m_shell.c diff --git a/samples/nrf9160/modem_shell/src/cloud/cloud_mqtt_shell.c b/samples/cellular/modem_shell/src/cloud/cloud_mqtt_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/cloud_mqtt_shell.c rename to samples/cellular/modem_shell/src/cloud/cloud_mqtt_shell.c diff --git a/samples/nrf9160/modem_shell/src/cloud/cloud_rest_shell.c b/samples/cellular/modem_shell/src/cloud/cloud_rest_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/cloud/cloud_rest_shell.c rename to samples/cellular/modem_shell/src/cloud/cloud_rest_shell.c diff --git a/samples/nrf9160/modem_shell/src/drivers/CMakeLists.txt b/samples/cellular/modem_shell/src/drivers/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/drivers/CMakeLists.txt rename to samples/cellular/modem_shell/src/drivers/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/drivers/nrf91_non_offloaded_dev.c b/samples/cellular/modem_shell/src/drivers/nrf91_non_offloaded_dev.c similarity index 100% rename from samples/nrf9160/modem_shell/src/drivers/nrf91_non_offloaded_dev.c rename to samples/cellular/modem_shell/src/drivers/nrf91_non_offloaded_dev.c diff --git a/samples/nrf9160/modem_shell/src/fota/CMakeLists.txt b/samples/cellular/modem_shell/src/fota/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/fota/CMakeLists.txt rename to samples/cellular/modem_shell/src/fota/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/fota/fota.c b/samples/cellular/modem_shell/src/fota/fota.c similarity index 100% rename from samples/nrf9160/modem_shell/src/fota/fota.c rename to samples/cellular/modem_shell/src/fota/fota.c diff --git a/samples/nrf9160/modem_shell/src/fota/fota.h b/samples/cellular/modem_shell/src/fota/fota.h similarity index 100% rename from samples/nrf9160/modem_shell/src/fota/fota.h rename to samples/cellular/modem_shell/src/fota/fota.h diff --git a/samples/nrf9160/modem_shell/src/fota/fota_shell.c b/samples/cellular/modem_shell/src/fota/fota_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/fota/fota_shell.c rename to samples/cellular/modem_shell/src/fota/fota_shell.c diff --git a/samples/nrf9160/modem_shell/src/gnss/CMakeLists.txt b/samples/cellular/modem_shell/src/gnss/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/CMakeLists.txt rename to samples/cellular/modem_shell/src/gnss/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/gnss/gnss.c b/samples/cellular/modem_shell/src/gnss/gnss.c similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/gnss.c rename to samples/cellular/modem_shell/src/gnss/gnss.c diff --git a/samples/nrf9160/modem_shell/src/gnss/gnss.h b/samples/cellular/modem_shell/src/gnss/gnss.h similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/gnss.h rename to samples/cellular/modem_shell/src/gnss/gnss.h diff --git a/samples/nrf9160/modem_shell/src/gnss/gnss_shell.c b/samples/cellular/modem_shell/src/gnss/gnss_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/gnss_shell.c rename to samples/cellular/modem_shell/src/gnss/gnss_shell.c diff --git a/samples/nrf9160/modem_shell/src/gnss/gnss_supl_support.c b/samples/cellular/modem_shell/src/gnss/gnss_supl_support.c similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/gnss_supl_support.c rename to samples/cellular/modem_shell/src/gnss/gnss_supl_support.c diff --git a/samples/nrf9160/modem_shell/src/gnss/gnss_supl_support.h b/samples/cellular/modem_shell/src/gnss/gnss_supl_support.h similarity index 100% rename from samples/nrf9160/modem_shell/src/gnss/gnss_supl_support.h rename to samples/cellular/modem_shell/src/gnss/gnss_supl_support.h diff --git a/samples/nrf9160/modem_shell/src/link/CMakeLists.txt b/samples/cellular/modem_shell/src/link/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/link/CMakeLists.txt rename to samples/cellular/modem_shell/src/link/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/link/link.c b/samples/cellular/modem_shell/src/link/link.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link.c rename to samples/cellular/modem_shell/src/link/link.c diff --git a/samples/nrf9160/modem_shell/src/link/link.h b/samples/cellular/modem_shell/src/link/link.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link.h rename to samples/cellular/modem_shell/src/link/link.h diff --git a/samples/nrf9160/modem_shell/src/link/link_api.c b/samples/cellular/modem_shell/src/link/link_api.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_api.c rename to samples/cellular/modem_shell/src/link/link_api.c diff --git a/samples/nrf9160/modem_shell/src/link/link_api.h b/samples/cellular/modem_shell/src/link/link_api.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_api.h rename to samples/cellular/modem_shell/src/link/link_api.h diff --git a/samples/nrf9160/modem_shell/src/link/link_settings.c b/samples/cellular/modem_shell/src/link/link_settings.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_settings.c rename to samples/cellular/modem_shell/src/link/link_settings.c diff --git a/samples/nrf9160/modem_shell/src/link/link_settings.h b/samples/cellular/modem_shell/src/link/link_settings.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_settings.h rename to samples/cellular/modem_shell/src/link/link_settings.h diff --git a/samples/nrf9160/modem_shell/src/link/link_shell.c b/samples/cellular/modem_shell/src/link/link_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell.c rename to samples/cellular/modem_shell/src/link/link_shell.c diff --git a/samples/nrf9160/modem_shell/src/link/link_shell.h b/samples/cellular/modem_shell/src/link/link_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell.h rename to samples/cellular/modem_shell/src/link/link_shell.h diff --git a/samples/nrf9160/modem_shell/src/link/link_shell_pdn.c b/samples/cellular/modem_shell/src/link/link_shell_pdn.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell_pdn.c rename to samples/cellular/modem_shell/src/link/link_shell_pdn.c diff --git a/samples/nrf9160/modem_shell/src/link/link_shell_pdn.h b/samples/cellular/modem_shell/src/link/link_shell_pdn.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell_pdn.h rename to samples/cellular/modem_shell/src/link/link_shell_pdn.h diff --git a/samples/nrf9160/modem_shell/src/link/link_shell_print.c b/samples/cellular/modem_shell/src/link/link_shell_print.c similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell_print.c rename to samples/cellular/modem_shell/src/link/link_shell_print.c diff --git a/samples/nrf9160/modem_shell/src/link/link_shell_print.h b/samples/cellular/modem_shell/src/link/link_shell_print.h similarity index 100% rename from samples/nrf9160/modem_shell/src/link/link_shell_print.h rename to samples/cellular/modem_shell/src/link/link_shell_print.h diff --git a/samples/nrf9160/modem_shell/src/location/CMakeLists.txt b/samples/cellular/modem_shell/src/location/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/location/CMakeLists.txt rename to samples/cellular/modem_shell/src/location/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/location/location_cmd_utils.c b/samples/cellular/modem_shell/src/location/location_cmd_utils.c similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_cmd_utils.c rename to samples/cellular/modem_shell/src/location/location_cmd_utils.c diff --git a/samples/nrf9160/modem_shell/src/location/location_cmd_utils.h b/samples/cellular/modem_shell/src/location/location_cmd_utils.h similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_cmd_utils.h rename to samples/cellular/modem_shell/src/location/location_cmd_utils.h diff --git a/samples/nrf9160/modem_shell/src/location/location_shell.c b/samples/cellular/modem_shell/src/location/location_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_shell.c rename to samples/cellular/modem_shell/src/location/location_shell.c diff --git a/samples/nrf9160/modem_shell/src/location/location_shell.h b/samples/cellular/modem_shell/src/location/location_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_shell.h rename to samples/cellular/modem_shell/src/location/location_shell.h diff --git a/samples/nrf9160/modem_shell/src/location/location_srv_ext.h b/samples/cellular/modem_shell/src/location/location_srv_ext.h similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_srv_ext.h rename to samples/cellular/modem_shell/src/location/location_srv_ext.h diff --git a/samples/nrf9160/modem_shell/src/location/location_srv_ext_lwm2m.c b/samples/cellular/modem_shell/src/location/location_srv_ext_lwm2m.c similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_srv_ext_lwm2m.c rename to samples/cellular/modem_shell/src/location/location_srv_ext_lwm2m.c diff --git a/samples/nrf9160/modem_shell/src/location/location_srv_ext_nrf_cloud.c b/samples/cellular/modem_shell/src/location/location_srv_ext_nrf_cloud.c similarity index 100% rename from samples/nrf9160/modem_shell/src/location/location_srv_ext_nrf_cloud.c rename to samples/cellular/modem_shell/src/location/location_srv_ext_nrf_cloud.c diff --git a/samples/nrf9160/modem_shell/src/main.c b/samples/cellular/modem_shell/src/main.c similarity index 100% rename from samples/nrf9160/modem_shell/src/main.c rename to samples/cellular/modem_shell/src/main.c diff --git a/samples/nrf9160/modem_shell/src/modem_trace/CMakeLists.txt b/samples/cellular/modem_shell/src/modem_trace/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/modem_trace/CMakeLists.txt rename to samples/cellular/modem_shell/src/modem_trace/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/modem_trace/modem_trace_memfault.c b/samples/cellular/modem_shell/src/modem_trace/modem_trace_memfault.c similarity index 100% rename from samples/nrf9160/modem_shell/src/modem_trace/modem_trace_memfault.c rename to samples/cellular/modem_shell/src/modem_trace/modem_trace_memfault.c diff --git a/samples/nrf9160/modem_shell/src/modem_trace/modem_trace_memfault.h b/samples/cellular/modem_shell/src/modem_trace/modem_trace_memfault.h similarity index 100% rename from samples/nrf9160/modem_shell/src/modem_trace/modem_trace_memfault.h rename to samples/cellular/modem_shell/src/modem_trace/modem_trace_memfault.h diff --git a/samples/nrf9160/modem_shell/src/modem_trace/modem_trace_shell.c b/samples/cellular/modem_shell/src/modem_trace/modem_trace_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/modem_trace/modem_trace_shell.c rename to samples/cellular/modem_shell/src/modem_trace/modem_trace_shell.c diff --git a/samples/nrf9160/modem_shell/src/mosh_defines.h b/samples/cellular/modem_shell/src/mosh_defines.h similarity index 100% rename from samples/nrf9160/modem_shell/src/mosh_defines.h rename to samples/cellular/modem_shell/src/mosh_defines.h diff --git a/samples/nrf9160/modem_shell/src/ping/CMakeLists.txt b/samples/cellular/modem_shell/src/ping/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/CMakeLists.txt rename to samples/cellular/modem_shell/src/ping/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping.c b/samples/cellular/modem_shell/src/ping/icmp_ping.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping.c rename to samples/cellular/modem_shell/src/ping/icmp_ping.c diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping.h b/samples/cellular/modem_shell/src/ping/icmp_ping.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping.h rename to samples/cellular/modem_shell/src/ping/icmp_ping.h diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping_print.c b/samples/cellular/modem_shell/src/ping/icmp_ping_print.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping_print.c rename to samples/cellular/modem_shell/src/ping/icmp_ping_print.c diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping_print.h b/samples/cellular/modem_shell/src/ping/icmp_ping_print.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping_print.h rename to samples/cellular/modem_shell/src/ping/icmp_ping_print.h diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping_shell.c b/samples/cellular/modem_shell/src/ping/icmp_ping_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping_shell.c rename to samples/cellular/modem_shell/src/ping/icmp_ping_shell.c diff --git a/samples/nrf9160/modem_shell/src/ping/icmp_ping_shell.h b/samples/cellular/modem_shell/src/ping/icmp_ping_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ping/icmp_ping_shell.h rename to samples/cellular/modem_shell/src/ping/icmp_ping_shell.h diff --git a/samples/nrf9160/modem_shell/src/ppp/CMakeLists.txt b/samples/cellular/modem_shell/src/ppp/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/CMakeLists.txt rename to samples/cellular/modem_shell/src/ppp/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_ctrl.c b/samples/cellular/modem_shell/src/ppp/ppp_ctrl.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_ctrl.c rename to samples/cellular/modem_shell/src/ppp/ppp_ctrl.c diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_ctrl.h b/samples/cellular/modem_shell/src/ppp/ppp_ctrl.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_ctrl.h rename to samples/cellular/modem_shell/src/ppp/ppp_ctrl.h diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_mdm_data_rcv.c b/samples/cellular/modem_shell/src/ppp/ppp_mdm_data_rcv.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_mdm_data_rcv.c rename to samples/cellular/modem_shell/src/ppp/ppp_mdm_data_rcv.c diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_mdm_data_snd.c b/samples/cellular/modem_shell/src/ppp/ppp_mdm_data_snd.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_mdm_data_snd.c rename to samples/cellular/modem_shell/src/ppp/ppp_mdm_data_snd.c diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_settings.c b/samples/cellular/modem_shell/src/ppp/ppp_settings.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_settings.c rename to samples/cellular/modem_shell/src/ppp/ppp_settings.c diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_settings.h b/samples/cellular/modem_shell/src/ppp/ppp_settings.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_settings.h rename to samples/cellular/modem_shell/src/ppp/ppp_settings.h diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_shell.c b/samples/cellular/modem_shell/src/ppp/ppp_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_shell.c rename to samples/cellular/modem_shell/src/ppp/ppp_shell.c diff --git a/samples/nrf9160/modem_shell/src/ppp/ppp_shell.h b/samples/cellular/modem_shell/src/ppp/ppp_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/ppp/ppp_shell.h rename to samples/cellular/modem_shell/src/ppp/ppp_shell.h diff --git a/samples/nrf9160/modem_shell/src/print/CMakeLists.txt b/samples/cellular/modem_shell/src/print/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/print/CMakeLists.txt rename to samples/cellular/modem_shell/src/print/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/print/print_shell.c b/samples/cellular/modem_shell/src/print/print_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/print/print_shell.c rename to samples/cellular/modem_shell/src/print/print_shell.c diff --git a/samples/nrf9160/modem_shell/src/rest/CMakeLists.txt b/samples/cellular/modem_shell/src/rest/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/rest/CMakeLists.txt rename to samples/cellular/modem_shell/src/rest/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/rest/rest_shell.c b/samples/cellular/modem_shell/src/rest/rest_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/rest/rest_shell.c rename to samples/cellular/modem_shell/src/rest/rest_shell.c diff --git a/samples/nrf9160/modem_shell/src/rest/rest_shell.h b/samples/cellular/modem_shell/src/rest/rest_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/rest/rest_shell.h rename to samples/cellular/modem_shell/src/rest/rest_shell.h diff --git a/samples/nrf9160/modem_shell/src/shell.c b/samples/cellular/modem_shell/src/shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/shell.c rename to samples/cellular/modem_shell/src/shell.c diff --git a/samples/nrf9160/modem_shell/src/sms/CMakeLists.txt b/samples/cellular/modem_shell/src/sms/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/sms/CMakeLists.txt rename to samples/cellular/modem_shell/src/sms/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/sms/sms.c b/samples/cellular/modem_shell/src/sms/sms.c similarity index 100% rename from samples/nrf9160/modem_shell/src/sms/sms.c rename to samples/cellular/modem_shell/src/sms/sms.c diff --git a/samples/nrf9160/modem_shell/src/sms/sms.h b/samples/cellular/modem_shell/src/sms/sms.h similarity index 100% rename from samples/nrf9160/modem_shell/src/sms/sms.h rename to samples/cellular/modem_shell/src/sms/sms.h diff --git a/samples/nrf9160/modem_shell/src/sms/sms_shell.c b/samples/cellular/modem_shell/src/sms/sms_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/sms/sms_shell.c rename to samples/cellular/modem_shell/src/sms/sms_shell.c diff --git a/samples/nrf9160/modem_shell/src/sms/sms_shell.h b/samples/cellular/modem_shell/src/sms/sms_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/sms/sms_shell.h rename to samples/cellular/modem_shell/src/sms/sms_shell.h diff --git a/samples/nrf9160/modem_shell/src/sock/CMakeLists.txt b/samples/cellular/modem_shell/src/sock/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/sock/CMakeLists.txt rename to samples/cellular/modem_shell/src/sock/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/sock/sock.c b/samples/cellular/modem_shell/src/sock/sock.c similarity index 100% rename from samples/nrf9160/modem_shell/src/sock/sock.c rename to samples/cellular/modem_shell/src/sock/sock.c diff --git a/samples/nrf9160/modem_shell/src/sock/sock.h b/samples/cellular/modem_shell/src/sock/sock.h similarity index 100% rename from samples/nrf9160/modem_shell/src/sock/sock.h rename to samples/cellular/modem_shell/src/sock/sock.h diff --git a/samples/nrf9160/modem_shell/src/sock/sock_shell.c b/samples/cellular/modem_shell/src/sock/sock_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/sock/sock_shell.c rename to samples/cellular/modem_shell/src/sock/sock_shell.c diff --git a/samples/nrf9160/modem_shell/src/sock/sock_shell.h b/samples/cellular/modem_shell/src/sock/sock_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/sock/sock_shell.h rename to samples/cellular/modem_shell/src/sock/sock_shell.h diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/CMakeLists.txt b/samples/cellular/modem_shell/src/startup_cmd/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/CMakeLists.txt rename to samples/cellular/modem_shell/src/startup_cmd/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_ctrl.c b/samples/cellular/modem_shell/src/startup_cmd/startup_cmd_ctrl.c similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_ctrl.c rename to samples/cellular/modem_shell/src/startup_cmd/startup_cmd_ctrl.c diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_ctrl.h b/samples/cellular/modem_shell/src/startup_cmd/startup_cmd_ctrl.h similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_ctrl.h rename to samples/cellular/modem_shell/src/startup_cmd/startup_cmd_ctrl.h diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_settings.c b/samples/cellular/modem_shell/src/startup_cmd/startup_cmd_settings.c similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_settings.c rename to samples/cellular/modem_shell/src/startup_cmd/startup_cmd_settings.c diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_settings.h b/samples/cellular/modem_shell/src/startup_cmd/startup_cmd_settings.h similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_settings.h rename to samples/cellular/modem_shell/src/startup_cmd/startup_cmd_settings.h diff --git a/samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_shell.c b/samples/cellular/modem_shell/src/startup_cmd/startup_cmd_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/startup_cmd/startup_cmd_shell.c rename to samples/cellular/modem_shell/src/startup_cmd/startup_cmd_shell.c diff --git a/samples/nrf9160/modem_shell/src/th/CMakeLists.txt b/samples/cellular/modem_shell/src/th/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/th/CMakeLists.txt rename to samples/cellular/modem_shell/src/th/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/th/th_ctrl.c b/samples/cellular/modem_shell/src/th/th_ctrl.c similarity index 100% rename from samples/nrf9160/modem_shell/src/th/th_ctrl.c rename to samples/cellular/modem_shell/src/th/th_ctrl.c diff --git a/samples/nrf9160/modem_shell/src/th/th_ctrl.h b/samples/cellular/modem_shell/src/th/th_ctrl.h similarity index 100% rename from samples/nrf9160/modem_shell/src/th/th_ctrl.h rename to samples/cellular/modem_shell/src/th/th_ctrl.h diff --git a/samples/nrf9160/modem_shell/src/th/th_shell.c b/samples/cellular/modem_shell/src/th/th_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/th/th_shell.c rename to samples/cellular/modem_shell/src/th/th_shell.c diff --git a/samples/nrf9160/modem_shell/src/uart/CMakeLists.txt b/samples/cellular/modem_shell/src/uart/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/uart/CMakeLists.txt rename to samples/cellular/modem_shell/src/uart/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/uart/uart.c b/samples/cellular/modem_shell/src/uart/uart.c similarity index 100% rename from samples/nrf9160/modem_shell/src/uart/uart.c rename to samples/cellular/modem_shell/src/uart/uart.c diff --git a/samples/nrf9160/modem_shell/src/uart/uart.h b/samples/cellular/modem_shell/src/uart/uart.h similarity index 100% rename from samples/nrf9160/modem_shell/src/uart/uart.h rename to samples/cellular/modem_shell/src/uart/uart.h diff --git a/samples/nrf9160/modem_shell/src/uart/uart_shell.c b/samples/cellular/modem_shell/src/uart/uart_shell.c similarity index 100% rename from samples/nrf9160/modem_shell/src/uart/uart_shell.c rename to samples/cellular/modem_shell/src/uart/uart_shell.c diff --git a/samples/nrf9160/modem_shell/src/uart/uart_shell.h b/samples/cellular/modem_shell/src/uart/uart_shell.h similarity index 100% rename from samples/nrf9160/modem_shell/src/uart/uart_shell.h rename to samples/cellular/modem_shell/src/uart/uart_shell.h diff --git a/samples/nrf9160/modem_shell/src/utils/CMakeLists.txt b/samples/cellular/modem_shell/src/utils/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/CMakeLists.txt rename to samples/cellular/modem_shell/src/utils/CMakeLists.txt diff --git a/samples/nrf9160/modem_shell/src/utils/mosh_print.c b/samples/cellular/modem_shell/src/utils/mosh_print.c similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/mosh_print.c rename to samples/cellular/modem_shell/src/utils/mosh_print.c diff --git a/samples/nrf9160/modem_shell/src/utils/mosh_print.h b/samples/cellular/modem_shell/src/utils/mosh_print.h similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/mosh_print.h rename to samples/cellular/modem_shell/src/utils/mosh_print.h diff --git a/samples/nrf9160/modem_shell/src/utils/net_utils.c b/samples/cellular/modem_shell/src/utils/net_utils.c similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/net_utils.c rename to samples/cellular/modem_shell/src/utils/net_utils.c diff --git a/samples/nrf9160/modem_shell/src/utils/net_utils.h b/samples/cellular/modem_shell/src/utils/net_utils.h similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/net_utils.h rename to samples/cellular/modem_shell/src/utils/net_utils.h diff --git a/samples/nrf9160/modem_shell/src/utils/str_utils.c b/samples/cellular/modem_shell/src/utils/str_utils.c similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/str_utils.c rename to samples/cellular/modem_shell/src/utils/str_utils.c diff --git a/samples/nrf9160/modem_shell/src/utils/str_utils.h b/samples/cellular/modem_shell/src/utils/str_utils.h similarity index 100% rename from samples/nrf9160/modem_shell/src/utils/str_utils.h rename to samples/cellular/modem_shell/src/utils/str_utils.h diff --git a/samples/nrf9160/modem_trace_backend/CMakeLists.txt b/samples/cellular/modem_trace_backend/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_trace_backend/CMakeLists.txt rename to samples/cellular/modem_trace_backend/CMakeLists.txt diff --git a/samples/nrf9160/modem_trace_backend/Kconfig b/samples/cellular/modem_trace_backend/Kconfig similarity index 100% rename from samples/nrf9160/modem_trace_backend/Kconfig rename to samples/cellular/modem_trace_backend/Kconfig diff --git a/samples/nrf9160/modem_trace_backend/Kconfig.trace_print_stats b/samples/cellular/modem_trace_backend/Kconfig.trace_print_stats similarity index 100% rename from samples/nrf9160/modem_trace_backend/Kconfig.trace_print_stats rename to samples/cellular/modem_trace_backend/Kconfig.trace_print_stats diff --git a/samples/nrf9160/modem_trace_backend/README.rst b/samples/cellular/modem_trace_backend/README.rst similarity index 95% rename from samples/nrf9160/modem_trace_backend/README.rst rename to samples/cellular/modem_trace_backend/README.rst index d69a22b2822..5c467c7d61a 100644 --- a/samples/nrf9160/modem_trace_backend/README.rst +++ b/samples/cellular/modem_trace_backend/README.rst @@ -1,7 +1,7 @@ .. _modem_trace_backend_sample: -nRF9160: Modem trace backend -############################ +Cellular: Modem trace backend +############################# .. contents:: :local: @@ -34,7 +34,7 @@ See :ref:`adding_custom_modem_trace_backends` for details. Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/modem_trace_backend` +.. |sample path| replace:: :file:`samples/cellular/modem_trace_backend` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/modem_trace_backend/prj.conf b/samples/cellular/modem_trace_backend/prj.conf similarity index 100% rename from samples/nrf9160/modem_trace_backend/prj.conf rename to samples/cellular/modem_trace_backend/prj.conf diff --git a/samples/nrf9160/modem_trace_backend/sample.yaml b/samples/cellular/modem_trace_backend/sample.yaml similarity index 82% rename from samples/nrf9160/modem_trace_backend/sample.yaml rename to samples/cellular/modem_trace_backend/sample.yaml index f6add1a8300..e76051dd4f9 100644 --- a/samples/nrf9160/modem_trace_backend/sample.yaml +++ b/samples/cellular/modem_trace_backend/sample.yaml @@ -1,7 +1,7 @@ sample: name: Modem trace backend tests: - sample.nrf9160.modem_trace_backend: + sample.cellular.modem_trace_backend: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/modem_trace_backend/src/main.c b/samples/cellular/modem_trace_backend/src/main.c similarity index 100% rename from samples/nrf9160/modem_trace_backend/src/main.c rename to samples/cellular/modem_trace_backend/src/main.c diff --git a/samples/nrf9160/modem_trace_backend/src/trace_print_stats.c b/samples/cellular/modem_trace_backend/src/trace_print_stats.c similarity index 100% rename from samples/nrf9160/modem_trace_backend/src/trace_print_stats.c rename to samples/cellular/modem_trace_backend/src/trace_print_stats.c diff --git a/samples/nrf9160/modem_trace_flash/CMakeLists.txt b/samples/cellular/modem_trace_flash/CMakeLists.txt similarity index 100% rename from samples/nrf9160/modem_trace_flash/CMakeLists.txt rename to samples/cellular/modem_trace_flash/CMakeLists.txt diff --git a/samples/nrf9160/modem_trace_flash/Kconfig b/samples/cellular/modem_trace_flash/Kconfig similarity index 100% rename from samples/nrf9160/modem_trace_flash/Kconfig rename to samples/cellular/modem_trace_flash/Kconfig diff --git a/samples/nrf9160/modem_trace_flash/README.rst b/samples/cellular/modem_trace_flash/README.rst similarity index 96% rename from samples/nrf9160/modem_trace_flash/README.rst rename to samples/cellular/modem_trace_flash/README.rst index 235a51f45b9..9fd554c5521 100644 --- a/samples/nrf9160/modem_trace_flash/README.rst +++ b/samples/cellular/modem_trace_flash/README.rst @@ -1,7 +1,7 @@ .. _modem_trace_flash: -nRF9160: Modem trace external flash backend -########################################### +Cellular: Modem trace external flash backend +############################################ .. contents:: :local: @@ -68,7 +68,7 @@ Button 1: Building and running ******************** -.. |sample path| replace:: :file:`samples/modem_trace_flash` +.. |sample path| replace:: :file:`samples/cellular/modem_trace_flash` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.conf b/samples/cellular/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.conf similarity index 100% rename from samples/nrf9160/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.conf rename to samples/cellular/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.conf diff --git a/samples/nrf9160/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.overlay b/samples/cellular/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.overlay rename to samples/cellular/modem_trace_flash/boards/nrf9160dk_nrf9160_ns.overlay diff --git a/samples/nrf9160/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.conf b/samples/cellular/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.conf similarity index 100% rename from samples/nrf9160/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.conf rename to samples/cellular/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.conf diff --git a/samples/nrf9160/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.overlay b/samples/cellular/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.overlay similarity index 100% rename from samples/nrf9160/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.overlay rename to samples/cellular/modem_trace_flash/boards/nrf9161dk_nrf9161_ns.overlay diff --git a/samples/nrf9160/modem_trace_flash/prj.conf b/samples/cellular/modem_trace_flash/prj.conf similarity index 100% rename from samples/nrf9160/modem_trace_flash/prj.conf rename to samples/cellular/modem_trace_flash/prj.conf diff --git a/samples/nrf9160/modem_trace_flash/sample.yaml b/samples/cellular/modem_trace_flash/sample.yaml similarity index 82% rename from samples/nrf9160/modem_trace_flash/sample.yaml rename to samples/cellular/modem_trace_flash/sample.yaml index 5c4742faec4..b21994c5a6a 100644 --- a/samples/nrf9160/modem_trace_flash/sample.yaml +++ b/samples/cellular/modem_trace_flash/sample.yaml @@ -1,7 +1,7 @@ sample: name: Modem trace flash tests: - sample.nrf9160.modem_trace_flash: + sample.cellular.modem_trace_flash: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/modem_trace_flash/src/main.c b/samples/cellular/modem_trace_flash/src/main.c similarity index 100% rename from samples/nrf9160/modem_trace_flash/src/main.c rename to samples/cellular/modem_trace_flash/src/main.c diff --git a/samples/nrf9160/nidd/CMakeLists.txt b/samples/cellular/nidd/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nidd/CMakeLists.txt rename to samples/cellular/nidd/CMakeLists.txt diff --git a/samples/nrf9160/nidd/Kconfig b/samples/cellular/nidd/Kconfig similarity index 100% rename from samples/nrf9160/nidd/Kconfig rename to samples/cellular/nidd/Kconfig diff --git a/samples/nrf9160/nidd/README.rst b/samples/cellular/nidd/README.rst similarity index 96% rename from samples/nrf9160/nidd/README.rst rename to samples/cellular/nidd/README.rst index 9f34a8bb631..ba1ab5a64a7 100644 --- a/samples/nrf9160/nidd/README.rst +++ b/samples/cellular/nidd/README.rst @@ -1,7 +1,7 @@ .. _nidd_sample: -nRF9160: NIDD -############# +Cellular: NIDD +############## .. contents:: :local: @@ -63,7 +63,7 @@ CONFIG_NIDD_PAYLOAD - Payload for NIDD transmission Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/nidd` +.. |sample path| replace:: :file:`samples/cellular/nidd` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/nidd/prj.conf b/samples/cellular/nidd/prj.conf similarity index 100% rename from samples/nrf9160/nidd/prj.conf rename to samples/cellular/nidd/prj.conf diff --git a/samples/nrf9160/nidd/sample.yaml b/samples/cellular/nidd/sample.yaml similarity index 89% rename from samples/nrf9160/nidd/sample.yaml rename to samples/cellular/nidd/sample.yaml index f50995e4fa3..0e755b54ec4 100644 --- a/samples/nrf9160/nidd/sample.yaml +++ b/samples/cellular/nidd/sample.yaml @@ -1,7 +1,7 @@ sample: name: NIDD sample tests: - samples.nrf9160.nidd: + samples.cellular.nidd: build_only: true platform_allow: nrf9160dk_nrf9160_ns thingy91_nrf9160_ns integration_platforms: diff --git a/samples/nrf9160/nidd/src/main.c b/samples/cellular/nidd/src/main.c similarity index 100% rename from samples/nrf9160/nidd/src/main.c rename to samples/cellular/nidd/src/main.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/CMakeLists.txt b/samples/cellular/nrf_cloud_mqtt_multi_service/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/CMakeLists.txt rename to samples/cellular/nrf_cloud_mqtt_multi_service/CMakeLists.txt diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/Kconfig b/samples/cellular/nrf_cloud_mqtt_multi_service/Kconfig similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/Kconfig rename to samples/cellular/nrf_cloud_mqtt_multi_service/Kconfig diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/README.rst b/samples/cellular/nrf_cloud_mqtt_multi_service/README.rst similarity index 99% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/README.rst rename to samples/cellular/nrf_cloud_mqtt_multi_service/README.rst index 9863326f77f..b291e89a0fc 100644 --- a/samples/nrf9160/nrf_cloud_mqtt_multi_service/README.rst +++ b/samples/cellular/nrf_cloud_mqtt_multi_service/README.rst @@ -1,7 +1,7 @@ .. _nrf_cloud_mqtt_multi_service: -nRF9160: nRF Cloud MQTT multi-service -##################################### +Cellular: nRF Cloud MQTT multi-service +###################################### .. contents:: :local: @@ -583,7 +583,7 @@ CONFIG_AT_CMD_REQUEST_RESPONSE_BUFFER_LENGTH - Length of AT command request resp Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/nrf_cloud_mqtt_multi_service` +.. |sample path| replace:: :file:`samples/cellular/nrf_cloud_mqtt_multi_service` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay b/samples/cellular/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay rename to samples/cellular/nrf_cloud_mqtt_multi_service/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/boards/thingy91_nrf9160_ns.overlay b/samples/cellular/nrf_cloud_mqtt_multi_service/boards/thingy91_nrf9160_ns.overlay similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/boards/thingy91_nrf9160_ns.overlay rename to samples/cellular/nrf_cloud_mqtt_multi_service/boards/thingy91_nrf9160_ns.overlay diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay b/samples/cellular/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay rename to samples/cellular/nrf_cloud_mqtt_multi_service/child_image/mcuboot/boards/nrf9160dk_nrf9160_0_14_0.overlay diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/nrf9160dk_with_nrf7002ek.overlay b/samples/cellular/nrf_cloud_mqtt_multi_service/nrf9160dk_with_nrf7002ek.overlay similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/nrf9160dk_with_nrf7002ek.overlay rename to samples/cellular/nrf_cloud_mqtt_multi_service/nrf9160dk_with_nrf7002ek.overlay diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay-nrf7002ek-wifi-scan-only.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/overlay-nrf7002ek-wifi-scan-only.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay-nrf7002ek-wifi-scan-only.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/overlay-nrf7002ek-wifi-scan-only.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_full_modem_fota.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/overlay_full_modem_fota.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_full_modem_fota.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/overlay_full_modem_fota.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_mcuboot_ext_flash.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/overlay_mcuboot_ext_flash.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_mcuboot_ext_flash.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/overlay_mcuboot_ext_flash.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_nrfcloud_logging.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/overlay_nrfcloud_logging.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_nrfcloud_logging.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/overlay_nrfcloud_logging.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/overlay_pgps_ext_flash.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/prj.conf b/samples/cellular/nrf_cloud_mqtt_multi_service/prj.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/prj.conf rename to samples/cellular/nrf_cloud_mqtt_multi_service/prj.conf diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/sample.yaml b/samples/cellular/nrf_cloud_mqtt_multi_service/sample.yaml similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/sample.yaml rename to samples/cellular/nrf_cloud_mqtt_multi_service/sample.yaml diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/application.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/application.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/application.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/application.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/application.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/application.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/application.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/application.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/at_commands.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/at_commands.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/at_commands.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/at_commands.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/at_commands.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/at_commands.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/at_commands.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/at_commands.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/connection.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/connection.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/connection.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/connection.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/connection.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/connection.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/connection.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/connection.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/fota_support.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/fota_support.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/fota_support.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/fota_support.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/fota_support.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/fota_support.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/fota_support.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/fota_support.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/led_control.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/led_control.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/led_control.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/led_control.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/led_control.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/led_control.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/led_control.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/led_control.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/location_tracking.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/location_tracking.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/location_tracking.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/location_tracking.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/location_tracking.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/location_tracking.h similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/location_tracking.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/location_tracking.h diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/main.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/main.c similarity index 100% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/main.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/main.c diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.c b/samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.c similarity index 91% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.c rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.c index 7a8794a4a78..58f96489130 100644 --- a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.c +++ b/samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2022 Nordic Semiconductor ASA + * + * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause + */ + #include #include diff --git a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.h b/samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.h similarity index 82% rename from samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.h rename to samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.h index 11b02ad5e19..6793c98c65d 100644 --- a/samples/nrf9160/nrf_cloud_mqtt_multi_service/src/temperature.h +++ b/samples/cellular/nrf_cloud_mqtt_multi_service/src/temperature.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2022 Nordic Semiconductor ASA + * + * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause + */ + #ifndef _TEMPERATURE_H_ #define _TEMPERATURE_H_ diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/CMakeLists.txt b/samples/cellular/nrf_cloud_rest_cell_location/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_cell_location/CMakeLists.txt rename to samples/cellular/nrf_cloud_rest_cell_location/CMakeLists.txt diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/Kconfig b/samples/cellular/nrf_cloud_rest_cell_location/Kconfig similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_cell_location/Kconfig rename to samples/cellular/nrf_cloud_rest_cell_location/Kconfig diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/README.rst b/samples/cellular/nrf_cloud_rest_cell_location/README.rst similarity index 95% rename from samples/nrf9160/nrf_cloud_rest_cell_location/README.rst rename to samples/cellular/nrf_cloud_rest_cell_location/README.rst index 2b835f90db1..76892bdbb15 100644 --- a/samples/nrf9160/nrf_cloud_rest_cell_location/README.rst +++ b/samples/cellular/nrf_cloud_rest_cell_location/README.rst @@ -1,7 +1,7 @@ .. _nrf_cloud_rest_cell_pos_sample: -nRF9160: nRF Cloud REST cellular location -######################################### +Cellular: nRF Cloud REST cellular location +########################################## .. contents:: :local: @@ -84,7 +84,7 @@ CONFIG_REST_CELL_LOCATION_DO_JITP - Enable prompt to perform JITP via REST Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/nrf_cloud_rest_cell_location` +.. |sample path| replace:: :file:`samples/cellular/nrf_cloud_rest_cell_location` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/include/buttons_def.h b/samples/cellular/nrf_cloud_rest_cell_location/include/buttons_def.h similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_cell_location/include/buttons_def.h rename to samples/cellular/nrf_cloud_rest_cell_location/include/buttons_def.h diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/prj.conf b/samples/cellular/nrf_cloud_rest_cell_location/prj.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_cell_location/prj.conf rename to samples/cellular/nrf_cloud_rest_cell_location/prj.conf diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/sample.yaml b/samples/cellular/nrf_cloud_rest_cell_location/sample.yaml similarity index 82% rename from samples/nrf9160/nrf_cloud_rest_cell_location/sample.yaml rename to samples/cellular/nrf_cloud_rest_cell_location/sample.yaml index 140017fbe0c..97335d9b440 100644 --- a/samples/nrf9160/nrf_cloud_rest_cell_location/sample.yaml +++ b/samples/cellular/nrf_cloud_rest_cell_location/sample.yaml @@ -1,7 +1,7 @@ sample: name: nRF Cloud REST Cellular Positioning tests: - sample.nrf9160.nrf_cloud_rest_cell_pos: + sample.cellular.nrf_cloud_rest_cell_pos: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/nrf_cloud_rest_cell_location/src/main.c b/samples/cellular/nrf_cloud_rest_cell_location/src/main.c similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_cell_location/src/main.c rename to samples/cellular/nrf_cloud_rest_cell_location/src/main.c diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/CMakeLists.txt b/samples/cellular/nrf_cloud_rest_device_message/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/CMakeLists.txt rename to samples/cellular/nrf_cloud_rest_device_message/CMakeLists.txt diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/Kconfig b/samples/cellular/nrf_cloud_rest_device_message/Kconfig similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/Kconfig rename to samples/cellular/nrf_cloud_rest_device_message/Kconfig diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/README.rst b/samples/cellular/nrf_cloud_rest_device_message/README.rst similarity index 96% rename from samples/nrf9160/nrf_cloud_rest_device_message/README.rst rename to samples/cellular/nrf_cloud_rest_device_message/README.rst index 9d3717bf77f..ffc9de97eee 100644 --- a/samples/nrf9160/nrf_cloud_rest_device_message/README.rst +++ b/samples/cellular/nrf_cloud_rest_device_message/README.rst @@ -1,7 +1,7 @@ .. _nrf_cloud_rest_device_message: -nRF9160: nRF Cloud REST Device Message -###################################### +Cellular: nRF Cloud REST Device Message +####################################### .. contents:: :local: @@ -101,11 +101,11 @@ CONFIG_REST_DEVICE_MESSAGE_DO_JITP - Enable prompt to perform JITP over REST Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/nrf_cloud_rest_device_message` +.. |sample path| replace:: :file:`samples/cellular/nrf_cloud_rest_device_message` .. include:: /includes/build_and_run_ns.txt -The configuration file for this sample is located in :file:`samples/nrf9160/nrf_cloud_rest_device_message`. +The configuration file for this sample is located in :file:`samples/cellular/nrf_cloud_rest_device_message`. See :ref:`configure_application` for information on how to configure the parameters. To enable `Zephyr Logging`_ to nRF Cloud using the :ref:`lib_nrf_cloud_log` library, add the following parameter to your build command: diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/overlay-rtt.conf b/samples/cellular/nrf_cloud_rest_device_message/overlay-rtt.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/overlay-rtt.conf rename to samples/cellular/nrf_cloud_rest_device_message/overlay-rtt.conf diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/overlay_nrfcloud_logging.conf b/samples/cellular/nrf_cloud_rest_device_message/overlay_nrfcloud_logging.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/overlay_nrfcloud_logging.conf rename to samples/cellular/nrf_cloud_rest_device_message/overlay_nrfcloud_logging.conf diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/prj.conf b/samples/cellular/nrf_cloud_rest_device_message/prj.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/prj.conf rename to samples/cellular/nrf_cloud_rest_device_message/prj.conf diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/sample.yaml b/samples/cellular/nrf_cloud_rest_device_message/sample.yaml similarity index 79% rename from samples/nrf9160/nrf_cloud_rest_device_message/sample.yaml rename to samples/cellular/nrf_cloud_rest_device_message/sample.yaml index 17775b43cfc..2ef9fab1ef4 100644 --- a/samples/nrf9160/nrf_cloud_rest_device_message/sample.yaml +++ b/samples/cellular/nrf_cloud_rest_device_message/sample.yaml @@ -1,7 +1,7 @@ sample: name: nRF Cloud REST Device message tests: - sample.nrf9160.nrf_cloud_rest_device_message: + sample.cellular.nrf_cloud_rest_device_message: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/nrf_cloud_rest_device_message/src/main.c b/samples/cellular/nrf_cloud_rest_device_message/src/main.c similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_device_message/src/main.c rename to samples/cellular/nrf_cloud_rest_device_message/src/main.c diff --git a/samples/nrf9160/nrf_cloud_rest_fota/CMakeLists.txt b/samples/cellular/nrf_cloud_rest_fota/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/CMakeLists.txt rename to samples/cellular/nrf_cloud_rest_fota/CMakeLists.txt diff --git a/samples/nrf9160/nrf_cloud_rest_fota/Kconfig b/samples/cellular/nrf_cloud_rest_fota/Kconfig similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/Kconfig rename to samples/cellular/nrf_cloud_rest_fota/Kconfig diff --git a/samples/nrf9160/nrf_cloud_rest_fota/README.rst b/samples/cellular/nrf_cloud_rest_fota/README.rst similarity index 97% rename from samples/nrf9160/nrf_cloud_rest_fota/README.rst rename to samples/cellular/nrf_cloud_rest_fota/README.rst index 034ee6c02cb..eb2c10781e1 100644 --- a/samples/nrf9160/nrf_cloud_rest_fota/README.rst +++ b/samples/cellular/nrf_cloud_rest_fota/README.rst @@ -1,6 +1,6 @@ .. _nrf_cloud_rest_fota: -nRF9160: nRF Cloud REST FOTA +Cellular: nRF Cloud REST FOTA ############################# .. contents:: @@ -95,11 +95,11 @@ CONFIG_REST_FOTA_DO_JITP - Enable prompt to perform JITP via REST Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/nrf_cloud_rest_fota` +.. |sample path| replace:: :file:`samples/cellular/nrf_cloud_rest_fota` .. include:: /includes/build_and_run_ns.txt -The configuration file for this sample is located in :file:`samples/nrf9160/nrf_cloud_rest_fota`. +The configuration file for this sample is located in :file:`samples/cellular/nrf_cloud_rest_fota`. See :ref:`configure_application` for information on how to configure the parameters. To create a FOTA test version of this sample, add the following parameter to your build command: diff --git a/samples/nrf9160/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay b/samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay rename to samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay diff --git a/samples/nrf9160/nrf_cloud_rest_fota/child_image/mcuboot.conf b/samples/cellular/nrf_cloud_rest_fota/child_image/mcuboot.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/child_image/mcuboot.conf rename to samples/cellular/nrf_cloud_rest_fota/child_image/mcuboot.conf diff --git a/samples/nrf9160/nrf_cloud_rest_fota/overlay_fota_test.conf b/samples/cellular/nrf_cloud_rest_fota/overlay_fota_test.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/overlay_fota_test.conf rename to samples/cellular/nrf_cloud_rest_fota/overlay_fota_test.conf diff --git a/samples/nrf9160/nrf_cloud_rest_fota/overlay_full_modem_fota.conf b/samples/cellular/nrf_cloud_rest_fota/overlay_full_modem_fota.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/overlay_full_modem_fota.conf rename to samples/cellular/nrf_cloud_rest_fota/overlay_full_modem_fota.conf diff --git a/samples/nrf9160/nrf_cloud_rest_fota/prj.conf b/samples/cellular/nrf_cloud_rest_fota/prj.conf similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/prj.conf rename to samples/cellular/nrf_cloud_rest_fota/prj.conf diff --git a/samples/nrf9160/nrf_cloud_rest_fota/sample.yaml b/samples/cellular/nrf_cloud_rest_fota/sample.yaml similarity index 82% rename from samples/nrf9160/nrf_cloud_rest_fota/sample.yaml rename to samples/cellular/nrf_cloud_rest_fota/sample.yaml index a926008839e..9bb817adfd0 100644 --- a/samples/nrf9160/nrf_cloud_rest_fota/sample.yaml +++ b/samples/cellular/nrf_cloud_rest_fota/sample.yaml @@ -1,7 +1,7 @@ sample: name: nRF Cloud REST FOTA tests: - sample.nrf9160.nrf_cloud_rest_fota: + sample.cellular.nrf_cloud_rest_fota: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/nrf_cloud_rest_fota/src/main.c b/samples/cellular/nrf_cloud_rest_fota/src/main.c similarity index 100% rename from samples/nrf9160/nrf_cloud_rest_fota/src/main.c rename to samples/cellular/nrf_cloud_rest_fota/src/main.c diff --git a/samples/nrf9160/nrf_provisioning/CMakeLists.txt b/samples/cellular/nrf_provisioning/CMakeLists.txt similarity index 100% rename from samples/nrf9160/nrf_provisioning/CMakeLists.txt rename to samples/cellular/nrf_provisioning/CMakeLists.txt diff --git a/samples/nrf9160/nrf_provisioning/Kconfig b/samples/cellular/nrf_provisioning/Kconfig similarity index 100% rename from samples/nrf9160/nrf_provisioning/Kconfig rename to samples/cellular/nrf_provisioning/Kconfig diff --git a/samples/nrf9160/nrf_provisioning/prj.conf b/samples/cellular/nrf_provisioning/prj.conf similarity index 100% rename from samples/nrf9160/nrf_provisioning/prj.conf rename to samples/cellular/nrf_provisioning/prj.conf diff --git a/samples/nrf9160/nrf_provisioning/sample.yaml b/samples/cellular/nrf_provisioning/sample.yaml similarity index 82% rename from samples/nrf9160/nrf_provisioning/sample.yaml rename to samples/cellular/nrf_provisioning/sample.yaml index a7d01fff706..e0fd3269a0f 100644 --- a/samples/nrf9160/nrf_provisioning/sample.yaml +++ b/samples/cellular/nrf_provisioning/sample.yaml @@ -1,7 +1,7 @@ sample: name: nRF Device Provisioning tests: - sample.nrf9160.nrf_provisioning: + sample.cellular.nrf_provisioning: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/nrf_provisioning/src/main.c b/samples/cellular/nrf_provisioning/src/main.c similarity index 100% rename from samples/nrf9160/nrf_provisioning/src/main.c rename to samples/cellular/nrf_provisioning/src/main.c diff --git a/samples/nrf9160/pdn/CMakeLists.txt b/samples/cellular/pdn/CMakeLists.txt similarity index 100% rename from samples/nrf9160/pdn/CMakeLists.txt rename to samples/cellular/pdn/CMakeLists.txt diff --git a/samples/nrf9160/pdn/README.rst b/samples/cellular/pdn/README.rst similarity index 97% rename from samples/nrf9160/pdn/README.rst rename to samples/cellular/pdn/README.rst index 35628c3808e..3021ad142d7 100644 --- a/samples/nrf9160/pdn/README.rst +++ b/samples/cellular/pdn/README.rst @@ -1,7 +1,7 @@ .. _pdn_sample: -nRF9160: PDN -############ +Cellular: PDN +############# .. contents:: :local: @@ -39,7 +39,7 @@ Finally, the sample prints the PDP context IDs and PDN IDs of both the default P Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/pdn` +.. |sample path| replace:: :file:`samples/cellular/pdn` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/pdn/prj.conf b/samples/cellular/pdn/prj.conf similarity index 100% rename from samples/nrf9160/pdn/prj.conf rename to samples/cellular/pdn/prj.conf diff --git a/samples/nrf9160/pdn/sample.yaml b/samples/cellular/pdn/sample.yaml similarity index 88% rename from samples/nrf9160/pdn/sample.yaml rename to samples/cellular/pdn/sample.yaml index 81a5258788c..c7a1f3172c2 100644 --- a/samples/nrf9160/pdn/sample.yaml +++ b/samples/cellular/pdn/sample.yaml @@ -1,7 +1,7 @@ sample: name: pdn sample tests: - sample.nrf9160.pdn: + sample.cellular.pdn: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/pdn/src/main.c b/samples/cellular/pdn/src/main.c similarity index 100% rename from samples/nrf9160/pdn/src/main.c rename to samples/cellular/pdn/src/main.c diff --git a/samples/nrf9160/slm_shell/CMakeLists.txt b/samples/cellular/slm_shell/CMakeLists.txt similarity index 100% rename from samples/nrf9160/slm_shell/CMakeLists.txt rename to samples/cellular/slm_shell/CMakeLists.txt diff --git a/samples/nrf9160/slm_shell/README.rst b/samples/cellular/slm_shell/README.rst similarity index 98% rename from samples/nrf9160/slm_shell/README.rst rename to samples/cellular/slm_shell/README.rst index 41477c183b6..2316295a007 100644 --- a/samples/nrf9160/slm_shell/README.rst +++ b/samples/cellular/slm_shell/README.rst @@ -1,7 +1,7 @@ .. _slm_shell_sample: -nRF9160: SLM Shell -################## +Cellular: SLM Shell +################### .. contents:: :local: diff --git a/samples/nrf9160/slm_shell/boards/nrf52840dk_nrf52840.conf b/samples/cellular/slm_shell/boards/nrf52840dk_nrf52840.conf similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf52840dk_nrf52840.conf rename to samples/cellular/slm_shell/boards/nrf52840dk_nrf52840.conf diff --git a/samples/nrf9160/slm_shell/boards/nrf52840dk_nrf52840.overlay b/samples/cellular/slm_shell/boards/nrf52840dk_nrf52840.overlay similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf52840dk_nrf52840.overlay rename to samples/cellular/slm_shell/boards/nrf52840dk_nrf52840.overlay diff --git a/samples/nrf9160/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.conf b/samples/cellular/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.conf similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.conf rename to samples/cellular/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.conf diff --git a/samples/nrf9160/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/cellular/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay rename to samples/cellular/slm_shell/boards/nrf5340dk_nrf5340_cpuapp.overlay diff --git a/samples/nrf9160/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.conf b/samples/cellular/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.conf similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.conf rename to samples/cellular/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.conf diff --git a/samples/nrf9160/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.overlay b/samples/cellular/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.overlay similarity index 100% rename from samples/nrf9160/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.overlay rename to samples/cellular/slm_shell/boards/nrf7002dk_nrf5340_cpuapp.overlay diff --git a/samples/nrf9160/slm_shell/overlay_rtt_shell.conf b/samples/cellular/slm_shell/overlay_rtt_shell.conf similarity index 100% rename from samples/nrf9160/slm_shell/overlay_rtt_shell.conf rename to samples/cellular/slm_shell/overlay_rtt_shell.conf diff --git a/samples/nrf9160/slm_shell/prj.conf b/samples/cellular/slm_shell/prj.conf similarity index 100% rename from samples/nrf9160/slm_shell/prj.conf rename to samples/cellular/slm_shell/prj.conf diff --git a/samples/nrf9160/slm_shell/sample.yaml b/samples/cellular/slm_shell/sample.yaml similarity index 91% rename from samples/nrf9160/slm_shell/sample.yaml rename to samples/cellular/slm_shell/sample.yaml index 842375cabee..8fd05f14d50 100644 --- a/samples/nrf9160/slm_shell/sample.yaml +++ b/samples/cellular/slm_shell/sample.yaml @@ -2,7 +2,7 @@ sample: description: SLM shell sample name: slm shell tests: - sample.nrf9160.slm_shell: + sample.cellular.slm_shell: build_only: true integration_platforms: - nrf52840dk_nrf52840 diff --git a/samples/nrf9160/slm_shell/src/main.c b/samples/cellular/slm_shell/src/main.c similarity index 100% rename from samples/nrf9160/slm_shell/src/main.c rename to samples/cellular/slm_shell/src/main.c diff --git a/samples/nrf9160/sms/CMakeLists.txt b/samples/cellular/sms/CMakeLists.txt similarity index 100% rename from samples/nrf9160/sms/CMakeLists.txt rename to samples/cellular/sms/CMakeLists.txt diff --git a/samples/nrf9160/sms/Kconfig b/samples/cellular/sms/Kconfig similarity index 100% rename from samples/nrf9160/sms/Kconfig rename to samples/cellular/sms/Kconfig diff --git a/samples/nrf9160/sms/README.rst b/samples/cellular/sms/README.rst similarity index 97% rename from samples/nrf9160/sms/README.rst rename to samples/cellular/sms/README.rst index 937684f7f9f..75c8ad233e2 100644 --- a/samples/nrf9160/sms/README.rst +++ b/samples/cellular/sms/README.rst @@ -1,7 +1,7 @@ .. _sms_sample: -nRF9160: SMS -############ +Cellular: SMS +############# .. contents:: :local: @@ -64,7 +64,7 @@ Check and configure the following optional library options that are used by the Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/sms` +.. |sample path| replace:: :file:`samples/cellular/sms` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/sms/prj.conf b/samples/cellular/sms/prj.conf similarity index 100% rename from samples/nrf9160/sms/prj.conf rename to samples/cellular/sms/prj.conf diff --git a/samples/nrf9160/sms/sample.yaml b/samples/cellular/sms/sample.yaml similarity index 88% rename from samples/nrf9160/sms/sample.yaml rename to samples/cellular/sms/sample.yaml index 5687025497b..9c0a9c06e0e 100644 --- a/samples/nrf9160/sms/sample.yaml +++ b/samples/cellular/sms/sample.yaml @@ -1,7 +1,7 @@ sample: name: sms Sample tests: - sample.nrf9160.sms: + sample.cellular.sms: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/sms/src/main.c b/samples/cellular/sms/src/main.c similarity index 100% rename from samples/nrf9160/sms/src/main.c rename to samples/cellular/sms/src/main.c diff --git a/samples/nrf9160/udp/CMakeLists.txt b/samples/cellular/udp/CMakeLists.txt similarity index 100% rename from samples/nrf9160/udp/CMakeLists.txt rename to samples/cellular/udp/CMakeLists.txt diff --git a/samples/nrf9160/udp/Kconfig b/samples/cellular/udp/Kconfig similarity index 100% rename from samples/nrf9160/udp/Kconfig rename to samples/cellular/udp/Kconfig diff --git a/samples/nrf9160/udp/README.rst b/samples/cellular/udp/README.rst similarity index 97% rename from samples/nrf9160/udp/README.rst rename to samples/cellular/udp/README.rst index e4e3b7b671a..3a9310f6b94 100644 --- a/samples/nrf9160/udp/README.rst +++ b/samples/cellular/udp/README.rst @@ -1,7 +1,7 @@ .. _udp: -nRF9160: UDP -############ +Cellular: UDP +############# .. contents:: :local: @@ -124,7 +124,7 @@ The sample provides predefined configuration files for the following development * :file:`prj.conf` - For nRF9160 DK and Thingy:91 * :file:`prj_qemu_x86.conf` - For x86 Emulation (QEMU) -They are located in :file:`samples/nrf9160/udp` folder. +They are located in :file:`samples/cellular/udp` folder. .. include:: /libraries/modem/nrf_modem_lib/nrf_modem_lib_trace.rst :start-after: modem_lib_sending_traces_UART_start @@ -133,7 +133,7 @@ They are located in :file:`samples/nrf9160/udp` folder. Building and running ******************** -.. |sample path| replace:: :file:`samples/nrf9160/udp` +.. |sample path| replace:: :file:`samples/cellular/udp` .. include:: /includes/build_and_run_ns.txt diff --git a/samples/nrf9160/udp/boards/qemu_x86.conf b/samples/cellular/udp/boards/qemu_x86.conf similarity index 100% rename from samples/nrf9160/udp/boards/qemu_x86.conf rename to samples/cellular/udp/boards/qemu_x86.conf diff --git a/samples/nrf9160/udp/prj.conf b/samples/cellular/udp/prj.conf similarity index 100% rename from samples/nrf9160/udp/prj.conf rename to samples/cellular/udp/prj.conf diff --git a/samples/nrf9160/udp/sample.yaml b/samples/cellular/udp/sample.yaml similarity index 90% rename from samples/nrf9160/udp/sample.yaml rename to samples/cellular/udp/sample.yaml index 12f3cf71eeb..24b20d0840d 100644 --- a/samples/nrf9160/udp/sample.yaml +++ b/samples/cellular/udp/sample.yaml @@ -1,7 +1,7 @@ sample: name: UDP sample tests: - sample.nrf9160.udp: + sample.cellular.udp: build_only: true integration_platforms: - nrf9160dk_nrf9160_ns diff --git a/samples/nrf9160/udp/src/main.c b/samples/cellular/udp/src/main.c similarity index 100% rename from samples/nrf9160/udp/src/main.c rename to samples/cellular/udp/src/main.c