1171 Commits

Author SHA1 Message Date
d391f7ceb5 Merge branch 'bugfix/fix_smartconfig' into 'master'
fix(smartconfig): fix AIRKISS callback data not have ip data value

See merge request sdk/ESP8266_RTOS_SDK!1021
2019-08-13 10:13:43 +08:00
e9d2281335 Merge branch 'bugfix/fix_flash_bus_map_size' into 'master'
esp8266: esp8266 flash mapping to CPU bus size only supports 1MB now

See merge request sdk/ESP8266_RTOS_SDK!1047
2019-08-12 16:17:30 +08:00
c665a71370 fix(esp8266): esp8266 flash mapping to CPU bus size only supports 1MB now
We may add support to run app which size is larger than 1MB later.
2019-08-12 15:45:26 +08:00
fc301bc167 fix(wifi): fix the issue of inconsistent reporting status code in asscociation of different routers 2019-08-09 13:45:34 +08:00
6ada81237e Merge branch 'feature/support_make_size_family_cmd' into 'master'
esp8266: supports "make size" and its family function

See merge request sdk/ESP8266_RTOS_SDK!1033
2019-08-08 09:51:47 +08:00
73e3a7d4d6 Merge branch 'feature/add_rc4_algorithm_in_util' into 'master'
feat(util): Add ARC4 for ESP8266 SoC

See merge request sdk/ESP8266_RTOS_SDK!1028
2019-08-07 12:11:31 +08:00
3aa6377476 Merge branch 'feature/add_md5_algorithm_in_util' into 'master'
feat(util): Add md5 algorithm to util

See merge request sdk/ESP8266_RTOS_SDK!1024
2019-08-07 12:10:00 +08:00
301d857988 feat(esp8266): supports "make size" and its family function
1. support "make size", "make size-files", "make size-components" and "make size-symbols"
2. add esp-idf style link file including "esp8266.ld" and "esp8266.project.ld.in"
3. add link advaced generation file to components of esp8266 and spi_flash
2019-08-05 17:20:29 +08:00
d0090ee706 fix(newlib): fix console UART output port when enable VFS 2019-08-05 11:43:57 +08:00
db338d65e8 fix(esptool_py): fix monitor baudrate default value
Add 74880 baudrate rename macro to sdkconfig.rename.
2019-08-05 10:13:34 +08:00
52b46ed00f Merge branch 'feature/update_make_and_cmake' into 'master'
make: update make and cmake from esp-idf

See merge request sdk/ESP8266_RTOS_SDK!1027
2019-08-02 20:03:01 +08:00
1dea211bf7 feat(util): Add ARC4 for ESP8266 SoC 2019-08-02 18:03:03 +08:00
98a46e435f feat(util): Add ARC4 algorithm to util 2019-08-02 18:01:34 +08:00
6f86c07c49 feat(util): Add faster MD5 for ESP8266 SoC 2019-08-02 15:58:49 +08:00
114d2b5b86 feature(script): update compiling script for new make and cmake 2019-08-02 14:02:45 +08:00
a53b7d5689 Merge branch 'feature/make_DHCP_discover_retransmission_interval_be_configurable' into 'master'
feat(dhcp): add menuconfig for DHCP discover retransmission interval

See merge request sdk/ESP8266_RTOS_SDK!1016
2019-08-02 11:34:46 +08:00
d5532a270c feat(util): Add md5 algorithm to util and use memcpy to replace some "=" value assignment
Use memcpy can reduce md5 cost time from 64us to 49us once, improve 23% performance
2019-08-01 11:15:17 +08:00
f763ff4c37 fix(ssl): fix ssl verify mode not match 2019-07-26 16:35:11 +08:00
926eee8b15 fix(smartconfig): fix AIRKISS callback data not have ip data value
User can't get the remote ip address in struct sc_callback_data when SC_STATUS_LINK_OVER event comes
2019-07-26 16:15:54 +08:00
d64f04bc95 feat(dhcp): add menuconfig for DHCP discover retransmission interval 2019-07-24 15:33:11 +08:00
1b53ed325c docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0 2019-07-23 15:15:25 +08:00
78cf0dda69 Merge branch 'feature/sync_mdns_from_espidf' into 'master'
mdns: sync code from esp-idf

See merge request sdk/ESP8266_RTOS_SDK!943
2019-07-09 15:50:36 +08:00
d52138f4d6 fix(lwip): fix aton prase wrong parameters 2019-07-02 15:40:46 +08:00
d244c20dec tools(ci): add script to build all examples
Using new cmake project declare.
2019-06-18 17:39:56 +08:00
bb38fa0ee1 fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS
When enable VFS, apps code should include "unistd.h", "sys/ioctl.h" or "fcntl.h" if using "read", "write", "close", "ioctl" and "fcntl".
2019-06-17 20:36:14 +08:00
3b155c2c9a fix(newlib): fix pthread macro lack for cpp 2019-06-17 11:20:24 +08:00
d53ee8c4fc Merge branch 'bugfix/fix_compatibility_issues_with_AP_which_configured_to_11n_only' into 'master'
fix(wifi): fix compatibility issues with AP which configured to 11n only

