zephyr/subsys/net/lib/mqtt
Jun Qing Zou aae379f245 net: mqtt: Debug logging of pointers
Cast pointer to `void *` for `%p` parameter.
Otherwise lots of warnings in the log like below:

 `<wrn> cbprintf_package: (unsigned) char * used for %p argument.
 It's recommended to cast it to void * because it may cause
 misbehavior in certain configurations. String:"%s: (%p): >>
 length:0x%08x cur:%p, end:%p" argument:3`

Signed-off-by: Jun Qing Zou <jun.qing.zou@nordicsemi.no>
2023-03-15 15:02:47 +01:00
..
CMakeLists.txt net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
Kconfig net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_decoder.c net: mqtt: Debug logging of pointers 2023-03-15 15:02:47 +01:00
mqtt_encoder.c net: mqtt: Debug logging of pointers 2023-03-15 15:02:47 +01:00
mqtt_internal.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_os.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_rx.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport.c net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt_transport.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tcp.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tls.c net: sockets: Fix TLS_HOSTNAME option length inconsistency 2023-01-27 19:23:36 +09:00
mqtt_transport_websocket.c net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00