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: cellular: udp: cleanup and add way to shutdown modem #13066

Merged
merged 3 commits into from
Dec 20, 2023
Merged

samples: cellular: udp: cleanup and add way to shutdown modem #13066

merged 3 commits into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. samples: cellular: udp: add modem shutdown

    This commit adds a new Kconfig option for configuring
    the number of data transmissions to the server.
    Shutdown the modem library when there are no more
    transmissions to execute.
    
    Signed-off-by: Mirko Covizzi <[email protected]>
    MirkoCovizzi authored and Mirko committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9c9cf42 View commit details
    Browse the repository at this point in the history
  2. samples: cellular: udp: align sem naming

    This commit aligns the semaphore naming convention.
    
    Signed-off-by: Mirko Covizzi <[email protected]>
    MirkoCovizzi authored and Mirko committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e1a7cfc View commit details
    Browse the repository at this point in the history
  3. test-spec: move cellular/udp to iot-samples

    This commit moves the cellular/udp sample from
    `CI-thingy91-test` to `CI-iot-samples-test`.
    This is because now the testing automation
    for `samples/cellular` is under the `CI-iot-samples-test`
    plan.
    
    Signed-off-by: Mirko Covizzi <[email protected]>
    MirkoCovizzi authored and Mirko committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7a106b5 View commit details
    Browse the repository at this point in the history