zephyr/soc/arm/st_stm32
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
..
common soc: arm: stm32 TICKS value with LPTIM config 2020-05-29 14:13:05 +02:00
stm32f0 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32f1 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32f2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32f3 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32f4 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32f7 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32g0 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32g4 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32h7 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32l0 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32l1 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32l4 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32l5 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32mp1 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
stm32wb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc