Added sntp support and example

This commit is contained in:
doragasu 2016-03-09 17:18:51 +01:00
parent 6c50e968f5
commit 16c831fffa
6 changed files with 1027 additions and 0 deletions

8
extras/sntp/component.mk Normal file
View file

@ -0,0 +1,8 @@
# Component makefile for extras/sntp
INC_DIRS += $(sntp_ROOT)
# args for passing into compile rule generation
sntp_SRC_DIR = $(sntp_ROOT)
$(eval $(call component_compile_rules,sntp))