zephyr/drivers/modem
Michael Scott 698661b56e drivers: modem: sara-r4: update functions to return POSIX values
The original Ublox SARA-R4 driver was written for the net_context
APIs.  As a result many of the return values are not POSIX standard.

Let's go through all of the socket offload functions and make sure
we return standard values (0 or -1) and set errno where appropriate.

Signed-off-by: Michael Scott <mike@foundries.io>
2020-02-10 12:29:41 +02:00
..
CMakeLists.txt
gsm_ppp.c drivers: modem: gsm: Add support for getting modem info 2020-02-06 10:19:25 +02:00
Kconfig
Kconfig.gsm
Kconfig.ublox-sara-r4 drivers: modem: sara-r4: support for network indication on SARA modems 2020-02-10 12:29:41 +02:00
Kconfig.wncm14a2a
modem_cmd_handler.c drivers: modem: cmd_handler: fix findcrlf() indentation 2020-02-10 12:29:41 +02:00
modem_cmd_handler.h drivers: modem: Add support for different line endings 2020-02-05 23:31:56 +02:00
modem_context.c
modem_context.h drivers: modem: Fix gpio compile errors with modem shell 2020-02-06 12:33:20 +02:00
modem_iface_uart.c
modem_iface_uart.h
modem_pin.c drivers: modem: Fix gpio compile errors with modem shell 2020-02-06 12:33:20 +02:00
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c drivers: modem: socket: add is_connected field to modem_socket 2020-02-10 12:29:41 +02:00
modem_socket.h drivers: modem: socket: add is_connected field to modem_socket 2020-02-10 12:29:41 +02:00
ublox-sara-r4.c drivers: modem: sara-r4: update functions to return POSIX values 2020-02-10 12:29:41 +02:00
wncm14a2a.c