mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 04:55:20 +00:00
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.altera_jtag | ||
Kconfig.atmel_sam3 | ||
Kconfig.cc32xx | ||
Kconfig.cmsdk_apb | ||
Kconfig.fe310 | ||
Kconfig.mcux | ||
Kconfig.mcux_lpuart | ||
Kconfig.nrf5 | ||
Kconfig.ns16550 | ||
Kconfig.nsim | ||
Kconfig.qmsi | ||
Kconfig.riscv_qemu | ||
Kconfig.stellaris | ||
Kconfig.stm32 | ||
Kconfig.uart_sam | ||
Kconfig.usart_sam | ||
Makefile | ||
uart_altera_jtag.c | ||
uart_atmel_sam3.c | ||
uart_cc32xx.c | ||
uart_cmsdk_apb.c | ||
uart_fe310.c | ||
uart_mcux_lpuart.c | ||
uart_mcux.c | ||
uart_nrf5.c | ||
uart_ns16550.c | ||
uart_ns16550.h | ||
uart_nsim.c | ||
uart_qmsi.c | ||
uart_riscv_qemu.c | ||
uart_sam.c | ||
uart_stellaris.c | ||
uart_stellaris.h | ||
uart_stm32.c | ||
uart_stm32.h | ||
usart_sam.c |