148 Commits

Author SHA1 Message Date
00646afc27 feat(nopoll): Move nopoll to components 2018-04-04 19:20:59 +08:00
336f8bd969 Merge branch 'feature/add_espconn_to_components' into 'refactor'
Add espconn to components

See merge request sdk/ESP8266_RTOS_SDK!16
2018-04-04 19:20:08 +08:00
d85eefe016 Merge branch 'feature/add_spiffs_to_components' into 'refactor'
Add spiffs to components

See merge request sdk/ESP8266_RTOS_SDK!20
2018-04-04 19:20:00 +08:00
03edb69101 Merge branch 'feature/add_openssl_to_components' into 'refactor'
Add openssl to components

See merge request sdk/ESP8266_RTOS_SDK!19
2018-04-04 19:19:43 +08:00
29556158b9 Merge branch 'feature/add_mbedtls_to_components' into 'refactor'
Add mbedtls to components

See merge request sdk/ESP8266_RTOS_SDK!22
2018-04-04 19:19:32 +08:00
37b44f5b92 Merge branch 'feature/add_lwip_to_components' into 'refactor'
Add lwip to components

See merge request sdk/ESP8266_RTOS_SDK!17
2018-04-04 19:19:23 +08:00
5640159952 Merge branch 'feature/add_cjson_to_components' into 'refactor'
Add cjson to components

See merge request sdk/ESP8266_RTOS_SDK!15
2018-04-04 19:19:14 +08:00
e59f25d9f4 feat(espconn): Add component.mk for espconn 2018-04-04 19:14:45 +08:00
71cc6a4bcd feat(espconn): Move espconn to components 2018-04-04 19:13:38 +08:00
eda0b0e474 feat(mbedtls): Add component.mk for mbedtls 2018-04-04 19:12:42 +08:00
820d63fb56 feat(mbedtls): Move mbedtls to components 2018-04-04 19:11:32 +08:00
dd46b6c9fa fix(ci): Just a hack to pass ci firstly
Will remove these when refactor finish.
2018-04-04 19:11:08 +08:00
8d41261f2e feat(openssl): Add component.mk for openssl 2018-04-04 19:00:40 +08:00
5b074fe681 feat(openssl): Move openssl to components 2018-04-04 18:59:48 +08:00
aa57afa23f fix(ci): Just a hack to pass ci firstly
Will remove these when refactor finish.
2018-04-04 18:48:35 +08:00
e39eb9fa1b feat(lwip): Add component.mk for lwip 2018-04-04 18:45:16 +08:00
87095689ec feat(lwip): Move lwip to components 2018-04-04 18:45:16 +08:00
a599262dae feat(cjson): Add component.mk for cjson 2018-04-04 18:22:20 +08:00
bcb554e807 feat(cjson): Move cjson to components 2018-04-04 18:21:13 +08:00
1408177a45 fix(include): Fix include dependency when esp_spiffs.h moved 2018-04-04 18:13:02 +08:00
185013df1b feat(spiffs): Add component.mk for spiffs 2018-04-04 18:07:05 +08:00
968e33a085 feat(spiffs): Move spiffs to components 2018-04-04 17:53:12 +08:00
79d8f14206 Merge branch 'feature/add_base_kconfig_file' into 'refactor'
feat(kconfig): add base 'Kconfig' file at root directory

See merge request sdk/ESP8266_RTOS_SDK!14
2018-04-04 15:05:07 +08:00
9955000867 feat(kconfig): change default compiling toolchain name for esp8266 2018-04-04 14:22:12 +08:00
897af0e152 feat(kconfig): add base 'Kconfig' file at root directory 2018-04-04 14:20:15 +08:00
f94dcb799c Merge branch 'feature/add_idf_monitor' into 'refactor'
feat(idf_monitor): add idf_monitor.py for command 'make monitor'

See merge request sdk/ESP8266_RTOS_SDK!13
2018-04-04 14:11:07 +08:00
e81a82fdab feat(idf_monitor): add idf_monitor.py for command 'make monitor' 2018-04-04 14:06:57 +08:00
af5c17a1be Merge branch 'feature/add_kconfig' into 'refactor'
feat(kconfig): Add kconfig and README

See merge request sdk/ESP8266_RTOS_SDK!12
2018-04-04 14:02:47 +08:00
3b2072b4b1 feat(kconfig): Add kconfig and README 2018-04-04 13:46:02 +08:00
62997d54ce Merge branch 'feature/add_make_script' into 'refactor'
feat(make): add make script and README

See merge request sdk/ESP8266_RTOS_SDK!11
2018-04-04 11:34:52 +08:00
e33d3b1b62 feat(make): remove checking toolchain version 2018-04-04 11:29:44 +08:00
04b093125f feat(make): add make script and README 2018-04-04 10:53:29 +08:00
481fe08358 Merge branch 'feature/readme' into 'master'
feat(doc): Update readme to show new branch model and roadmap

See merge request sdk/ESP8266_RTOS_SDK!9
2018-04-03 18:49:20 +08:00
7ca5daad98 feat(doc): Update readme to show new branch model and roadmap 2018-04-03 17:55:49 +08:00
57f4482cea Merge branch 'feature/add_init_gitignore' into 'master'
feat(git): Add init gitignore

See merge request sdk/ESP8266_RTOS_SDK!3
2018-04-03 14:15:43 +08:00
b9e7825a1b feat(git): Add init gitignore 2018-04-03 11:30:21 +08:00
0360263b55 Merge branch 'feature/add_ci' into 'master'
Add ci script

See merge request sdk/ESP8266_RTOS_SDK!2
v3.0-dev
2018-04-03 11:10:58 +08:00
3f43e12afa feat(ci): Add shell of configure ci environment 2018-04-03 11:06:26 +08:00
52c2e02d4e feat(ci): Add init CI script 2018-04-03 09:56:57 +08:00
936c92a7f6 feat(version): Update version to 2.0.0
internal:006aaa45
v2.0.0
2018-04-02 13:55:16 +08:00
d2a5facdca feat(mqtt): add APIs for mqtt ssl functionality
internal: 2c667eef
2018-03-27 19:45:06 +08:00
5f058d0d45 fix(wifi): Fix short of eapol resend mechanism in softAP
internal: 88c50a94
2018-03-26 10:39:49 +08:00
25a9c26df3 fix(socket_mt): disable real "shutdown" function
internal: b3e8a313
2018-03-26 10:39:04 +08:00
408104dca7 fix(lwip): fix github issues !155
internal: bca36eac
2018-03-26 10:38:04 +08:00
132f5fc51e fix(wps): Fix connect issue for ELECON router
internal: 21231a28
2018-03-26 10:35:39 +08:00
ba7dc94ce7 fix(wifi): Fix wrong behavior of wifi set macaddr
Don't connect ap when set station MAC, if station is disconnected

internal: 33087cb3
2018-03-26 10:34:57 +08:00
0186f47021 fix(nopoll): Fix some bug in nopoll library
internal: 908086ce
2018-03-26 10:32:16 +08:00
8ca60951d1 feat(openssl): Add ssl_pm_extend.c for nopoll
internal: 6b04f825
2018-03-26 10:30:28 +08:00
7d17a9e33f feat(wifi): Change pm task's priority to MAX - 4
If lwip task sends too much packets, like throughput test, pm task will not be trigged.
WiFi tx buffers will not be freed normally, and throughput will be dropped down.

internal: dfd88572
2018-03-26 10:28:08 +08:00
6b6dc03b94 fix(espnow): Fix wdt when call espnow delete
internal: e2365454
v2.0.0-rc1
2018-03-12 20:45:42 +08:00