491 Commits

Author SHA1 Message Date
46d5882f1a fix(lib): fix without closing esp_socket when wifi is closed 2018-07-16 15:39:33 +08:00
161973130d fix(esp8266): fix process event order error 2018-07-16 15:32:19 +08:00
8a800ebefd fix(esp8266): Fix queue send pos data error 2018-07-16 15:28:17 +08:00
403510f141 feat(esptool): Not check if the port exits.
MacOS cannot list named "tty.XXXX" tty but can list "cu.XXXX" tty.
But user may use "tty.XXXX" default.
2018-07-13 13:31:38 +08:00
a3caf1f318 feat(lib): refactor smartconfig api 2018-07-13 13:28:43 +08:00
6461d43d37 feat(smartconfig_ack): Add smartconfig_ack components 2018-07-13 11:27:48 +08:00
e1115626bb feat(lib): Add refactor wifi promiscuous mode api library 2018-07-12 21:40:21 +08:00
2d872bc847 feat(esp8266): refactor wifi promiscuous mode 2018-07-12 21:39:56 +08:00
8a9ec626a8 feat(lib): rename system_deep_sleep api to esp_deep_sleep 2018-07-12 21:08:04 +08:00
ce4f94269e feat(esp8266): Update libssc
Commit ID: 69f82eb7
2018-07-12 13:04:52 +08:00
fe04816f81 Merge branch 'feature/bootloader_check_app_offset' into 'master'
Bootloader check and loader target application

See merge request sdk/ESP8266_RTOS_SDK!287
2018-07-12 11:05:02 +08:00
e008fb9f2f Merge branch 'bugfix/fix_socket_shutdown_sync' into 'master'
Add function to sync "shutdown"

See merge request sdk/ESP8266_RTOS_SDK!286
2018-07-12 11:04:29 +08:00
583a875910 feat(bootloader): Bootloader check and loader target application 2018-07-11 20:20:24 +08:00
a4be553fc9 feat(spi_flash): Modify unit test for esp8266 2018-07-11 14:57:48 +08:00
b435e1ac0d feat(spi_flash): Bring unit test from esp-idf 2018-07-11 14:57:48 +08:00
f8c69be477 feat(spi_flash): Add feature to support flash address and memory address no align writing 2018-07-11 14:57:48 +08:00
097c8aa0cc feat(lwip): Add function to sync "shutdown" 2018-07-11 10:22:25 +08:00
14e1e9ddee feat(aws_iot): modify to fit for esp8266
not support vfs now
2018-07-10 22:20:03 +08:00
1d1ae209af feat(aws_iot): add aws_iot support
IDF: release/v3.1, commit: 66dad0c5
2018-07-10 22:12:15 +08:00
dd03a5e7ae feat(jsmn): add json library jsmn
IDF: release/v3.1, commit: 66dad0c5
2018-07-10 22:00:12 +08:00
d5b6457704 feat(freertos): Fix FreeRTOS stack overflow checking missing 2018-07-10 15:35:15 +08:00
1ba1e5ccbd feat(task): Change all tasks size 4 times the original 2018-07-09 20:11:41 +08:00
0a0db61155 feat(freertos): Change task stack unit from "unsigned long" to "unsigned char" 2018-07-09 19:35:00 +08:00
d807a8c273 Merge branch 'feature/remove_user_rf_cal_sector_set_in_example' into 'master'
feat(examples): remove the use of user_rf_cal_sector_set in examples

See merge request sdk/ESP8266_RTOS_SDK!275
2018-07-09 17:22:22 +08:00
c4faded08f feat(examples): remove the use of user_rf_cal_sector_set in examples
rf cal data now stored in nvs if needed
2018-07-09 17:16:53 +08:00
c1d7df514c feat(lwip): Use "glue" API to replace LWIP raw socket function 2018-07-09 17:10:49 +08:00
8f5bda0297 Merge branch 'feature/make_raw_lwip_api_disable' into 'master'
feat(lwip): Make raw LWIP API disable

