zephyr/samples/drivers
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
..
can zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
counter zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
current_sensing zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
display zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
espi zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
flash_shell zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio/boards samples: gpio: add board overlay for up_squared 2020-02-05 12:00:36 +01:00
ht16k33 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2c_fujitsu_fram zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kscan zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
kscan_touch zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lcd_hd44780 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_apa102 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
led_apa102c_bitbang zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_lp3943 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
led_lp5562 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_lpd8806 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
led_pca9633 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
led_ws2812 samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
lora zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
soc_flash_nrf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_flash zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_flash_at45 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spi_fujitsu_fram zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
watchdog samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
drivers.rst samples: drivers: Change drivers.rst to find all samples readme file 2020-05-15 17:18:56 +02:00