Re: Cellular Modem support
Hello Ryan (and Paul),
On 06/07/2018 07:06 AM, Paul Sokolovsky wrote: Hello,I updated the WCN-M14A2A LTE-M modem driver PR today: https://github.com/zephyrproject-rtos/zephyr/pull/6344 There are quite a few "things-to-do", but it's nice as a reference for: - drivers/modem setup vs. doing everything in the app layer - offloaded network communications - AT command style modem control - A very small modem-receiver layer which provides a basic shell to send commands to registered modems. My hope was to enable the native Zephyr networking samples for modem connectivity instead of ethernet, bluetooth, etc via a few additional configs like so: CONFIG_MODEM=y CONFIG_MODEM_SHELL=y CONFIG_MODEM_WCN14A2A=y - Mike I know I could do this
|
|