zephyr/doc/guides/dts
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
..
api-usage.rst doc: dts: update guides 2020-05-26 22:32:34 +02:00
bindings.rst
design.rst doc: dts: update guides 2020-05-26 22:32:34 +02:00
dt-vs-kconfig.rst
howtos.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
index.rst doc: dts: update guides 2020-05-26 22:32:34 +02:00
intro.rst doc: dts: update guides 2020-05-26 22:32:34 +02:00
legacy-macros.bnf
legacy-macros.rst devicetree: add migration guide documentation and tests 2020-05-28 22:12:38 +02:00
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