-
Notifications
You must be signed in to change notification settings - Fork 1.4k
applications: serial_lte_modem: Remove use of CONFIG_UART_x_NRF_HW_ASYNC #21247
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
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 34a77df2d1a57f4e4d0e74ba7b36147331f62f72 more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-21247/nrf/applications/serial_lte_modem/doc/nRF91_as_Zephyr_modem.html |
Use of CONFIG_UART_x_NRF_HW_ASYNC has been mostly removed earlier from SLM app side with PR nrfconnect#19720. Removing last few references. This causes some overlays to become empty so they are deleted. overlay-zephyr-modem-external-mcu.conf would only have CONFIG_SLM_POWER_PIN so it's also removed and documentation updated so that apps should define it. Signed-off-by: Tommi Rantanen <[email protected]>
Use of CONFIG_UART_x_NRF_HW_ASYNC has been removed earlier from SLM app side with PR nrfconnect#19720. Signed-off-by: Tommi Rantanen <[email protected]>
88fd318 to
34a77df
Compare
Use of CONFIG_UART_x_NRF_HW_ASYNC has been mostly removed earlier from SLM app side with PR #19720. Removing last few references.
This causes some overlays to become empty so they are deleted.
Also, removing from SLM shell.