Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: dect_phy: dect_shell: new startup_cmd and possibility to give AT commands from command prompt #18548

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

jhirsi
Copy link
Contributor

@jhirsi jhirsi commented Nov 5, 2024

Added:

  • New startup_cmd command to store shell commands to be run sequentially after a bootup.
  • Possibility to give AT-commands from desh command prompt.. Note: dect nr+ modem firmware has limited support for AT-commands.

@jhirsi jhirsi requested review from a team as code owners November 5, 2024 08:39
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Nov 5, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 5, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: ec62c48fcd2656f231a55cabfc583464895554b3

more details

sdk-nrf:

PR head: ec62c48fcd2656f231a55cabfc583464895554b3
merge base: 4c995152636a5baeed40449dbcca1691374794bb
target head (main): 5e74b5b4664336d9023b6f3c70cf8f7127d78ae3
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (12)
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
samples
│  ├── dect
│  │  ├── dect_phy
│  │  │  ├── dect_shell
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── README.rst
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── main.c
│  │  │  │  │  ├── startup_cmd
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── startup_cmd_ctrl.c
│  │  │  │  │  │  ├── startup_cmd_ctrl.h
│  │  │  │  │  │  ├── startup_cmd_settings.c
│  │  │  │  │  │  ├── startup_cmd_settings.h
│  │  │  │  │  │  │ startup_cmd_shell.c

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi

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

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

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

samples/dect/dect_phy/dect_shell/README.rst Outdated Show resolved Hide resolved
samples/dect/dect_phy/dect_shell/prj.conf Outdated Show resolved Hide resolved
samples/dect/dect_phy/dect_shell/README.rst Outdated Show resolved Hide resolved
samples/dect/dect_phy/dect_shell/README.rst Outdated Show resolved Hide resolved
Enabled to give at commands from shell prompt.
Note that NR+ modem FW has rather limited set of AT commands supported.

Signed-off-by: Jani Hirsimäki <[email protected]>
New command to store shell commands
to be run sequentially after a bootup.
Default max of 6 mem slots available for commands.

Signed-off-by: Jani Hirsimäki <[email protected]>
@rlubos rlubos merged commit f1fd584 into nrfconnect:main Nov 6, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants