zephyr/soc/arm
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
..
arm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
atmel_sam zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
atmel_sam0 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bcm_vk zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
common/cortex_m soc: arm: cortex_m: Improve error messages 2020-05-27 16:18:26 +02:00
cypress drivers: serial: uart_psoc6: Convert to new dt macros 2020-04-24 10:57:33 -05:00
infineon_xmc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
microchip_mec zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nordic_nrf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nxp_imx zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nxp_kinetis zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nxp_lpc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
qemu_cortex_a53 soc: arm: qemu_cortex_a53: Convert to new DT_INST macros 2020-03-31 19:28:47 -05:00
silabs_exx32 dts: Remove dts_fixup.h 2020-05-05 15:46:50 +02:00
st_stm32 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ti_lm3s6965 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ti_simplelink zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
xilinx_zynqmp dts: Remove unused or dead dts_fixup.h 2020-04-30 18:06:23 -05:00
CMakeLists.txt soc: arm: framework for common fixed MPU region configuration 2019-12-09 11:51:14 -05:00
Kconfig kconfig: Make the CPU_HAS_FPU_DOUBLE_PRECISION option global. 2020-04-22 16:39:48 -07:00