zephyr/lib/updatehub
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
..
include updatehub: move header to library 2019-10-25 18:20:20 -04:00
CMakeLists.txt lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
shell.c lib: updatehub: Refact to use bin2hex 2020-04-17 10:09:56 +03:00
updatehub.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
updatehub_device.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
updatehub_device.h lib: updatehub: Refact to use bin2hex 2020-04-17 10:09:56 +03:00
updatehub_firmware.c lib: updatehub: Add missing include for FLASH_AREA 2020-05-18 11:12:31 +02:00
updatehub_firmware.h cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
updatehub_priv.h lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00