-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: ec62c48fcd2656f231a55cabfc583464895554b3 more detailssdk-nrf:
Github labels
List of changed files detected by CI (12)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
282dbfc
to
b7ba618
Compare
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]>
b7ba618
to
ec62c48
Compare
Added:
startup_cmd
command to store shell commands to be run sequentially after a bootup.