mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-14 14:45:21 +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> |
||
---|---|---|
.. | ||
api-usage.rst | ||
bindings.rst | ||
design.rst | ||
dt-vs-kconfig.rst | ||
howtos.rst | ||
index.rst | ||
intro.rst | ||
legacy-macros.bnf | ||
legacy-macros.rst | ||
macros.bnf | ||
main-example.dts | ||
zephyr_dt_build_flow.png | ||
zephyr_dt_build_flow.svg | ||
zephyr_dt_i2c_example.png | ||
zephyr_dt_i2c_example.svg | ||
zephyr_dt_i2c_high_level.png | ||
zephyr_dt_i2c_high_level.svg | ||
zephyr_dt_inputs_outputs.svg |