mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 13:35:22 +00:00
Add a set of modem shell commands to support modem development. Start with: modem list: Lists all registered modems and related information modem send <modem receiver index> <command>: Send command to modem Signed-off-by: Michael Scott <mike@foundries.io>
4 lines
173 B
CMake
4 lines
173 B
CMake
zephyr_sources_ifdef(CONFIG_MODEM_RECEIVER modem_receiver.c)
|
|
zephyr_sources_ifdef(CONFIG_MODEM_SHELL modem_shell.c)
|
|
zephyr_sources_ifdef(CONFIG_MODEM_WNCM14A2A wncm14a2a.c)
|