zephyr/drivers/serial
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 serial (UART) driver 2017-04-14 05:56:54 -05:00
Kconfig.altera_jtag
Kconfig.atmel_sam3
Kconfig.cc32xx cc3200: Resolve DTS fixup. 2017-04-04 17:55:12 -05:00
Kconfig.cmsdk_apb
Kconfig.fe310 serial: added support for the SiFive Freedom E310 UART driver 2017-04-02 15:15:21 +00:00
Kconfig.mcux serial: mcux: remove bits related to !HAS_DTS 2017-04-14 05:56:53 -05:00
Kconfig.mcux_lpuart serial: mcux: remove bits related to !HAS_DTS 2017-04-14 05:56:53 -05:00
Kconfig.nrf5 arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
Kconfig.ns16550
Kconfig.nsim
Kconfig.qmsi
Kconfig.riscv_qemu
Kconfig.stellaris
Kconfig.stm32 serial: stm32: remove bits related to !HAS_DTS 2017-04-14 05:56:53 -05:00
Kconfig.uart_sam drivers: Add Atmel SAM serial (UART) driver 2017-04-14 05:56:54 -05:00
Kconfig.usart_sam
Makefile drivers: Add Atmel SAM serial (UART) driver 2017-04-14 05:56:54 -05:00
uart_altera_jtag.c
uart_atmel_sam3.c
uart_cc32xx.c cc3200: Resolve DTS fixup. 2017-04-04 17:55:12 -05:00
uart_cmsdk_apb.c
uart_fe310.c serial: added support for the SiFive Freedom E310 UART driver 2017-04-02 15:15:21 +00:00
uart_mcux_lpuart.c
uart_mcux.c arm: UART driver modifications for MKL25Z soc support 2017-03-27 09:05:57 -05:00
uart_nrf5.c
uart_ns16550.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
uart_ns16550.h
uart_nsim.c Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
uart_qmsi.c
uart_riscv_qemu.c
uart_sam.c drivers: Add Atmel SAM serial (UART) driver 2017-04-14 05:56:54 -05:00
uart_stellaris.c
uart_stellaris.h
uart_stm32.c serial: stm32: remove bits related to !HAS_DTS 2017-04-14 05:56:53 -05:00
uart_stm32.h
usart_sam.c