Add BearSSL extra (#340)

Add BearSSL extra + http_get example, TLS server example
This commit is contained in:
Milosch Meriac 2017-02-15 11:44:11 +00:00 committed by Ruslan V. Uss
parent 54ce6bbe1c
commit 398ed46776
9 changed files with 849 additions and 0 deletions

View file

@ -0,0 +1,6 @@
PROGRAM=http_get_bearssl
EXTRA_COMPONENTS = extras/bearssl
EXTRA_CFLAGS +=-DCONFIG_EPOCH_TIME=$(shell date --utc '+%s')
include ../../common.mk