zephyr/drivers/kscan
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
..
CMakeLists.txt drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig.ft5336 drivers: kscan: add support for the interrupt on the ft5336 2020-04-02 16:48:15 -05:00
Kconfig.sdl drivers: kscan: Introduce SDL mouse driver 2020-03-11 13:23:19 -05:00
Kconfig.xec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
kscan_ft5336.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kscan_handlers.c tests: drivers: fixes for failing tests 2020-04-24 09:49:46 -05:00
kscan_mchp_xec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kscan_sdl.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00