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

6
examples/sntp/Makefile Normal file
View file

@ -0,0 +1,6 @@
# Makefile for the sntp_example program
PROGRAM=sntp_example
EXTRA_COMPONENTS = extras/sntp
include ../../common.mk