Http Client OTA: Add extra for HTTP client OTA update

Add extra for Http client perform OTA firmaware upgrage.
This commit is contained in:
Andrea Greco 2018-01-23 00:02:35 +01:00
parent 59c3ae3e5d
commit 20fbbf2f57
5 changed files with 573 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Component makefile for extras/http_client_ota
# Expected anyone using http_client_ota includes it as 'http_client_ota/ota'
INC_DIRS += $(http_client_ota_ROOT)
# args for passing into compile rule generation
http_client_ota_INC_DIR = $(http_client_ota_ROOT)
http_client_ota_SRC_DIR = $(http_client_ota_ROOT)
$(eval $(call component_compile_rules,http_client_ota))