Commit Graph

  • 158602c942 esp_wifi: Fix the timeout issue of EAPOL four-way handshake xiehang 2020-05-18 14:53:31 +08:00
  • 8fc05d0665 Fix ASSERT for RXDESC and save the log for debug weitianhua 2020-05-11 15:59:11 +08:00
  • 8d1032ccac Fix ASSERT in ld_acl at line 302 forclkoff1 and localval weitianhua 2020-05-09 19:02:08 +08:00
  • 77cc105c72 Fix ld_acl schedule bug to parity shift weitianhua 2020-05-09 18:52:15 +08:00
  • 55877684a0 Fix ASSERT(64,0) in rwble.c weitianhua 2020-05-09 18:00:17 +08:00
  • 0811851378 Fix ASSERT in ld_pscan.c at line 1032 weitianhua 2020-05-09 17:53:43 +08:00
  • b20f254483 Free lmp tx buf in EM in the procedure of handling LMP_detach_Req when not received the last acknowledge from peer device and seperate them by ACL State weitianhua 2020-05-09 17:44:02 +08:00
  • 190ff3ae37 Fix that when slave initiate unsniff procedure and meet transaction collision, no mode change event is repoerted weitianhua 2020-05-09 17:17:40 +08:00
  • 70fa5b4ac5 Fix int_wdt due to disable interrupt too long time weitianhua 2020-05-09 16:57:36 +08:00
  • c18ed5cbee Fix Connection fail in loop weitianhua 2020-05-09 16:29:27 +08:00
  • 7aeb3d329a Set AFH in BTDM Task when WiFi changes channel weitianhua 2020-05-09 16:17:46 +08:00
  • e0e1154b62 Fix ASSERT(25,0) in lc_task.c weitianhua 2020-05-09 16:04:09 +08:00
  • 899e49b90e Disable frequent warning log in ld_acl weitianhua 2020-05-09 15:47:52 +08:00
  • b45f2d3913 Move default log level to WARNING instead ERROR in BT Controller weitianhua 2020-05-09 15:39:06 +08:00
  • 3758177bf8 mdns-example: fail gracefully if mdns response not received within timeout David Cermak 2020-05-15 10:41:14 +02:00
  • be3b6b7cb8 Merge branch 'feature/mbedtls_dynamic_memory' into 'master' Mahavir Jain 2020-05-18 13:55:05 +08:00
  • e9d4659175 Merge branch 'bugfix/erase_with_vtaskdelay_v4.1' into 'release/v4.1' Michael (XIAO Xufeng) 2020-05-18 11:01:50 +08:00
  • 58a9db8492 Merge branch 'feature/smartconfig_links' into 'master' Krzysztof Budzynski 2020-05-18 01:02:05 +08:00
  • e58c0ac3e7 Provide a brief description of SmartConfig and add link to example Krzysztof Budzynski 2020-05-18 01:02:04 +08:00
  • 3f778a92da spi_flash: add unit test for read/write performance Michael (XIAO Xufeng) 2020-05-12 02:32:40 +08:00
  • 651eb1a694 esp_flash: fix the write performance regression Michael (XIAO Xufeng) 2020-05-08 17:35:22 +08:00
  • f67044c822 spi: simplify the caps header Michael (XIAO Xufeng) 2020-05-12 02:31:30 +08:00
  • dae3196157 esp_flash: fix issue that cannot add flash on SPI1 CS1 when SPI_FLASH_SHARE_SPI1_BUS is disabled Michael (XIAO Xufeng) 2020-05-12 02:34:53 +08:00
  • 86f1a260f5 Merge branch 'bugfix/fix_switch_channel_without_discon_issue_v3.1' into 'release/v3.1' Jiang Jiang Jian 2020-05-17 18:27:41 +08:00
  • 18f2a0d3bc esp_wifi: Fix AP switch to adjacent channel without disconnect xiehang 2020-05-15 14:19:04 +08:00
  • 0e043ae99f Merge branch 'bugfix/can_not_get_IP_address_from_China_mobile_v3.1' into 'release/v3.1' Jiang Jiang Jian 2020-05-17 17:09:03 +08:00
  • fc2199c5d6 Merge branch 'bugfix/wpa3_mixed_mode_authype_v4.0' into 'release/v4.0' Jiang Jiang Jian 2020-05-17 17:05:15 +08:00
  • bb2379b7ab Merge branch 'bugfix/wpa3_mixed_mode_authype' into 'master' Jiang Jiang Jian 2020-05-17 17:04:18 +08:00
  • 0266ad95d7 Merge branch 'bugfix/fix_switch_channel_without_discon_issue_v4.1' into 'release/v4.1' Jiang Jiang Jian 2020-05-17 15:01:23 +08:00
  • c70eecc8c4 Merge branch 'bufix/fix_v3.1_bluedroid_bugs' into 'release/v3.1' Jiang Jiang Jian 2020-05-16 19:56:16 +08:00
  • 4695eeddee Merge branch 'bufix/fix_v4.0_bluedroid_bugs_mr' into 'release/v4.0' Jiang Jiang Jian 2020-05-16 19:53:15 +08:00
  • bef57a8ddc Merge branch 'bugfix/V3.1.7_ble_bug_mr' into 'master' Jiang Jiang Jian 2020-05-16 19:52:34 +08:00
  • 19163393a9 Merge branch 'bugfix/stop_mac_can_be_controlled_by_user_v4.1' into 'release/v4.1' David Čermák 2020-05-16 03:28:33 +08:00
  • 8ed7fe3e3d tools/idf.py: replace the "run" method of Task with the magic "__call__" method Merges https://github.com/espressif/esp-idf/pull/5279 Brian Pugh 2020-05-12 09:50:00 -07:00
  • fa3d9573ce tools/idf.py: prevent reloading duplicate extension paths. Do not load cwd if IDF_EXTRA_ACTIONS_PATH is not set. Merges https://github.com/espressif/esp-idf/pull/5278 Brian Pugh 2020-05-13 15:13:32 -07:00
  • f9a5794cba Merge branch 'bugfix/socket_example_ipv6_randomfail' into 'master' Anton Maklakov 2020-05-15 23:36:48 +08:00
  • 817a41ce9e Merge branch 'bugfix/doc_dfu_update' into 'master' Krzysztof Budzynski 2020-05-15 23:10:11 +08:00
  • 65d4596a36 wifi_provisioning: Catch the Wi-Fi events even after Connection errors Piyush Shah 2020-03-18 16:22:51 +05:30
  • d6e189927e ble_mesh: Remove patch for the bug of an App lly 2020-05-14 10:24:15 +08:00
  • 9d587eb8fd ble_mesh: Remove patch for the bug of an App lly 2020-05-14 10:24:15 +08:00
  • 52e9bcb696 Merge branch 'bugfix/ble_mesh_remove_patch' into 'master' Island 2020-05-15 20:17:22 +08:00
  • bc42073a8b fixes for powershell on unix Andrei Gramakov 2020-05-13 14:00:38 +02:00
  • d7edd28338 esp_wifi: Update WiFi lib Nachiket Kukade 2020-05-15 17:24:51 +05:30
  • ca7f2099db example: fix mesh manual networking example chenyudong 2019-11-28 19:34:27 +08:00
  • 9bdf545599 component/bt: Fix adv/scan not support RPA_public and RPA_random zwj 2018-08-27 21:32:39 +08:00
  • b08aee46de :add congest direct callback and modify congest evt triger threshold zwj 2020-04-26 14:47:45 +08:00
  • 1ef2b2d32a fix bta_dm_deinit_cb wangcheng 2020-05-09 15:56:36 +08:00
  • 1e72a8c850 master missing BLE_AUTH_CMPL_EVT after restart wangcheng 2020-04-29 17:38:47 +08:00
  • 748720a466 esp_wifi: Update WiFi lib Nachiket Kukade 2020-05-15 14:58:07 +05:30
  • 8688bd0593 add LINGER to menuconfig xueyunfei 2020-05-14 15:18:39 +08:00
  • 6ee978c6aa add congest direct callback and fix malloc failed when multi_connection notify performance test zhiweijian 2020-05-13 20:30:35 +08:00
  • d231b25bc4 fix bta_dm_deinit_cb crash wangcheng 2020-05-13 20:11:57 +08:00
  • 456c8bdbdf master missing BLE_AUTH_CMPL_EVT after restart wangcheng 2020-05-13 19:56:24 +08:00
  • c14e7c3360 :add congest direct callback and modify congest evt triger threshold zwj 2020-04-26 14:47:45 +08:00
  • 38d9958c11 master missing BLE_AUTH_CMPL_EVT after restart wangcheng 2020-04-29 17:38:47 +08:00
  • 026cec78e9 fix bta_dm_deinit_cb wangcheng 2020-05-09 15:56:36 +08:00
  • 5b5a8c276d Merge branch 'feature/mbedtls_add_config_options' into 'master' Mahavir Jain 2020-05-15 15:53:21 +08:00
  • ec6c7558ef add congest direct callback and fix malloc failed when multi_connection notify performance test zhiweijian 2020-05-13 20:30:35 +08:00
  • 94917184be Merge branch 'bugfix/wpa3_pmf_memleak_fix_v4.0' into 'release/v4.0' Jiang Jiang Jian 2020-05-15 15:11:44 +08:00
  • 62754ff90a Merge branch 'docs/fix_static_sem_api_desc' into 'master' Angus Gratton 2020-05-15 15:04:36 +08:00
  • 92e4f84ec5 esp_wifi: Fix AP switch to adjacent channel without disconnect xiehang 2020-05-15 14:42:03 +08:00
  • 5c25689f7f esp_wifi: Fix AP switch to adjacent channel without disconnect xiehang 2020-05-15 14:31:40 +08:00
  • 32e20304a7 Merge branch 'bugfix/ipv6_examples_4.1' into 'release/v4.1' David Čermák 2020-05-15 13:58:42 +08:00
  • ca3daa50de mbedtls: Add configuration options Shubham Kulkarni 2020-04-23 11:41:24 +05:30
  • 5f4e2cf391 socket examples: fix random ci failure on reading ipv6 address David Cermak 2020-05-11 08:20:43 +02:00
  • 1cfeb8be7f Merge branch 'feature/enable_wpa3_pmf_by_default_v4.1' into 'release/v4.1' Jiang Jiang Jian 2020-05-15 11:46:20 +08:00
  • 26ab1c54ec Merge branch 'bugfix/esp32s2_wifi_skip_light_sleep' into 'master' Jiang Jiang Jian 2020-05-15 11:41:45 +08:00
  • 5e436be77f Merge branch 'bugfix/stop_mac_can_be_controlled_by_user' into 'master' David Čermák 2020-05-15 04:40:55 +08:00
  • 13cd832b0c ci: pushd and cd in one go in idf_build_process defaults test Renz Christian Bagaporo 2020-05-14 16:26:52 +08:00
  • 740819529b cmake: fix setting defaults in idf_build_process Renz Bagaporo 2020-04-29 14:07:23 +08:00
  • 0f6308d69c ci: test idf_build_process defaults set properly Renz Bagaporo 2020-05-04 20:56:40 +08:00
  • b13d96ae8b ethernet: better control start/stop/uninstall/install morris 2020-05-09 12:49:29 +08:00
  • 496ab2a83f ethernet: esp_eth_stop API should stop emac hardware morris 2020-05-08 21:44:30 +08:00
  • 222ac1dd60 ethernet: fix potential task watch dog timeout morris 2020-05-13 16:03:00 +08:00
  • 63dae58176 ethernet: better control start/stop/uninstall/install morris 2020-05-09 12:49:29 +08:00
  • e07023b9c7 ethernet: esp_eth_stop API should stop emac hardware morris 2020-05-08 21:44:30 +08:00
  • 0d208aabab mbedtls: esp32s2: check and reallocate output buffer if its from non-DMA range Mahavir Jain 2020-04-21 15:27:53 +05:30
  • 18c1838587 esp32s2: add config option to place RTC data in fast RAM Mahavir Jain 2020-04-19 11:49:44 +05:30
  • 1aac284dda heap: add rtc fast memory region to dynamic pool Mahavir Jain 2020-04-18 23:56:34 +05:30
  • 4091d44cda Merge branch 'bugfix/add_missing_link_to_ulp_header_file' into 'master' Krzysztof Budzynski 2020-05-14 20:51:24 +08:00
  • 3d57bf30a2 feat(mbedtls): add dynamic buffer and local resource managment to decrease SSL heap cost Dong Heng 2020-04-10 16:33:54 +08:00
  • d337fb64bb fix read multi-char failed when char set auto_rsp_by_app and rsp_by_stack zwj 2020-05-14 19:36:45 +08:00
  • ecbfe0f406 Fix usage example in xSemaphoreCreateBinaryStatic Dmytro 2020-05-12 11:52:34 +03:00
  • 9b5acea160 Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 Krzysztof 2020-05-13 23:05:07 +02:00
  • 3c882991b5 Merge branch 'bugfix/ethernet_task_watchdog_timeout' into 'release/v4.0' Angus Gratton 2020-05-14 16:21:35 +08:00
  • 437a8fa9d2 Merge branch 'test/sdio_ut_performance_time' into 'master' Michael (XIAO Xufeng) 2020-05-14 16:19:45 +08:00
  • 4d35a99c12 Merge branch 'nimble/config_option_sdkconfig_rename_v4.0' into 'release/v4.0' Angus Gratton 2020-05-14 16:19:36 +08:00
  • ad9e514ff4 Merge branch 'doc/documenting_code_format_fix' into 'master' Krzysztof Budzynski 2020-05-14 15:03:41 +08:00
  • 6442184dd8 ethernet: fix potential task watch dog timeout morris 2020-05-13 16:03:00 +08:00
  • a0288c1e8d Merge branch 'bugfix/wpa3_pmf_memleak_fix' into 'master' Jiang Jiang Jian 2020-05-14 14:21:21 +08:00
  • b91bba1a07 wpa_supplicant: Fix some memleaks and invalid memory access kapil.gupta 2020-05-14 10:50:20 +05:30
  • 8928cbb593 Merge branch 'bugfix/add_requirements_for_espefuse' into 'master' Angus Gratton 2020-05-14 12:37:22 +08:00
  • ddae67f50f esp_wifi: Fix AP switch to adjacent channel without disconnect xiehang 2020-05-13 17:39:21 +08:00
  • 94ce4836ae Merge branch 'bugfix/fix_gpio_wakeup_light_sleep' into 'master' Michael (XIAO Xufeng) 2020-05-14 11:45:40 +08:00
  • 86a73de9b3 esp-idf: Update esptool and add reedsolo and bitstring into requirements.txt KonstantinKondrashov 2020-05-07 16:32:50 +08:00
  • 25a6ea9600 ble_mesh: Remove patch for the bug of an App lly 2020-05-14 10:24:15 +08:00
  • 02c47360f1 Add NimBLE config options in sdkconfig.rename Hrishikesh Dhayagude 2020-05-08 12:04:05 +05:30
  • c595429db0 Add NimBLE config options in sdkconfig.rename Hrishikesh Dhayagude 2020-05-08 12:04:05 +05:30
  • 6ccd7dbc59 Merge branch 'nimble/config_option_sdkconfig_rename' into 'master' Angus Gratton 2020-05-14 09:30:16 +08:00
  • 78cf414b04 Merge branch 'bugfix/ci_himem_psram' into 'master' Angus Gratton 2020-05-14 07:53:18 +08:00