zephyr/drivers/modem
Xavier Chapron f83bb02cbf drivers: modem: sara-r4: Replace snprintf calls by snprintk
Snprintf calls should be avoid when not necessary, instead snprintk
should be used as it offers the same functionnalities at a lower cost
in flash.

Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
2021-09-16 09:33:28 -04:00
..
CMakeLists.txt drivers: modem: build as static library 2021-08-17 06:06:03 -04:00
gsm_ppp.c drivers: modem: gsm_ppp: Fix ppp_dev 2021-09-08 10:49:45 -04:00
hl7800.c drivers: modem: hl7800 Add Site Survey 2021-09-01 12:33:29 -04:00
Kconfig drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
Kconfig.gsm drivers: modem: gsm_ppp: Use DTS 2021-08-31 17:33:34 -04:00
Kconfig.hl7800 drivers: modem: hl7800: Add Position over LTE (PoLTE) 2021-09-01 09:33:46 -04:00
Kconfig.quectel-bg9x drivers: modem: bg9x: Fix unused configs 2021-09-15 11:30:03 -04:00
Kconfig.ublox-sara-r4 drivers: modem: ublox-sara-r4: Convert driver to new DT device macros 2021-02-15 08:31:52 -05:00
Kconfig.wncm14a2a kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
modem_cmd_handler.c drivers: modem: Fix compiler warning 2021-08-02 11:32:02 -05:00
modem_cmd_handler.h drivers: modem: add modem_cmd_send_ext() 2021-07-28 21:08:51 -04:00
modem_context.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
modem_context.h drivers: modem: RSSI measurement for PPP link 2021-07-14 21:06:30 -04:00
modem_iface_uart.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_iface_uart.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_pin.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem_receiver.c pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
modem_receiver.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
modem_shell.c drivers: modem: implement operator id and cell info 2021-06-14 15:19:13 +02:00
modem_socket.c modem: fix socket descriptor leak 2021-01-07 10:36:19 +02:00
modem_socket.h drivers: modem: ublox-sara-r4: add TLS offload support 2021-04-21 11:13:34 +03:00
quectel-bg9x.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
quectel-bg9x.h drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00
ublox-sara-r4.c drivers: modem: sara-r4: Replace snprintf calls by snprintk 2021-09-16 09:33:28 -04:00
wncm14a2a.c drivers: modem: operate on device pointers instead of names 2021-07-15 11:48:00 -04:00