zephyr/boards/arm/v2m_beetle
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
support boards: v2m_beetle: Add OpenOCD for debugging 2017-05-15 10:51:13 -05:00
board.cmake boards: allow cmake-time overrides of all runners 2019-06-07 13:43:51 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04: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_beetle.dts dts: cmsdk_gpio: Update binding and .dts to make label required 2020-04-03 04:11:36 -05:00
v2m_beetle.yaml tests: counter_basic_api: Enable tests for ARM CMSDK drivers 2019-02-07 16:14:00 -05:00
v2m_beetle_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00