Commit Graph

  • 6ada81237e Merge branch 'feature/support_make_size_family_cmd' into 'master' Dong Heng 2019-08-08 09:51:47 +08:00
  • 73e3a7d4d6 Merge branch 'feature/add_rc4_algorithm_in_util' into 'master' Dong Heng 2019-08-07 12:11:31 +08:00
  • 3aa6377476 Merge branch 'feature/add_md5_algorithm_in_util' into 'master' Dong Heng 2019-08-07 12:10:00 +08:00
  • 301d857988 feat(esp8266): supports "make size" and its family function dongheng 2019-07-26 19:12:25 +08:00
  • 235c3ba0b0 Merge branch 'bugfix/fix_console_output_uart_with_vfs_v3.2' into 'release/v3.2' Dong Heng 2019-08-05 13:56:52 +08:00
  • b8cd6c8753 fix(newlib): fix console UART output port when enable VFS dongheng 2019-08-05 11:42:09 +08:00
  • 896c93c48b Merge branch 'bugfix/fix_console_output_uart_with_vfs' into 'master' Dong Heng 2019-08-05 13:48:44 +08:00
  • d0090ee706 fix(newlib): fix console UART output port when enable VFS dongheng 2019-08-05 11:42:09 +08:00
  • a60b8f3880 Merge branch 'bugfix/fix_esptool_kconfig_lacks_74880B' into 'master' Dong Heng 2019-08-05 11:16:43 +08:00
  • db338d65e8 fix(esptool_py): fix monitor baudrate default value dongheng 2019-08-05 10:13:34 +08:00
  • 52b46ed00f Merge branch 'feature/update_make_and_cmake' into 'master' Dong Heng 2019-08-02 20:03:01 +08:00
  • 1dea211bf7 feat(util): Add ARC4 for ESP8266 SoC yuanjm 2019-08-02 18:03:03 +08:00
  • 98a46e435f feat(util): Add ARC4 algorithm to util yuanjm 2019-08-02 18:01:34 +08:00
  • 6f86c07c49 feat(util): Add faster MD5 for ESP8266 SoC yuanjm 2019-08-02 14:08:31 +08:00
  • 114d2b5b86 feature(script): update compiling script for new make and cmake dongheng 2019-08-02 10:28:03 +08:00
  • 6b077372ef tools(make): update make and cmake from esp-idf dongheng 2019-08-02 10:21:07 +08:00
  • a53b7d5689 Merge branch 'feature/make_DHCP_discover_retransmission_interval_be_configurable' into 'master' Dong Heng 2019-08-02 11:34:46 +08:00
  • 2a5ee760a9 Merge branch 'bugfix/fix_ssl_load_crt' into 'master' Dong Heng 2019-08-02 11:23:10 +08:00
  • b1b24d618b Merge branch 'bugfix/fix_example_openssl_client' into 'master' Dong Heng 2019-08-02 11:22:44 +08:00
  • d5532a270c feat(util): Add md5 algorithm to util and use memcpy to replace some "=" value assignment yuanjm 2019-07-30 20:46:21 +08:00
  • f763ff4c37 fix(ssl): fix ssl verify mode not match yuanjm 2019-07-26 16:35:11 +08:00
  • 926eee8b15 fix(smartconfig): fix AIRKISS callback data not have ip data value yuanjm 2019-07-26 16:15:54 +08:00
  • 77b9d38791 fix(examples): fix example of openssl client connecting to the server fail yuanjm 2019-07-26 11:51:22 +08:00
  • d64f04bc95 feat(dhcp): add menuconfig for DHCP discover retransmission interval Chen Wen 2019-07-24 13:26:38 +08:00
  • f1b9e15bce Merge branch 'feature/add_warn_to_not_use_ibm_mqtt' into 'master' Dong Heng 2019-07-23 15:24:29 +08:00
  • 1b53ed325c docs(mqtt): add "recommended" to Kconfig to tell users that IBM-MQTT will be removed at v4.0 dongheng 2019-07-23 15:05:24 +08:00
  • 34f7d83674 Merge branch 'docs/new_sdk_load_old_sdk_ap_info' into 'master' Dong Heng 2019-07-15 16:10:40 +08:00
  • 8dbb0c676d Merge branch 'docs/new_sdk_load_old_sdk_ap_info_v3.2' into 'release/v3.2' Dong Heng 2019-07-15 16:10:35 +08:00
  • b5098747dd docs(ota): add note how to load old SDK's target AP information dongheng 2019-07-15 14:32:56 +08:00
  • c71358cd20 docs(ota): add note how to load old SDK's target AP information dongheng 2019-07-15 14:32:56 +08:00
  • 78cf0dda69 Merge branch 'feature/sync_mdns_from_espidf' into 'master' Dong Heng 2019-07-09 15:50:36 +08:00
  • ff9d310ba5 Merge branch 'feature/ota_from_old_load_old_ap_info' into 'master' Dong Heng 2019-07-04 09:14:55 +08:00
  • d7a5c42d8e Merge branch 'feature/ota_from_old_load_old_ap_info_v3.2' into 'release/v3.2' Dong Heng 2019-07-04 09:14:39 +08:00
  • e137c12188 feat(ota): add option into example to load original AP information when update from old SDK dongheng 2019-07-03 17:38:20 +08:00
  • 1dda263ad7 feat(ota): add option into example to load original AP information when update from old SDK dongheng 2019-07-03 17:38:20 +08:00
  • 6d9e870626 Merge branch 'bugfix/fix_lwip_aton_arg_err' into 'master' Dong Heng 2019-07-02 18:30:09 +08:00
  • 7ea2575052 Merge branch 'bugfix/fix_lwip_aton_arg_err_v3.2' into 'release/v3.2' Dong Heng 2019-07-02 16:50:54 +08:00
  • d65295e199 fix(lwip): fix aton prase wrong parameters dongheng 2019-07-02 15:40:46 +08:00
  • d52138f4d6 fix(lwip): fix aton prase wrong parameters dongheng 2019-07-02 15:40:46 +08:00
  • 735111069b Merge branch 'tools/ci_build_all_examples' into 'master' Dong Heng 2019-06-18 18:13:43 +08:00
  • d244c20dec tools(ci): add script to build all examples dongheng 2019-06-18 13:08:26 +08:00
  • c1d329b78f chore(examples): remove unused functions or varible to avoid compiling warning dongheng 2019-06-18 13:07:25 +08:00
  • 19cfb19cb7 Merge branch 'bugfix/fix_unistd_io_when_disable_vfs_v3.2' into 'release/v3.2' Dong Heng 2019-06-18 10:06:53 +08:00
  • 55c6f97a83 fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS dongheng 2019-06-17 20:32:22 +08:00
  • ed4bbcf610 Merge branch 'bugfix/fix_unistd_io_when_disable_vfs' into 'master' Dong Heng 2019-06-18 09:59:07 +08:00
  • bb38fa0ee1 fix(lwip): fix "unistd.h" I/O APIs not declare when disable VFS dongheng 2019-06-17 20:32:22 +08:00
  • 9f9ee5a97b Merge branch 'bugfix/fix_pthread_for_cpp' into 'master' v3.3-dev Dong Heng 2019-06-17 13:04:49 +08:00
  • 3b155c2c9a fix(newlib): fix pthread macro lack for cpp dongheng 2019-06-17 11:20:24 +08:00
  • 3ad3fd783d Merge branch 'docs/fix_script_python3_data_type_error' into 'master' v3.2 Dong Heng 2019-06-14 15:02:25 +08:00
  • 96a67a9816 docs(script): fix python3 data type error dongheng 2019-06-14 14:52:45 +08:00
  • 7ad4ba421e Merge branch 'docs/modify_ota_not_in_general_notes' into 'master' Dong Heng 2019-06-14 13:58:57 +08:00
  • f4279676a8 docs(general_notes): Modify OTA note dongheng 2019-06-14 13:52:28 +08:00
  • d53ee8c4fc Merge branch 'bugfix/fix_compatibility_issues_with_AP_which_configured_to_11n_only' into 'master' Dong Heng 2019-06-14 11:13:09 +08:00
  • af0fcc0492 fix(wifi): fix compatibility issues with AP which configured to 11n only Chen Wen 2019-06-13 21:37:28 +08:00
  • e5c02e2de7 Merge branch 'bugfix/fix_tcp_transprot_ssl_read_blocked' into 'master' Dong Heng 2019-06-13 17:00:25 +08:00
  • 8d86f3c36b fix(tcp_transport): fix SSL read blocked when the connecttion is closed dongheng 2019-06-13 16:56:29 +08:00
  • a80d15f768 Merge branch 'feature/modify_std_io_header_file_declare' into 'master' Dong Heng 2019-06-13 16:47:05 +08:00
  • 20bafafe77 Merge branch 'feature/spi_ram_fifo_add_timetick' into 'master' Dong Heng 2019-06-13 16:36:00 +08:00
  • 1b2d3b9cf0 feat(lwip): Midify stand I/O control APIs declare dongheng 2019-06-13 16:26:05 +08:00
  • a227a22a36 Merge branch 'bugfix/fix_i2s_dma_error' into 'master' Dong Heng 2019-06-12 19:13:19 +08:00
  • 483a5a475c bugfix(i2s): fix i2s dma error xiongyu 2019-05-29 21:05:19 +08:00
  • 42c06647ba feature(spi_ram_fifo): add timetick xiongyu 2019-06-03 16:51:47 +08:00
  • 135c2977a6 Merge branch 'feature/add_set_tx_power_via_vdd33_function' into 'master' Dong Heng 2019-06-12 10:59:50 +08:00
  • e27cb05f32 Merge branch 'docs/remove_sniffer_use_limit' into 'master' Dong Heng 2019-06-12 10:52:07 +08:00
  • 12ad94dec4 docs(general-note): Remove sniffer mode use limit dongheng 2019-06-12 10:44:30 +08:00
  • 026421015f Merge branch 'docs/fix_factory_test_cmd' into 'master' Dong Heng 2019-06-12 10:43:52 +08:00
  • 2084e8ed19 feat(esp8266): format phy_init.c Zhang Jun Hao 2019-06-06 14:52:26 +08:00
  • d04ce110f9 feat(esp8266): add set tx power via vdd33 function Zhang Jun Hao 2019-05-21 16:47:56 +08:00
  • 68977411f9 docs(factory-test): fix command error dongheng 2019-06-12 10:34:40 +08:00
  • c94662d90e Merge branch 'feature/autoip_bind_trigger_callback' into 'master' Dong Heng 2019-06-12 08:53:25 +08:00
  • ca5e899de6 Merge branch 'feature/spilt_native_ota_example' into 'master' Dong Heng 2019-06-11 10:14:09 +08:00
  • 2964c5ac5f feat(examples): spilt ota example into sub-examples to adapt to various scenarios dongheng 2019-05-31 17:30:12 +08:00
  • 4c4bab2746 Merge branch 'bugfix/fix_aws_read_timeout_error' into 'master' Dong Heng 2019-06-10 19:13:16 +08:00
  • 363db850fd Merge branch 'bugfix/fix_aws_ssl_fail_by_wolfssl' into 'master' Dong Heng 2019-06-10 19:13:01 +08:00
  • 208d86d96f fix(examples): fix aws SSL connect fail when using wolfSSL dongheng 2019-06-10 17:12:59 +08:00
  • c74d4f19d2 Merge branch 'bugfix/mqtt_wolfssl' into 'master' Dong Heng 2019-06-10 15:56:01 +08:00
  • 8227962033 feat(lwip): AutoIP trigger callback so that application can know IP changes dongheng 2019-06-10 14:32:51 +08:00
  • 2f74b409f7 fix(mqtt): Fix a bug of MQTT when disable WS or WSS Liu Han 2019-06-10 09:26:04 +08:00
  • fff950983e Merge branch 'feature/factory_test' into 'master' Dong Heng 2019-06-04 16:05:33 +08:00
  • 9c19b1eedb feat(factory_test): add factory test and document dongheng 2019-02-21 19:59:56 +08:00
  • 02cc56af50 fix(aws): fix AWS read timeout error dongheng 2019-06-03 19:47:25 +08:00
  • 1e40a85cec Merge branch 'bugfix/docs_build_failure_on_rtd' into 'master' Dong Heng 2019-06-03 13:41:50 +08:00
  • e32f60008a Merge branch 'feature/add_old_sdk_param' into 'master' Dong Heng 2019-05-31 15:56:58 +08:00
  • 639c64a540 feat(compatibility_upgrade): add function to get old SDK's target ap SSID and passowrd dongheng 2019-05-29 14:37:45 +08:00
  • ed62c28579 Merge branch 'bugfix/fix_the_comment_of_sniffer_promiscuous_parameter' into 'master' Dong Heng 2019-05-31 15:21:10 +08:00
  • c9e233280c Merge branch 'feature/set_netif_hostname_according_to_rfc952' into 'master' Dong Heng 2019-05-31 15:19:53 +08:00
  • 1f771ddf47 Merge branch 'bugfix/fix_cmake_requires' into 'master' Dong Heng 2019-05-31 15:10:01 +08:00
  • d6acfca78c fix(cmake): fix cmake requires dongheng 2019-05-31 15:03:16 +08:00
  • 5a99688e5e Merge branch 'feature/check_data_bits_overflow' into 'master' Dong Heng 2019-05-31 10:01:59 +08:00
  • 1bed835d22 Merge branch 'feature/transfer_ACK_type_to_sc_callback' into 'master' Dong Heng 2019-05-31 09:58:27 +08:00
  • 45f305243f Merge branch 'tools/fix_windows_install_script' into 'master' Dong Heng 2019-05-30 17:16:19 +08:00
  • 8e159acff9 tools(setup): fix windows install prerequisites dongheng 2019-05-30 15:09:21 +08:00
  • 5307b1f6cd Merge branch 'feature/ssc_flush_print_buf' into 'master' Dong Heng 2019-05-30 15:00:47 +08:00
  • eece2c319c Merge branch 'feature/disable_uart_swap_before_restart' into 'master' Dong Heng 2019-05-30 15:00:30 +08:00
  • a9b5f921d6 Fixed Breathe version to avoid docs build failure on ReadTheDocs server. Provided RTD project configuration file to be able to select python version for specific to esp-idf release. Krzysztof 2019-05-30 14:12:23 +08:00
  • 51361b06b8 feat(esp8266): disable UART swap before restart dongheng 2019-05-30 14:00:22 +08:00
  • 934dd5afcf feat(esp8266): ssc flushes print buffer after printf dongheng 2019-05-29 19:37:41 +08:00
  • 22d8fc6483 Merge branch 'feature/add_reserved_dns_server' into 'master' Dong Heng 2019-05-29 16:07:22 +08:00
  • 2a57642874 feat(lwip): add reserved DNS server to avoid DHCP changing all DNS server address dongheng 2019-05-28 14:57:04 +08:00
  • d1fc3d977f Merge branch 'feature/remove_unnecessary_macro_define' into 'master' Dong Heng 2019-05-27 19:29:05 +08:00