zephyr/boards/arm/mm_swiftio
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
..
doc boards: shrink image sizes 2020-02-07 13:52:45 -05:00
CMakeLists.txt
Kconfig.board
Kconfig.defconfig drivers: uart: mcux_lpuart: Convert to DT_INST 2020-04-20 15:50:45 -05:00
board.cmake boards: mm_swiftio: support west command 2020-05-08 17:43:18 +02:00
mm_swiftio.dts dts: boards: mm_swiftio: modify dts active high/low flags 2020-05-07 14:47:26 +02:00
mm_swiftio.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00
mm_swiftio_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
mmswiftio_flexspi_nor_config.c
mmswiftio_flexspi_nor_config.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mmswiftio_sdram_ini_dcd.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00