mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 08:45:22 +00:00
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> |
||
---|---|---|
.. | ||
can | ||
counter | ||
crypto | ||
current_sensing | ||
dac | ||
display | ||
entropy | ||
espi | ||
flash_shell | ||
gpio/boards | ||
ht16k33 | ||
i2c_fujitsu_fram | ||
kscan | ||
kscan_touch | ||
lcd_hd44780 | ||
led_apa102 | ||
led_apa102c_bitbang | ||
led_lp3943 | ||
led_lp5562 | ||
led_lpd8806 | ||
led_pca9633 | ||
led_ws2812 | ||
lora | ||
peci | ||
ps2 | ||
soc_flash_nrf | ||
spi_flash | ||
spi_flash_at45 | ||
spi_fujitsu_fram | ||
watchdog | ||
drivers.rst |