zephyr/boards
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
..
arc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
common scripts: west: add CANopen flash runner 2020-05-08 10:53:42 +02:00
nios2 dts: i2c: Remove DT_I2C_._NAME references 2020-04-10 15:11:18 -05:00
posix zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
riscv boards: riscv: Conditionalize pinmuxes on rv32m1_vega board 2020-05-22 14:51:07 +02:00
shields boards: Eth Click MikroElectronica shield 2020-05-20 19:02:36 +02:00
x86 boards: x86: make up_squared default to x86_64 2020-05-19 19:19:51 +02:00
xtensa boards: qemu_xtensa: enable icount mode 2020-05-14 13:52:07 +02:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
deprecated.cmake boards: Remove redundant board efr32_slwstk6061a 2020-04-30 05:43:37 -05:00
index.rst riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
Kconfig boards: remove the existing qemu icount configuration 2020-05-14 13:52:07 +02:00