zephyr/drivers/i2c
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 drivers: Add Atmel SAM family I2C (TWIHS) driver 2017-04-14 05:56:54 -05:00
Makefile drivers: Add Atmel SAM family I2C (TWIHS) driver 2017-04-14 05:56:54 -05:00
i2c_atmel_sam3.c i2c: Implement consistent i2c no msgs behaviour 2017-02-07 18:32:35 +00:00
i2c_atmel_sam3.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c_dw.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
i2c_dw.h drivers: i2c: rename IRQ SHARED/DIRECT Kconfig options 2017-04-14 01:58:33 +00:00
i2c_dw_registers.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c_mcux.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
i2c_nrf5.c arm: spi: spi master support for nrf52 family 2017-04-04 17:55:13 -05:00
i2c_qmsi.c drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
i2c_qmsi_ss.c drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
i2c_stm32lx.c drivers: i2c: stm32: fix i2c_2 instance config 2017-04-14 05:56:53 -05:00
i2c_stm32lx.h drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
twihs_sam.c drivers: Add Atmel SAM family I2C (TWIHS) driver 2017-04-14 05:56:54 -05:00