See merge request sdk/ESP8266_RTOS_SDK!985
2019-06-14 11:13:09 +08:00
af0fcc0492 fix(wifi): fix compatibility issues with AP which configured to 11n only 2019-06-14 11:06:39 +08:00
e5c02e2de7 Merge branch 'bugfix/fix_tcp_transprot_ssl_read_blocked' into 'master'
fix(tcp_transport): fix SSL read blocked when the connecttion is closed

See merge request sdk/ESP8266_RTOS_SDK!983
2019-06-13 17:00:25 +08:00
8d86f3c36b fix(tcp_transport): fix SSL read blocked when the connecttion is closed 2019-06-13 16:56:29 +08:00
a80d15f768 Merge branch 'feature/modify_std_io_header_file_declare' into 'master'
esp-lMidify stand I/O control APIs declare

See merge request sdk/ESP8266_RTOS_SDK!982
2019-06-13 16:47:05 +08:00
20bafafe77 Merge branch 'feature/spi_ram_fifo_add_timetick' into 'master'
feature(spi_ram_fifo): add timetick

See merge request sdk/ESP8266_RTOS_SDK!979
2019-06-13 16:36:00 +08:00
1b2d3b9cf0 feat(lwip): Midify stand I/O control APIs declare 2019-06-13 16:27:25 +08:00
a227a22a36 Merge branch 'bugfix/fix_i2s_dma_error' into 'master'
bugfix(i2s): fix i2s dma error

See merge request sdk/ESP8266_RTOS_SDK!960
2019-06-12 19:13:19 +08:00
483a5a475c bugfix(i2s): fix i2s dma error 2019-06-12 11:14:50 +08:00
42c06647ba feature(spi_ram_fifo): add timetick 2019-06-12 11:06:26 +08:00
135c2977a6 Merge branch 'feature/add_set_tx_power_via_vdd33_function' into 'master'
feat(esp8266): add set tx power via vdd33 function

See merge request sdk/ESP8266_RTOS_SDK!950
2019-06-12 10:59:50 +08:00
2084e8ed19 feat(esp8266): format phy_init.c 2019-06-12 10:38:33 +08:00
d04ce110f9 feat(esp8266): add set tx power via vdd33 function 2019-06-12 10:38:33 +08:00
c94662d90e Merge branch 'feature/autoip_bind_trigger_callback' into 'master'
lAutoIP trigger callback so that application can know IP changes

See merge request sdk/ESP8266_RTOS_SDK!972
2019-06-12 08:53:25 +08:00
4c4bab2746 Merge branch 'bugfix/fix_aws_read_timeout_error' into 'master'
aws: fix AWS read timeout error

See merge request sdk/ESP8266_RTOS_SDK!967
2019-06-10 19:13:16 +08:00
8227962033 feat(lwip): AutoIP trigger callback so that application can know IP changes 2019-06-10 14:32:51 +08:00
2f74b409f7 fix(mqtt): Fix a bug of MQTT when disable WS or WSS 2019-06-10 09:26:04 +08:00
fff950983e Merge branch 'feature/factory_test' into 'master'
factory-test: add factory test code and document

See merge request sdk/ESP8266_RTOS_SDK!890
2019-06-04 16:05:33 +08:00
9c19b1eedb feat(factory_test): add factory test and document 2019-06-04 15:38:35 +08:00
02cc56af50 fix(aws): fix AWS read timeout error
The behave that set socket timeout is error, it will lead to a socket I/O error to mbedTLS.
2019-06-03 19:47:25 +08:00
e32f60008a Merge branch 'feature/add_old_sdk_param' into 'master'
compatibility_upgrade: add function to get old SDK's target ap SSID and passowrd

See merge request sdk/ESP8266_RTOS_SDK!959
2019-05-31 15:56:58 +08:00
639c64a540 feat(compatibility_upgrade): add function to get old SDK's target ap SSID and passowrd
Add error warning to check the wrong parition table.
2019-05-31 15:51:20 +08:00
ed62c28579 Merge branch 'bugfix/fix_the_comment_of_sniffer_promiscuous_parameter' into 'master'
bugfix(sc): modify the comment of wifi_pkt_rx_ctrl_t in esp_wifi_types.h

See merge request sdk/ESP8266_RTOS_SDK!948
2019-05-31 15:21:10 +08:00
c9e233280c Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master'
feat(lwip): set netif hostname according to rfc952

See merge request sdk/ESP8266_RTOS_SDK!947
2019-05-31 15:19:53 +08:00