Added sntp support and example
This commit is contained in:
parent
6c50e968f5
commit
16c831fffa
6 changed files with 1027 additions and 0 deletions
8
extras/sntp/component.mk
Normal file
8
extras/sntp/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue