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

application: serial_lte_modem: new nRF Cloud service #11573

Merged
merged 1 commit into from
Jul 4, 2023

Commits on Jun 29, 2023

  1. application: serial_lte_modem: new nRF Cloud service

    Separate nRF Cloud service from the GNSS service to allow
    include/exclude of nRF Cloud services by configurating prj.conf,
    and allow more nRF Cloud-specific services be added later.
    
    New configuration CONFIG_SLM_NRF_CLOUD for nRF Cloud access.
    nRF Cloud A-GPS, P-GPS and Location service to be configured
    separately with lib_nrfcloud configuration items:
    .Remove CONFIG_SLM_LOCATION, to use CONFIG_NRF_CLOUD_LOCATION.
    .Remove CONFIG_SLM_AGPS, to use CONFIG_NRF_CLOUD_AGPS.
    .Remove CONFIG_SLM_PGPS, to use CONFIG_NRF_CLOUD_PGPS.
    
    Enable nRF Cloud A-GPS and Location service by default.
    
    Signed-off-by: Jun Qing Zou <jun.qing.zou@nordicsemi.no>
    junqingzou committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    29b8e8d View commit details
    Browse the repository at this point in the history