zephyr/tests/drivers/i2c/i2c_slave_api
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
..
boards tests: i2c_slave_api: Remove unneeded setting of Kconfig symbols 2020-05-05 11:44:34 -05:00
common zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
src zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
Kconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf drivers: i2c: kconfig: Remove unused I2C_EEPROM_SLAVE_0/1 symbols 2019-10-29 06:15:55 +01:00
testcase.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00