zephyr/drivers/serial
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
CMakeLists.txt drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
Kconfig drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
Kconfig.altera_jtag
Kconfig.cc13xx_cc26xx drivers: cc13xx_cc26xx: use DT_INST_FOREACH to reduce code duplication 2020-04-23 17:29:53 -05:00
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm drivers: uart: mcux_flexcomm: Convert to DT_INST 2020-04-28 16:54:30 -05:00
Kconfig.mcux_lpsci drivers: uart: mcux_lpsci: Convert to DT_INST 2020-04-28 16:54:30 -05:00
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.nrfx
Kconfig.ns16550
Kconfig.nsim
Kconfig.pl011
Kconfig.psoc6
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx drivers: serial: Xilinx UART driver interrupt support feature flag 2020-04-22 17:36:58 +02:00
Kconfig.xmc4xxx drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
leuart_gecko.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_altera_jtag_hal.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_cc13xx_cc26xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_cc32xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_cmsdk_apb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_gecko.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_imx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_liteuart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mcux_flexcomm.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mcux_lpsci.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mcux_lpuart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mcux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_miv.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_msp432p4xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_native_posix.c
uart_nrfx_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_nrfx_uarte.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_ns16550_port_x.h devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_ns16550.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_ns16550.h
uart_nsim.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_pl011.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_psoc6.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_rtt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_rv32m1_lpuart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_sam.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_sam0.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_sifive.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_stellaris.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_xlnx_ps.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_xmc4xxx.c drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
usart_sam.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00