zephyr/doc/reference
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
..
audio
bluetooth Bluetooth: doc: Include gap.h and addr.h in documentation build 2020-04-30 13:34:28 +02:00
crypto
devicetree doc: dts: simplify DT_INST documentation 2020-05-26 22:32:34 +02:00
display
drivers zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
file_system
kernel zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
logging zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
misc doc: reference: misc: highlight userspace restriction on sys_notify 2020-05-20 10:34:17 +02:00
networking zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peripherals doc: reference: Update overview for 2.3 2020-06-05 20:36:16 +02:00
power_management zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
random
resource_management sys: onoff: redesign to meet changed needs 2020-04-22 16:52:47 +02:00
settings
shell zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
storage storage: add stream flash library 2020-05-06 11:14:00 +02:00
usb USB: Add driver and PID for Bluetooth H4 2020-04-20 21:59:47 +03:00
usermode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
index.rst doc: Add docs on data structures 2020-05-07 17:17:52 -07:00
overview.rst doc: reference: Update overview for 2.3 2020-06-05 20:36:16 +02:00
terminology.rst doc: reference: terminology: refine API attributes 2020-04-22 17:39:56 +02:00