zephyr/drivers/bluetooth/nble
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
..
Kconfig kernel: remove legacy kernel support 2017-04-19 15:48:37 +00:00
Makefile drivers: bluetooth: nble: remove unneeded include path additions 2016-12-09 08:18:24 +02:00
conn.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
conn.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
conn_internal.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gap.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gap_internal.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gatt.c Bluetooth: GATT: fixing unsubscription 2017-02-08 11:00:06 +00:00
gatt_internal.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpc.h Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
rpc_deserialize.c Bluetooth: nble: Catch and handle non-zero fn_index 2017-02-10 12:03:09 +00:00
rpc_functions_to_ble_core.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpc_functions_to_quark.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rpc_serialize.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
smp.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
smp.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stubs.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
uart.h spell: fix doxygen comment typos: /drivers 2017-04-19 10:45:34 -07:00