zephyr/samples/net/sockets
Kumar Gala d00d0f1266 samples/tests: Convert use of %ll{u,d} to PRI{u,d}64
Move to using PRIu64/PRId64 instead of %llu/%lld since on
native_posix_64 the uint64_t/int64_t type is defined in terms of 'long
int' and not 'long long int'.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
big_http_download samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
can zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
civetweb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
coap_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
coap_server zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dumb_http_server samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
dumb_http_server_mt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
echo samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
echo_async samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
echo_async_select samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
echo_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
echo_server zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
http_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
http_get samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
net_mgmt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
packet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sntp_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socketpair samples: sockets: socketpair: mitigate negative index 2020-06-03 18:33:19 +02:00
tcp samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
websocket_client samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00