After startup ublox-sara-r4 code sets the MDM_POWER signal to input using a deprecated configuration macro. This was the only use of the modem context API to configure a pin. Refactor the API to not take the flags as an input but instead select between the flags to be used when the pin is active and a disconnected state. Use this API instead of a separate direct configure call when initializing the modem pins. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| gsm_ppp.c | ||
| Kconfig | ||
| Kconfig.gsm | ||
| Kconfig.ublox-sara-r4 | ||
| Kconfig.wncm14a2a | ||
| modem_cmd_handler.c | ||
| modem_cmd_handler.h | ||
| modem_context.c | ||
| modem_context.h | ||
| modem_iface_uart.c | ||
| modem_iface_uart.h | ||
| modem_pin.c | ||
| modem_receiver.c | ||
| modem_receiver.h | ||
| modem_shell.c | ||
| modem_socket.c | ||
| modem_socket.h | ||
| ublox-sara-r4.c | ||
| wncm14a2a.c | ||