zephyr/boards/arm/v2m_musca_b1
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: arm: Replaces a non-working web link 2020-02-19 12:40:54 +01:00
board.cmake boards: arm: musca_b1: Add TFM support 2020-05-09 16:21:51 +02:00
CMakeLists.txt boards: arm: musca_b1: Add TFM support 2020-05-09 16:21:51 +02:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig drivers: gpio: cmsdk_ahb: Convert driver to be full DTS based 2020-04-03 04:11:36 -05:00
pinmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
v2m_musca_b1-common.dtsi arm: v2m_musca_b1: Enable GPIO support 2019-09-25 22:33:19 -07:00
v2m_musca_b1.dts arm: v2m_musca_b1: Enable GPIO support 2019-09-25 22:33:19 -07:00
v2m_musca_b1.yaml arm: v2m_musca_b1: Enable GPIO support 2019-09-25 22:33:19 -07:00
v2m_musca_b1_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
v2m_musca_b1_nonsecure.dts arm: musca_b1: Extend memory space in nonsecure 2020-05-09 16:21:51 +02:00
v2m_musca_b1_nonsecure.yaml arm: Musca B1: Migrate to eFlash 2019-07-31 10:31:29 -04:00
v2m_musca_b1_nonsecure_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00