Commit Graph

  • 659d805411 esp_wifi: light sleep optimization ninh 2020-12-30 16:42:39 +08:00
  • 1427b3a6d8 tools: support for embedded python Juraj Michálek 2020-12-16 17:40:13 +01:00
  • 31ecdcd3f6 mdns: Revert support for queries in responses, mDNS non-strict mode David Cermak 2021-01-15 12:26:41 +01:00
  • 854ccb743d Merge branch 'bugfix/bluedroid_avoid_same_bdaddr_conn_v3.3' into 'release/v3.3' Jiang Jiang Jian 2021-01-18 14:35:25 +08:00
  • 5ee8a808c8 Merge branch 'bugfix/fix_tcp_mss_issue_v3.3' into 'release/v3.3' Jiang Jiang Jian 2021-01-18 14:21:36 +08:00
  • 71a50021ca Merge branch 'bugfix/fix_ping_specify_length_issue_v3.3' into 'release/v3.3' Jiang Jiang Jian 2021-01-18 14:20:43 +08:00
  • 03fa63b0c9 bootloader: add flash encryption support for C3 Marius Vikhammer 2020-12-21 14:48:49 +08:00
  • 7134ef67cf ble_mesh: stack: Fix compile warning with BIT macro lly 2020-12-25 16:08:26 +08:00
  • 620e747355 esp_http_client: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:38:46 +05:30
  • d6bf822ab8 wifi_provisioning: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:38:24 +05:30
  • d42f39dcb4 ble_mesh: stack: Update mesh max conn macro when using bluedroid lly 2020-12-25 16:04:22 +08:00
  • 85d2d2fcf8 esp_local_ctrl: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:38:00 +05:30
  • c44dc1f262 ble_mesh: stack: Fix compile warning with BIT macro lly 2020-12-25 16:08:26 +08:00
  • de166facd7 ble_mesh: stack: Update mesh max conn macro when using bluedroid lly 2020-12-25 16:04:22 +08:00
  • ce1e71c0de esp_netif: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:37:10 +05:30
  • a9f6042d41 fatfs: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:36:53 +05:30
  • de3421718d tcp_transport: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:36:22 +05:30
  • 8668c11a12 wpa_supplicant: Fix some memory leak issues by coverity static analyzer. aditi_lonkar 2021-01-18 11:35:48 +05:30
  • 5c1e3eabc1 ble_mesh: stack: Enable updating lighting hsl state lly 2021-01-15 20:27:43 +08:00
  • 71f4c476cb ble_mesh: stack: Enable updating lighting hsl state lly 2021-01-15 20:27:43 +08:00
  • b4735859d6 Merge branch 'bugfix/bluedroid_avoid_same_bdaddr_conn_v4.2' into 'release/v4.2' Island 2021-01-18 14:01:31 +08:00
  • 3a56233a4d Merge branch 'bugfix/bluedroid_avoid_same_bdaddr_conn_v4.0' into 'release/v4.0' Island 2021-01-18 14:01:19 +08:00
  • c65a24063d Merge branch 'update/ble_mesh_set_hsl_states' into 'master' Island 2021-01-18 13:20:59 +08:00
  • f01264f9d5 Merge branch 'bugfix/ble_mesh_build_error_c3_merge_master' into 'master' Island 2021-01-18 13:20:48 +08:00
  • 9e059689f2 Merge branch 'bugfix/fix_iperf_example_crash_issue' into 'master' Jiang Jiang Jian 2021-01-18 10:52:58 +08:00
  • bcdd470618 ble_mesh: example: Add gpio option for ESP32C3-DevKitC lly 2020-12-25 16:47:39 +08:00
  • 187fb9d959 ble_mesh: stack: Fix compile warning with BIT macro lly 2020-12-25 16:08:26 +08:00
  • 3aabf571a8 ble_mesh: stack: Update mesh max conn macro when using bluedroid lly 2020-12-25 16:04:22 +08:00
  • e82fe93b3d Merge branch 'feature/update_esptool' into 'master' Angus Gratton 2021-01-18 07:13:33 +08:00
  • 5938b9a892 Merge branch 'feature/support_esp32c3_master_cmake_reset_reason' into 'master' Angus Gratton 2021-01-18 07:12:21 +08:00
  • d23c7690f2 esp32c3: Add UTs for reset_reason Konstantin Kondrashov 2021-01-18 07:12:21 +08:00
  • 40bff84803 Add USB Host HAL Darian Leung 2020-12-28 18:42:49 +08:00
  • 6f39d90520 Merge branch 'feature/support_tx_amsdu' into 'master' Jiang Jiang Jian 2021-01-17 17:08:01 +08:00
  • 8b33695495 Merge branch 'feature/support_esp32c3_s3_ble_5.0_and_bug_fix' into 'master' Jiang Jiang Jian 2021-01-17 17:06:12 +08:00
  • eadb69aa36 tools: Update esptool submodule Roland Dobai 2021-01-15 09:04:59 +01:00
  • afcf0e9101 NimBLE: Enable NIMBLE_MESH_FRIEND by default for blemesh example Prasad Alatkar 2021-01-12 14:29:38 +05:30
  • 7252c99a14 BLE Mesh: Fix compilation for NimBLE-1.3.0 upgrade by typecasting adv data to void Prasad Alatkar 2021-01-12 12:15:09 +05:30
  • 8224aa69a2 NimBLE: Update NimBLE to latest 1.3.0 release Prasad Alatkar 2020-08-03 23:49:41 +05:30
  • 28371f45a4 Merge branch 'bugfix/ppp_netif_free_v4.2' into 'release/v4.2' David Čermák 2021-01-16 00:57:15 +08:00
  • 84039dc77d esp_modem: Fixed race condition on exiting PPP mode David Cermak 2020-10-26 11:50:06 +01:00
  • 67a3ff8a4b Merge branch 'bugfix/esp_netif_ppp_event_data_v4.2' into 'release/v4.2' David Čermák 2021-01-15 23:48:27 +08:00
  • 958bfcbf59 Update tinyusb to the latest upstream version Roland Dobai 2021-01-08 13:23:11 +01:00
  • 500edd412a mDNS: Fix of text length calculation when detecting a collision suren.gabrielyan 2021-01-14 14:32:05 +04:00
  • cc0ad534e9 mDNS: Fix of collision detection during txt length calculation suren.gabrielyan 2020-12-04 18:19:19 +04:00
  • ea42d8e043 fix bluedroid deinit crash zwj 2021-01-15 14:40:57 +08:00
  • 3b862da384 mDNS: Fix of text length calculation when detecting a collision suren.gabrielyan 2021-01-14 14:32:05 +04:00
  • a02ac1ffd3 mDNS: Fix of collision detection during txt length calculation suren.gabrielyan 2020-12-04 18:19:19 +04:00
  • 52fa88b54e mDNS: Fix of text length calculation when detecting a collision suren.gabrielyan 2021-01-14 14:32:05 +04:00
  • 0f80a4bd47 mDNS: Fix of collision detection during txt length calculation suren.gabrielyan 2020-12-04 18:19:19 +04:00
  • 8aae9860ce ble_mesh: stack: Enable updating lighting hsl state lly 2021-01-15 20:27:43 +08:00
  • b78fbdab12 example: Scan failure should not cause system crash xiehang 2021-01-15 20:03:25 +08:00
  • 30becdfaab example: do not check the return value of esp_wifi_connect() xiehang 2021-01-15 20:00:40 +08:00
  • 95c360fcbd esp_pm: fix formatting issues in esp_pm_dump_locks Ivan Grokhotkov 2020-10-14 19:24:18 +02:00
  • 025e2b0439 example: Scan failure should not cause system crash xiehang 2021-01-15 20:03:25 +08:00
  • 43a328a7c3 example: do not check the return value of esp_wifi_connect() xiehang 2021-01-15 20:00:40 +08:00
  • adfa43a3a4 feature: support tx amsdu ronghulin 2021-01-15 17:00:15 +08:00
  • 526f682397 Merge branch 'bugfix/httpd_session_close_lru' into 'master' Mahavir Jain 2021-01-15 20:06:00 +08:00
  • eb1a1620fe example: Scan failure should not cause system crash xiehang 2021-01-15 20:03:25 +08:00
  • 7778034cba example: do not check the return value of esp_wifi_connect() xiehang 2021-01-15 20:00:40 +08:00
  • d43b3b4dd5 Merge branch 'feature/configure_ds_read_and_parse_efuse_summary' into 'master' Mahavir Jain 2021-01-15 19:54:13 +08:00
  • 7ff123562b Merge branch 'bugfix/mdns_resolve_nonstrict_answers_v4.2' into 'release/v4.2' David Čermák 2021-01-15 19:51:04 +08:00
  • 53fc156adb esp-modem: Remove esp-netif destroy from modem network glue code David Cermak 2020-07-03 13:31:57 +02:00
  • 5080a23ac3 esp_pm: fix formatting issues in esp_pm_dump_locks Ivan Grokhotkov 2020-10-14 19:24:18 +02:00
  • 3590a6816f example: Scan failure should not cause system crash xiehang 2021-01-15 19:45:59 +08:00
  • 827bb925b7 esp_pm: esp_pm_dump_locks: don't print from a critical section Ivan Grokhotkov 2020-02-12 13:57:58 +01:00
  • d9e1d51ec8 example: Scan failure should not cause system crash xiehang 2021-01-14 19:33:10 +08:00
  • 9d9d30965f esp_pm: fix formatting issues in esp_pm_dump_locks Ivan Grokhotkov 2020-10-14 19:24:18 +02:00
  • 2f4ef71beb example: do not check the return value of esp_wifi_connect() xiehang 2021-01-15 19:40:25 +08:00
  • 62da2362a8 esp_pm: esp_pm_dump_locks: don't print from a critical section Ivan Grokhotkov 2020-02-12 13:57:58 +01:00
  • 9cb3ac94c4 Merge branch 'bugfix/linenoise_probe' into 'master' Ivan Grokhotkov 2021-01-15 19:31:14 +08:00
  • c0d6b18e88 Merge branch 'bugfix/wifi_prov_zero_networks' into 'master' Mahavir Jain 2021-01-15 19:22:05 +08:00
  • 9ff1609a20 Merge branch 'feature/add_esptouch_v2' into 'master' Jiang Jiang Jian 2021-01-15 19:11:47 +08:00
  • 46b29f8c6b Merge branch 'feature/gpio_slp_leakage_current_opt' into 'master' Jiang Jiang Jian 2021-01-15 18:07:54 +08:00
  • d624675087 fix connection param update timeout zwj 2020-06-11 14:56:51 +08:00
  • ad09955b1f fix crash when creating aux open failed, fix GAP_22026 failed zwj 2020-12-25 18:01:23 +08:00
  • 273d2fd5ec fix multi-connection crash (smp-08003) zwj 2020-12-18 12:00:17 +08:00
  • e81104f377 fix add white list failed zhiweijian 2020-12-17 16:43:00 +08:00
  • 61b1a4b7b8 fix bluedroid repair faild if the two most significant bits of public address is '01' zwj 2020-12-11 11:57:27 +08:00
  • d4619584d7 fix ble connect crash zhiweijian@espressif.com 2020-11-27 16:38:21 +08:00
  • 1d1754e4b4 - fix congest return value - fix system no rsp when doing disconnect - fix no congest event when ssc do writing performance zwj 2020-10-28 14:19:58 +08:00
  • 0880c7bcf9 fix ble read multi char err when the number of handles is more than 10 zwj 2020-08-04 20:19:25 +08:00
  • 4a719daa78 fix scan rsp length err zwj 2020-10-22 16:10:02 +08:00
  • 796a959fa5 fix vendor hci memory leak zwj 2020-09-17 14:32:27 +08:00
  • 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host zwj 2020-07-09 20:58:13 +08:00
  • fbb5ada91d idf monitor: fix crash when monitor baudrate argument set Marius Vikhammer 2020-07-09 14:23:02 +08:00
  • cf7bea6dff idf monitor: fix crash when monitor baudrate argument set Marius Vikhammer 2020-07-09 14:23:02 +08:00
  • 6d239d703e Merge branch 'bugfix/ci_test_app_ide_integration' into 'master' Anton Maklakov 2021-01-15 16:33:13 +08:00
  • 9b2b86b7d9 console: fix linenoiseProbe never timing out Ivan Grokhotkov 2021-01-15 09:22:04 +01:00
  • 27aa6c289f components/pm: Add slp gpio configure workaround ninh 2020-11-12 20:39:55 +08:00
  • bba7826ac0 Merge branch 'feature/c3_gdb_stub_regard_uart' into 'master' Ivan Grokhotkov 2021-01-15 15:23:58 +08:00
  • 19883d9799 Merge branch 'bugfix/fix_sign_conversion_warnign' into 'master' Angus Gratton 2021-01-15 14:40:59 +08:00
  • ae1cc5f49b freertos: Adds snapshot API to walk over tasks lists Alexey Gerenkov 2020-05-04 22:34:39 +03:00
  • 1da9d9c356 esp_wifi: add esptouch v2 zhangyanjiao 2020-08-18 10:34:29 +08:00
  • 59869bf610 http_server example: Add example test which opens multiple connections Shubham Kulkarni 2020-12-21 15:16:04 +05:30
  • 00876a8946 esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru Shubham Kulkarni 2020-11-30 12:33:31 +05:30
  • b94c99a033 Merge branch 'feature/c3_twai_bringup' into 'master' Michael (XIAO Xufeng) 2021-01-15 13:46:21 +08:00
  • ca7cc79d6b Merge branch 'feature/c3_stack_watchpoint' into 'master' Angus Gratton 2021-01-15 13:28:56 +08:00
  • 388f4fd7ef wifi_provisioning: Add a check for number of scanned networks while allocating memory Piyush Shah 2020-04-03 17:08:24 +05:30
  • 9370b74ee0 esp_wifi: Update WiFi lib xiehang 2020-12-24 11:56:18 +08:00
  • 155a7f816d esp_wifi: ESP32 phy add [sections:phy_iram] xiehang 2021-01-05 20:21:48 +08:00