zephyr/samples/drivers
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
..
aio_comparator Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
crypto kernel: remove remaining microkernel references 2017-04-10 20:21:05 +00:00
current_sensing license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
gpio license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c_fujitsu_fram samples: i2c_fujitsu: change hard-coded device name 2017-02-28 13:49:48 +00:00
lcd_hd44780 samples: add some missing testcase.ini 2017-02-23 13:28:03 +00:00
led_apa102c samples: driver: led_apa102c: change hard-coded device name 2017-02-23 13:24:42 +00:00
random license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rtc samples: drivers: rtc: change hard-coded device nam 2017-02-28 13:46:49 +00:00
soc_flash_nrf5 samples: drivers: change hard-coded device name 2017-02-28 13:48:30 +00:00
spi_flash samples: drivers: change hard-coded device name 2017-02-28 13:48:30 +00:00
spi_fujitsu_fram samples: drivers: change hard-coded device name 2017-02-28 13:48:30 +00:00
watchdog license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00