zephyr/samples/subsys/usb
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 samples: usb: audio: Fix building off sample with sanitycheck 2020-05-21 16:55:27 +02:00
cdc_acm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cdc_acm_composite zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
console samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
dfu samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
hid zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hid-cdc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
hid-mouse zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
inf
mass samples: usb: mass: set storage device for FatFS 2020-06-05 17:44:39 +02:00
testusb samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
webusb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb.rst
usb_pid.Kconfig samples: wpanusb: assign next free sample PID 2020-05-27 14:15:52 +02:00