zephyr/soc/arm/st_stm32/stm32f4
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
Kconfig.defconfig.series
Kconfig.defconfig.stm32f401xc
Kconfig.defconfig.stm32f401xe
Kconfig.defconfig.stm32f405xx
Kconfig.defconfig.stm32f407xx
Kconfig.defconfig.stm32f411xe
Kconfig.defconfig.stm32f412cg
Kconfig.defconfig.stm32f412zg
Kconfig.defconfig.stm32f413xx
Kconfig.defconfig.stm32f415xx
Kconfig.defconfig.stm32f417xx
Kconfig.defconfig.stm32f427xx board: arm: Add Support For 96Boards Aerocore2 2020-05-08 07:33:43 -05:00
Kconfig.defconfig.stm32f429xx
Kconfig.defconfig.stm32f437xx
Kconfig.defconfig.stm32f446xx
Kconfig.defconfig.stm32f469xx
Kconfig.series
Kconfig.soc arm: soc: add support for stm32f427 2020-05-08 07:33:43 -05:00
linker.ld
soc.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc.h