Commit Graph

  • 3827caebc4 Merge branch 'bugfix/fix_socket_mt_so_linger_option' into 'master' Dong Heng 2019-04-19 19:21:29 +08:00
  • 16238240b2 fix(lwip): Fix compiling error when disable "SET_SOLINGER_DEFAULT" dongheng 2019-04-19 17:26:39 +08:00
  • 18e5b5065a Merge branch 'feature/aws-iot-example' into 'master' Dong Heng 2019-04-19 16:38:46 +08:00
  • 19f3ec9ef0 Merge branch 'bugfix/fix_vfs_header_file_dependence' into 'master' Dong Heng 2019-04-19 14:09:49 +08:00
  • 31a6bbab34 feat(aws-iot): Modify thing_shadow example to support wolfssl library Liu Han 2019-04-18 17:15:30 +08:00
  • 8dd2f8d1ec feat(lwip): Add standard "fcntl" and "ioctl" for application if VFS is not enable dongheng 2019-04-19 11:46:47 +08:00
  • fed71efd23 Merge branch 'bugfix/aws-iot-wolfssl' into 'master' Wu Jian Gang 2019-04-18 16:36:22 +08:00
  • d9e69633fc fix(aws-iot): Fix a bug of using wolfssl wrapper Liu Han 2019-04-18 16:26:32 +08:00
  • 8fca88d5b7 Merge branch 'bugfix/esp_tls_wolfssl' into 'master' Wu Jian Gang 2019-04-18 16:17:06 +08:00
  • 8b5cd285ce feat(esp_tls): Fix a bug of esp_tls when work on no-block mode Liu Han 2019-04-18 14:41:34 +08:00
  • 6ab1c01c53 Merge branch 'feature/spi_ram' into 'master' Wu Jian Gang 2019-04-18 14:24:57 +08:00
  • 33463b3ddf Merge branch 'feature/i2s_driver' into 'master' Wu Jian Gang 2019-04-18 14:24:45 +08:00
  • e896180a7f Merge branch 'feature/optimizing_hspi_example' into 'master' Wu Jian Gang 2019-04-18 14:16:59 +08:00
  • 06e1dfeb52 Merge branch 'bugfix/fix_adc_warning' into 'master' Dong Heng 2019-04-18 13:10:51 +08:00
  • 28c49527f2 Merge branch 'feature/add_settings_for_wifi_tx_power_to_menuconfig' into 'master' Dong Heng 2019-04-18 12:17:56 +08:00
  • e8bad2e988 fix(esp8266): fix the notes of phy power level error Zhang Jun Hao 2019-04-17 21:14:41 +08:00
  • cac6080e1a bugfix(adc): fix adc warning XiongYu 2019-04-18 11:37:49 +08:00
  • aeaa66ec08 feat(esp8266): add settings for wifi tx power to menuconfig Zhang Jun Hao 2019-04-18 11:35:58 +08:00
  • 0b0d82ca19 feature(spi_ram): add spi ram XiongYu 2019-04-10 20:18:55 +08:00
  • 2f3aa40c91 feature(spi): optimizing hspi example XiongYu 2019-02-27 20:32:25 +08:00
  • d7da7bd926 Merge branch 'feature/load_old_phy_parameter' into 'release/v3.1' Dong Heng 2019-04-18 09:47:03 +08:00
  • f3c97bb74a Merge branch 'bugfix/fix_memleak_when_scanning_in_sta_ap_mode' into 'master' Wu Jian Gang 2019-04-18 08:52:55 +08:00
  • 784d4a1c15 Merge branch 'feature/use_user_set_channel_connect_to_AP' into 'master' Wu Jian Gang 2019-04-18 08:52:30 +08:00
  • abf82d0ece Merge branch 'feature/modify_vfs_enable_default_value' into 'master' Dong Heng 2019-04-17 20:11:01 +08:00
  • 2ad3067abd feat(vfs): Disable VFS used by default dongheng 2019-04-17 19:48:07 +08:00
  • 904c402359 Merge branch 'feature/modifu_console_example_sdkconfig_default' into 'master' Dong Heng 2019-04-17 19:46:15 +08:00
  • aee393e65f feat(console): Enable "CONFIG_USING_ESP_CONSOLE" for console example by default dongheng 2019-04-17 19:37:53 +08:00
  • 8cf9ba035e Merge branch 'feature/esp_console' into 'master' Dong Heng 2019-04-17 19:33:02 +08:00
  • e82ba45f03 feat(console): Modify console for ESP8266 dongheng 2019-04-17 10:58:00 +08:00
  • b030b79d2e feat(console): Bring console and its example from esp-idf dongheng 2019-04-17 10:54:17 +08:00
  • b6fd236fa0 Merge branch 'feature/errno_to_string' into 'master' Dong Heng 2019-04-17 15:03:05 +08:00
  • 77c6a71db8 Merge branch 'feature/add_idle_task_stksize_option' into 'master' Dong Heng 2019-04-17 10:20:16 +08:00
  • b3658b4eb1 feat(freertos): Add option for idle task stack size dongheng 2019-04-17 10:11:57 +08:00
  • 8aae2e5764 Merge branch 'feature/simplify_xtensa_code' into 'master' Dong Heng 2019-04-16 19:56:05 +08:00
  • 29e109e832 Merge branch 'feature/add_vfs' into 'master' Dong Heng 2019-04-16 19:51:14 +08:00
  • 913188fdf3 feat(freertos): Simplify xtensa platform code dongheng 2019-03-27 16:28:22 +08:00
  • 4198a7c72a fix(lib): fix memleak when scanning in sta+softap mode Zhang Jun Hao 2019-04-16 14:43:23 +08:00
  • cac248c42f feature(i2s): add i2s driver XiongYu 2019-03-25 10:47:20 +08:00
  • d11543400e feat(vfs): Modify for esp8266 dongheng 2019-03-07 14:58:44 +08:00
  • e36706d776 feat(vfs): Bring vfs from esp-idf dongheng 2019-03-07 14:35:15 +08:00
  • 08fc1b8b63 Merge branch 'feature/add_sha256' into 'master' Dong Heng 2019-04-15 16:28:49 +08:00
  • c135158f02 feat(lib): optimize the time of station connects to AP Zhang Jun Hao 2019-04-15 16:20:48 +08:00
  • 768afde238 feat(util): Add extra SHA and unit test dongheng 2019-04-01 19:11:41 +08:00
  • d83c9f7866 Merge branch 'bugfix/remove_wme_info_by_default' into 'master' Wu Jian Gang 2019-04-15 15:56:13 +08:00
  • 9ed50efd3b Merge branch 'feature/add_adc_example' into 'master' Wu Jian Gang 2019-04-15 15:54:44 +08:00
  • cdc22f273c feature(adc): add adc example XiongYu 2019-03-22 13:49:26 +08:00
  • d2202f8dfa fix(lib): remove wme info by default Zhang Jun Hao 2019-04-11 17:37:47 +08:00
  • 2105cf040a Merge branch 'feature/add_esp_log_to_internal_wifi_lib' into 'master' Dong Heng 2019-04-12 10:39:06 +08:00
  • e1cfe2ab94 feat(lib): update library Zhang Jun Hao 2019-03-22 16:15:02 +08:00
  • 965fc47ff8 feat(log): add esp_log to internal wifi lib Zhang Jun Hao 2019-01-28 15:03:51 +08:00
  • 54d31061c1 Merge branch 'bugfix/fix_make_global_macro_lose' into 'master' Dong Heng 2019-04-11 11:14:47 +08:00
  • 998596aa67 fix(make): Fix "print_flash_cmd" lose global macro dongheng 2019-04-11 10:49:33 +08:00
  • 2598b7ec21 Merge branch 'bugfix/netif_loopback_default_to_true' into 'master' Dong Heng 2019-04-10 17:08:51 +08:00
  • dc92996c00 Merge branch 'feature/reduce_scan_time_when_connect_to_AP' into 'master' Dong Heng 2019-04-10 14:19:37 +08:00
  • 6d31fd02fa feat(lib): reduce scan time when connect to AP Zhang Jun Hao 2019-04-10 10:57:47 +08:00
  • 347728990d Merge branch 'bugfix/fix_cannot_goto_force_sleep_when_pm_is_opened' into 'master' Dong Heng 2019-04-10 10:50:33 +08:00
  • 4bcb11e262 fix(pp): fix cannot goto force sleep mode when pm is opened Zhang Jun Hao 2019-04-10 10:46:11 +08:00
  • 4d695aad09 bugfix/netif_loopback_default_to_true: Added netif loopback to true in sdkconfig.defaults of http_server & provisioning Supreet Deshpande 2019-04-09 12:47:56 +05:30
  • dfcabc8830 Merge branch 'bugfix/fix_pwm_error_in_sniffer_mode_v3.1' into 'release/v3.1' Wu Jian Gang 2019-04-09 18:27:54 +08:00
  • a77d98b23a Merge branch 'bugfix/fix_pwm_error_in_sniffer_mode' into 'master' Wu Jian Gang 2019-04-09 18:27:12 +08:00
  • f66e42e4d0 fix(lib): fix pwm error in sniffer mode Zhang Jun Hao 2019-04-09 16:20:46 +08:00
  • 8b8d7abe47 fix(lib): fix pwm error in sniffer mode Zhang Jun Hao 2019-04-09 17:24:01 +08:00
  • 4c9f8fdd1b Merge branch 'bugfix/fix_tx_error_when_rts_cts_tx_start_tx_complete_came_in_same_time_v3.1' into 'release/v3.1' Wu Jian Gang 2019-04-09 16:14:46 +08:00
  • 4d694dc539 Merge branch 'bugfix/fix_tx_error_when_rts_cts_tx_start_tx_complete_came_in_same_time' into 'master' Wu Jian Gang 2019-04-09 16:14:37 +08:00
  • 3bb1ca6c1d fix(lib): fix tx error when rts cts tx start tx complete came in same time Zhang Jun Hao 2019-04-09 15:45:25 +08:00
  • cea2e845b8 fix(lib): fix tx error when rts cts tx start tx complete came in same time Zhang Jun Hao 2019-04-09 15:41:41 +08:00
  • 5dc6ef02da Merge branch 'bugfix/fix_pwm_error_v3.1' into 'release/v3.1' Wu Jian Gang 2019-04-09 15:31:03 +08:00
  • d913340f00 Merge branch 'bugfix/fix_pwm_error' into 'master' Wu Jian Gang 2019-04-09 15:30:53 +08:00
  • fee0ee01ad fix(pp): fix pwm error Zhang Jun Hao 2019-04-09 14:19:45 +08:00
  • a45f6573fb fix(pp): fix pwm error Zhang Jun Hao 2019-04-09 14:12:42 +08:00
  • 67964eb9c8 Merge branch 'bugfix/uart_enable_swap' into 'master' Wu Jian Gang 2019-04-09 09:22:43 +08:00
  • da6c51d298 Merge branch 'bugfix/esp_sleep_leaks_gpio_declare' into 'master' Dong Heng 2019-04-04 17:55:35 +08:00
  • a9acaf91d0 fix(esp8266): Fix "esp_sleep.h" internal leaks "gpio.h" data declare dongheng 2019-04-04 17:39:11 +08:00
  • cca26bcb1c bugfix(uart): fix uart enable swap blockage XiongYu 2019-04-04 15:08:55 +08:00
  • 94c08b5d94 Merge branch 'chore/add_esp_ringbuf' into 'master' Dong Heng 2019-04-04 16:50:05 +08:00
  • 3a4f34cb37 Merge branch 'bugfix/fix_wps_osi_leak' into 'master' Dong Heng 2019-04-04 16:48:24 +08:00
  • c43e3c04db fix(esp8266): Fix wps leaks OSI dongheng 2019-04-03 16:40:48 +08:00
  • 0ce7b87da6 chore(esp_ringbuf): Divide ringbuf as a independent component from freertos dongheng 2019-04-04 15:31:34 +08:00
  • 1f6c258127 feat(esp8266): Add feature to copy old RF parameters to new SDK partition dongheng 2019-04-03 14:11:11 +08:00
  • 288b1c89de Merge branch 'feature/link_heap_to_iram' into 'master' Dong Heng 2019-04-02 11:29:13 +08:00
  • 86df7f879a feat(heap): Link heap raw malloc/free from flash to iram dongheng 2019-04-02 10:53:52 +08:00
  • 0460e53434 Merge branch 'feature/refactor_crc' into 'master' Dong Heng 2019-04-01 16:59:04 +08:00
  • 17fc3ab6ba feat(util): Refactor CRC algorithm Dong Heng 2018-11-08 12:42:21 +08:00
  • bc01a1d39c Merge branch 'feature/update_unit_test_app' into 'master' Dong Heng 2019-04-01 10:40:46 +08:00
  • a11febe9a4 Merge branch 'feature/add_phy_version_log' into 'master' Wu Jian Gang 2019-04-01 10:06:23 +08:00
  • 24a5792056 Merge branch 'feature/add_ibus_data_util' into 'master' Dong Heng 2019-04-01 09:55:00 +08:00
  • f200857495 Merge branch 'bugfix/PWM_error_phase' into 'master' Wu Jian Gang 2019-04-01 09:52:31 +08:00
  • 2449523a8e feat(util): Add IBus get data function dongheng 2019-03-29 17:30:50 +08:00
  • 0787de107e Merge branch 'chore/sync_github_to_jira' into 'master' Dong Heng 2019-03-29 16:00:29 +08:00
  • bfb6ad86d4 chore(jira): Sync issues from github to JIRA dongheng 2019-03-29 15:01:01 +08:00
  • d177396c65 bugfix(pwm): fix pwm error phase XiongYu 2019-03-29 11:55:27 +08:00
  • 2bb25a0a93 feat(lwip): Clean up LwIP port code dongheng 2019-03-28 21:46:01 +08:00
  • d5d34f31af feat(esp8266): add phy version log Zhang Jun Hao 2019-03-27 15:16:33 +08:00
  • b05cf79870 Merge branch 'feature/cleanup_rtos_dependence' into 'master' Dong Heng 2019-03-27 12:22:43 +08:00
  • 68e990c99f feat(freertos): Clean up unused or unsupported code for ESP8266 dongheng 2019-03-27 10:09:55 +08:00
  • eb6d4f7f53 Merge branch 'feature/init_os_before_start_it' into 'master' Dong Heng 2019-03-26 16:54:05 +08:00
  • 56e6b986cf Merge branch 'feature/remove_espos' into 'master' Dong Heng 2019-03-26 16:37:59 +08:00
  • c378e07232 feat(esp8266): Add option to init OS before starting it dongheng 2019-03-25 20:12:58 +08:00
  • 5970720094 feat(espos): Remove ESPOS dongheng 2019-03-25 17:55:07 +08:00
  • 12eb093aee Merge branch 'feature/refactor_wifi_osi' into 'master' Dong Heng 2019-03-25 17:42:33 +08:00