5 Commits

Author SHA1 Message Date
cca13e0f99 feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
2019-05-16 16:22:11 +08:00
b522e9a0e1 tools(unit-test-app): Modify for ESP8266
1. Remove unused or unsupported unit test
2. Add extra header file to pass compiling
3. Remove unsupported functions
2019-03-18 14:07:39 +08:00
e7cf607c89 feature/wifi-provisioning: Changes to make wifi-provisioning compatible with ESP8266.
Changes:
Added Config to enable wifi-provisioning and protocomm & their pre-requisites.
Changed sdkconfig.defaults, apt headers, esp_log_internal.h for compilation.
Removed console, ble provisioning examples.
Modified esp_prov to enable only softap transport.
2019-02-25 17:39:28 +05:30
ee8cf35595 feature/protocomm: Changes to make protocomm compatible with ESP8266.
Changes:
Removed protocomm_ble, protocomm_console and their dependencies.
Changed component.mk, CMakeLists.txt to enable only mbedtls based compilation.
2019-02-25 17:39:28 +05:30
66142e0196 feature/protocomm: Added the protocomm component from idf. 2019-02-25 17:39:28 +05:30