zephyr/boards/arc/em_starterkit
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 board: arc: Enable selection of FTDI instance by its serial number 2020-02-13 10:45:44 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig boards: Remove Kconfig I2C_[0-9] usage 2020-05-06 10:55:38 -05:00
arc_mpu_regions.c soc: arc: Use new dts macros in linker scripts and arc_mpu_regions 2020-04-30 13:29:48 -05:00
board.cmake boards: arc: Load Elf with OpenOCD by default 2020-02-18 09:58:47 -05:00
board.dtsi boards: arc/em_starterkit: update DTS to new GPIO API 2020-02-05 12:00:36 +01:00
em_starterkit.dts boards: em_starterkit: cleanup dts warnings 2020-02-05 17:10:54 -05:00
em_starterkit.yaml toolchains: add xtools support for ARC 2018-07-08 15:39:35 -04:00
em_starterkit_defconfig boards: fix the sys ticks per second for emsk 2020-05-21 10:58:40 +02:00
em_starterkit_em7d.dts boards: em_starterkit: cleanup dts warnings 2020-02-05 17:10:54 -05:00
em_starterkit_em7d.yaml boards: arc: make nsim_em a default platform 2020-04-21 10:36:03 -07:00
em_starterkit_em7d_defconfig boards: fix the sys ticks per second for emsk 2020-05-21 10:58:40 +02:00
em_starterkit_em7d_v22.dts boards: em_starterkit: cleanup dts warnings 2020-02-05 17:10:54 -05:00
em_starterkit_em7d_v22.yaml toolchains: add xtools support for ARC 2018-07-08 15:39:35 -04:00
em_starterkit_em7d_v22_defconfig boards: fix the sys ticks per second for emsk 2020-05-21 10:58:40 +02:00
em_starterkit_em11d.dts boards: em_starterkit: cleanup dts warnings 2020-02-05 17:10:54 -05:00
em_starterkit_em11d.yaml toolchains: add xtools support for ARC 2018-07-08 15:39:35 -04:00
em_starterkit_em11d_defconfig boards: fix the sys ticks per second for emsk 2020-05-21 10:58:40 +02:00
em_starterkit_r22.dtsi dts: arc: emsk: Remove emsk_dt.h and CONFIG options from dtsi 2018-11-23 09:13:55 -05:00
em_starterkit_r23.dtsi dts: arc: emsk: Remove emsk_dt.h and CONFIG options from dtsi 2018-11-23 09:13:55 -05:00
pmodmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00