02b22162ca
feat(freertos): add 'freertos' to components
2018-04-04 20:00:17 +08:00
90e6243abe
feat(freertos): Move freertos to components
2018-04-04 19:58:48 +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
c4c62b2a8a
fix(system): Fix wdt crash issue
...
1. only lock nmi in soft isr;
2. simplify PendSV;
3. more log info when wdt happen;
4. Fix nmi reentried issue;
5. Add some protection code;
internal: 5c208f68
2018-03-12 16:36:18 +08:00
c303b0a0ee
fix(wifi): Fix the fail of scan ap when change policy from manual to auto
...
internal: 83c175e9
2018-03-12 16:33:22 +08:00
4556619d0b
fix(lwip): Fix socket shutdown blocking issue
...
internal: 85fb56d0
2018-03-12 16:32:38 +08:00
87bc754bc0
fix(wifi): Fix pp global value destruction
...
This will lead to wifi tx/rx status wrong which will cause such as LmacRxBlk:0 error.
internal: 09790999
2018-03-12 16:31:19 +08:00
b7499225bf
feat(wifi): Add output pbuf fail check
...
internal: 22092e27
2018-03-12 16:30:03 +08:00
d3da60eb03
fix(wifi): Add some pbuf_alloc fail check
...
internal: 97a427de
2018-03-12 16:29:15 +08:00
a35b913da4
feat(system): Show stack info when exception occur
...
internal: 8e9ba7c8
2018-03-12 16:27:59 +08:00
e8b824eb1c
fix(lwip): Fix lwip multi-thread issue
...
internal: e7c378b6
2018-03-12 16:27:09 +08:00
d941ccb4eb
feat(wifi): Support stations' packets forward in softap mode
...
internal: 60f57ec1
2018-03-12 16:24:15 +08:00
d2a8d35487
feat(wifi): Add country code API
...
internal: a6313782
2018-02-13 19:37:38 +08:00
45026e0780
fix(wifi): Fix the bug that scan hidden AP failed
...
internal: 3ef5b2a9
2018-02-13 19:36:44 +08:00
d8b8a20c05
feat(ld): Export low level function address
...
In rom, these functions are wrapped, modify to use these functions directly.
internal: 45cbd694
2018-02-13 19:35:57 +08:00
340b0a234e
fix(lwip): Fix contains more than one tcp pbuf single tx packet
...
Fix TX exist more pbufs after enable LWIP_NETIF_TX_SINGLE_PBUF.
internal: 3d5f33f0
2018-02-13 19:35:16 +08:00
9416bcb821
fix(lwip): Fix lwip slow timer delay more than one second
...
Fix lwip fast/slow timer is not accurate
internal: 02bcdf5d
2018-02-13 19:34:10 +08:00
9ac70b013d
fix(lwip): Fix mss_local is always subtract the IPv6 header size
...
Fix tcp max buf size is always 1440(tw18147)
internal: 3f736959
2018-02-13 19:30:55 +08:00
379e4d7447
feat(wifi): Update wifi scan to support passive & active scan
...
internal: 3cb655c7
2018-02-13 19:29:52 +08:00
af08298de9
fix(wifi): fix wifi scan cannot be triggered when wifi is connected
...
internal: 2123936a
2018-02-13 19:28:42 +08:00
fe558a9825
fix(smartconfig): Fix short of scan time in smartconfig parameters set
...
internal: 51d31509
2018-01-08 10:44:09 +08:00
46e208bdc4
fix(wifi): Fix wifi tx error issue
...
wifi tx buffer should not be in iRAM.
internal: 61bf6590
2018-01-08 10:43:21 +08:00
db4e3d8fcd
feat(system): Update version to 2.0
...
internal: acd095fd
2018-01-08 10:42:27 +08:00