See merge request sdk/ESP8266_RTOS_SDK!273
2018-07-06 20:42:54 +08:00
0dc928dca5 feat(lwip): Make raw LWIP API disable 2018-07-06 20:38:33 +08:00
d3bea8ced9 fix(lib): fix send packet error when station not started 2018-07-06 20:03:14 +08:00
838ee96245 Merge branch 'bugfix/get_sta_num_error_in_softap_mode' into 'master'
fix(lib): fix get station number error in softap mode

See merge request sdk/ESP8266_RTOS_SDK!272
2018-07-06 19:57:24 +08:00
ce35ff95e7 Merge branch 'feature/modify_malloc_function' into 'master'
feat(newlib): Use new private malloc function

See merge request sdk/ESP8266_RTOS_SDK!264
2018-07-06 19:53:35 +08:00
2691962fc5 fix(lib): fix get station number error in softap mode 2018-07-06 19:48:03 +08:00
0cf7ce4a70 Merge branch 'bugfix/fix_spi_no_align' into 'master'
feat(spi_flash): Fix spi_flash read/write by no align memory

See merge request sdk/ESP8266_RTOS_SDK!270
2018-07-06 19:43:38 +08:00
c309c6e5e0 Merge branch 'bugfix/move_some_function_to_iram' into 'master'
fix(lib): move some functions to iram

See merge request sdk/ESP8266_RTOS_SDK!268
2018-07-06 19:43:32 +08:00
dd3a9dca61 fix(lib): move some functions to iram 2018-07-06 19:42:17 +08:00
5aae956ba7 Merge branch 'bugfix/fix_dhcpserver_cannot_release_station_info_on_time' into 'master'
fix(lwip): Fix dhcpserver cannot release dhcpclient info on time

See merge request sdk/ESP8266_RTOS_SDK!266
2018-07-06 19:39:21 +08:00
1738dc53ea Merge branch 'bugfix/fix_lwip_mt' into 'master'
feat(lwip): Fix UDP recv NULL package

See merge request sdk/ESP8266_RTOS_SDK!271
2018-07-06 19:29:57 +08:00
9b1a32eaa1 Merge branch 'feature/add_lf_cr_selection_for_stdio' into 'master'
feat(esp8266): Select output CR/LF for stdio function

See merge request sdk/ESP8266_RTOS_SDK!269
2018-07-06 19:29:49 +08:00
854636dbff fix(lwip): Fix dhcpserver cannot release dhcpclient info on time 2018-07-06 18:59:13 +08:00
8b164944a6 feat(spi_flash): Fix spi_flash read/write by no align memory
Fix I/O function to active watch dog.
2018-07-06 18:03:24 +08:00
9f998c64f5 feat(lwip): Fix UDP recv NULL package 2018-07-06 18:00:05 +08:00
ab8673bde3 feat(esp8266): Select output CR/LF for stdio function
1. esp-idf put it at esp32 kconfig, so we put it esp8266 kconfig not newlib kocnfig
2. use "ets_putc" instead of "panic_putc" to reduce redundant APIs
2018-07-06 17:04:36 +08:00
63df0f7bce feat(lib): remove phy_calibrate in lib 2018-07-06 10:52:43 +08:00
a411ce44c9 feat(esp8266): add phy APIs
1. support save cal data in nvs;
2. support use phy partition to store init data;

In old SDK, we use (max_sec - 3) as init data sector, and (max_sec - 4) as cal data sector. This is changed in IDF style SDK, and these 2 sectors can be used for other perpose.
2018-07-06 10:52:43 +08:00
383244dbc2 fix(spi_flash): Fix no exit critical after enter critical 2018-07-05 14:57:46 +08:00
510a4ad345 feat(tcpip_adapter): Use lwip timeout instead of os_timer 2018-07-05 14:57:46 +08:00
e914204017 feat(esp8266): Change wifi event loop stack size to 512*4 2018-07-05 14:57:46 +08:00
7177cce70c fix(wifi): Fix set mac address error after wifi connected to AP 2018-07-05 14:57:46 +08:00
c42975f28f feat(freertos): Enable cache when panic
Some function may disable cache.
2018-07-05 14:31:30 +08:00
83ec6f3d58 feat(newlib): Use new private malloc function
Add return address to debug memory leak.
2018-07-05 10:55:59 +08:00