Add BearSSL extra (#340)
Add BearSSL extra + http_get example, TLS server example
This commit is contained in:
parent
54ce6bbe1c
commit
398ed46776
9 changed files with 849 additions and 0 deletions
6
examples/http_get_bearssl/Makefile
Normal file
6
examples/http_get_bearssl/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue