zephyr/samples/net
Kumar Gala 789081673f Introduce new sized integer typedefs
This is a start to move away from the C99 {u}int{8,16,32,64}_t types to
Zephyr defined u{8,16,32,64}_t and s{8,16,32,64}_t.  This allows Zephyr
to define the sized types in a consistent manor across all the
architectures we support and not conflict with what various compilers
and libc might do with regards to the C99 types.

We introduce <zephyr/types.h> as part of this and have it include
<stdint.h> for now until we transition all the code away from the C99
types.

We go with u{8,16,32,64}_t and s{8,16,32,64}_t as there are some
existing variables defined u8 & u16 as well as to be consistent with
Zephyr naming conventions.

Jira: ZEP-2051

Change-Id: I451fed0623b029d65866622e478225dfab2c0ca8
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-20 16:07:08 +00:00
..
coaps_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
coaps_server net: coaps_server: add prj_arduino_101.conf file 2017-04-13 15:21:44 +03:00
common net/ieee802154/samples: Add a Kconfig option to tweak the TX power 2017-04-13 15:21:46 +03:00
dhcpv4_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
dns_resolve net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
echo_client net: Enable context buffer pool in case TCP and 6LO are enabled 2017-04-07 18:32:18 +03:00
echo_server net: Enable context buffer pool in case TCP and 6LO are enabled 2017-04-07 18:32:18 +03:00
http_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
http_server samples: net: http_server: Add bt test and arduino 101 support 2017-04-13 15:21:43 +03:00
ieee802154 net/samples/ieee802154: Making hw sample simpler 2017-03-31 11:24:28 +02:00
irc_bot samples: net: irc-bot: Use DNS resolve API 2017-04-13 15:21:45 +03:00
leds_demo samples/net: Uses CONFIG_NET_APP_IEEE802154_* options relevantly 2017-03-31 11:24:27 +02:00
mbedtls_dtlsclient doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
mbedtls_dtlsserver doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
mbedtls_sslclient net: Rename Kconfig.samples and its main option for future changes 2017-03-31 11:24:26 +02:00
mqtt_publisher doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
nats Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
telnet doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
wpan_serial samples/net: Remove the need for IEEE 802.15.4 stack in wpan serial 2017-03-31 11:24:27 +02:00
wpanusb drivers/ieee802154: Remove very old CC2520 left-over from µIP stack 2017-03-24 17:31:41 +02:00
zoap_client doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
zoap_server doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
zperf doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00
net.rst doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00