feat(make): Sync code from esp-idf and modify for ESP8266

Commit ID: f6bfe13e
This commit is contained in:
dongheng
2019-05-05 14:36:04 +08:00
parent 09d8546659
commit cca13e0f99
86 changed files with 2172 additions and 779 deletions

View File

@ -2,7 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(MAIN_SRCS main/user_main.c main/openssl_demo.c)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(openssl_demo)

View File

@ -0,0 +1,3 @@
set(COMPONENT_SRCS "openssl_demo_example_main.c")
register_component()