Commit Graph

  • 06df46e26a Merge branch 'bugfix/security_update_pppos_crash' into 'master' David Čermák 2022-03-09 03:04:52 +08:00
  • 121ddb87e5 Merge branch 'bugfix/fix_adc_digital_not_reset_issue_v4.4' into 'release/v4.4' morris 2022-03-08 23:16:33 +08:00
  • 3da54c4f8e Merge branch 'mbedtls/ecc_alt' into 'master' Mahavir Jain 2022-03-08 22:40:18 +08:00
  • 5ca79a00dd Fix build issues for implicit declaration for esp_fill_random Mahavir Jain 2022-03-08 10:36:02 +05:30
  • 32a6550e87 mbedtls: Added ECC hardware accelerator support on ESP32C2 Sachin Parekh 2022-01-05 22:55:28 +05:30
  • bc1d35a14e esp32c2/hal: Added ECC HAL layer Sachin Parekh 2022-01-05 22:47:44 +05:30
  • 98e9426b66 CI/mdns: Fix fuzzer build David Cermak 2021-12-14 21:35:27 +01:00
  • d1b809e6a1 CI/mdns: Extend example test for sockets, netifs David Cermak 2021-12-14 18:34:04 +01:00
  • bec42ff85d mdns: Add support for registering custom netif David Cermak 2021-12-14 18:07:23 +01:00
  • f8495f1e86 mdns: Indicate interface using esp_netif in search results David Cermak 2021-12-14 16:14:21 +01:00
  • f90b3b798b mdns: Use predefined interfaces to prepare for custom netifs David Cermak 2021-12-13 17:15:54 +01:00
  • f9892f77b8 mdns: Prepare for dynamic esp-netif support Suren Gabrielyan 2021-08-19 15:47:28 +04:00
  • 216703c0ef esp_macro: Fix CHOOSE_MACRO_VA_ARG() for C++20 Vladimir Chistyakov 2022-02-10 13:52:00 +07:00
  • 8b902739ac Merge branch 'feature/freertos_smp_base_master_483237711' into 'master' Darian 2022-03-08 19:58:11 +08:00
  • ea9f7cc370 fatfs: Add ftruncate api support for VFS and FAT-VFS Vamshi Gajjela 2022-03-08 00:01:48 +05:30
  • cfee73658b Merge branch 'bugfix/fix_heap_free_memory' into 'master' Omar Chebib 2022-03-08 18:08:30 +08:00
  • fcfe75b7d6 Merge branch 'feature/openthread-update-220303' into 'master' Shu Chen 2022-03-08 18:02:20 +08:00
  • 93b162c767 touch: fix the touch sensor wait cycle on s3 laokaiyao 2021-10-15 10:32:58 +08:00
  • d7fafdc916 freemodbus: fix port enable disable sequence for tcp master and slave aleks 2022-02-25 12:12:34 +01:00
  • ba9c0c29a9 modbus: fix tcp slave destroy issues aleks 2022-01-19 12:30:13 +01:00
  • 2d7f61758b Merge branch 'bugfix/add_pll_track_feature_4.3' into 'release/v4.3' Wang Meng Yang 2022-03-08 16:52:32 +08:00
  • 9e15d184d1 mqtt: Fix sending log data; dup flag after queue David Cermak 2022-01-20 09:42:21 +01:00
  • f11e17f886 freemodbus: fix port enable disable sequence for tcp master and slave aleks 2022-02-25 12:12:34 +01:00
  • 92f7ecd632 lwip: Security fixes; PPPoS null-deref; NAPT ip-forward David Cermak 2022-02-21 13:33:06 +01:00
  • 22e630b145 Merge branch 'bugfix/esp_eth_start_tx_buff_v4.3' into 'release/v4.3' morris 2022-03-08 16:38:18 +08:00
  • 106fcdcc1c modbus: fix tcp slave destroy issues aleks 2022-01-19 12:30:13 +01:00
  • 55fd823001 Merge branch 'contrib/github_pr_8523' into 'master' Mahavir Jain 2022-03-08 16:13:08 +08:00
  • c2f2b1e228 freertos: Add SMP FreeRTOS porting notes Darian Leung 2022-03-02 21:08:52 +08:00
  • 27f5c90e2e freertos: Fix usage of vTaskSuspendAll()/xTaskResumeAll() Darian Leung 2022-02-25 21:50:58 +08:00
  • 883da858b0 freertos: Fix various build errors Darian Leung 2022-02-25 22:32:46 +08:00
  • 9da5d7c40a freertos: Add changes to FreeRTOS SMP sources Darian Leung 2022-02-25 19:15:40 +08:00
  • 37c270b337 freertos: Update Xtensa port files to support FreeRTOS SMP Darian Leung 2022-02-24 21:54:53 +08:00
  • 163ddc3818 freertos: Update components CMakeLists.txt and Add SMP Kconfig option Darian Leung 2022-02-24 21:03:39 +08:00
  • 89dd2fe7f5 freertos: Copy IDF xtensa port files Darian Leung 2022-02-24 20:33:24 +08:00
  • 2d1afaf35b freertos: Add FreeRTOS SMP upstream files Darian Leung 2022-02-24 20:14:22 +08:00
  • d4c756115f Merge branch 'flash/opi_12345G_support' into 'master' Simon 2022-03-08 14:32:20 +08:00
  • 9338d1d121 Merge branch 'bugfix/http_client_body_v4.3' into 'release/v4.3' Mahavir Jain 2022-03-08 12:56:21 +08:00
  • b4ebc77975 esp-mqtt: fix warnings Anton Maklakov 2022-03-04 11:29:47 +07:00
  • 21e29f285f temp_sensor: avoid coexistence of new and legacy driver morris 2022-03-08 11:53:22 +08:00
  • 4ce4c5a68a Heap: fix free bytes calculation for TLSF heap Omar Chebib 2022-03-03 13:01:54 +08:00
  • 9f80c20181 Update HFP_HF version to 1.7.2 xiongweichao 2022-01-27 15:44:20 +08:00
  • 5e8b07bdea Update HFP_HF version to 1.7.2 xiongweichao 2022-01-27 15:44:20 +08:00
  • 12e050b38c opi_flash: Add new 16MB opi flash (MXIC25UW12345G) support, Closes https://github.com/espressif/esp-idf/issues/7996 Cao Sen Miao 2022-03-08 11:02:30 +08:00
  • 7cb6468fff Update HFP_HF version to 1.7.2 xiongweichao 2022-01-27 15:44:20 +08:00
  • 8f67af174e Merge branch 'contrib/github_pr_8462' into 'master' Aditya Patwardhan 2022-03-08 10:57:05 +08:00
  • c399f5d1e7 Update ESP32-C3 bt lib and phy lib Add the pll track feature to keep the ble connection stable when the environment temprature increase form 0 to 74. “YangZhao” 2022-03-07 11:30:15 +08:00
  • 469be7cc54 Removed unnecessary #include statement lukedukeus 2022-03-07 16:30:37 -05:00
  • 0b8d52a926 Merge branch 'bugfix/add-resolution-suggestion-for-coredump_v4.3' into 'release/v4.3' Roland Dobai 2022-03-08 04:03:54 +08:00
  • df29179a56 Merge branch 'bugfix/idf_size_assertions_v4.3' into 'release/v4.3' Roland Dobai 2022-03-08 02:58:23 +08:00
  • c45dee0a7a Merge branch 'bugfix/idf_size_assertions_v4.4' into 'release/v4.4' Roland Dobai 2022-03-08 02:58:04 +08:00
  • 72e322fbba esp_http_server: reword error messages MacDue 2022-03-07 17:39:02 +00:00
  • 0440aca4e3 Merge branch 'feature/reevaluate_headers_include_dirs' into 'master' Zim Kalinowski 2022-03-08 01:32:24 +08:00
  • 4aa81975d1 Merge branch 'bugfix/i2c_fix_typo_of_slave_macro' into 'master' morris 2022-03-07 23:38:13 +08:00
  • 46c5ad2292 Merge branch 'bugfix/tools_fix_gdb_2021r2_patch3_v4.3' into 'release/v4.3' Roland Dobai 2022-03-07 23:37:18 +08:00
  • a7b249b182 Remove line finalization when coredump is active to avoid coredump failure Martin Gaňo 2022-03-04 12:18:41 +01:00
  • 5f1c6ac605 Merge branch 'contrib/github_pr_8500' into 'master' Ivan Grokhotkov 2022-03-07 22:17:30 +08:00
  • fe5a5284ba sleep: restore analog calibration registers after waking up from light sleep Armando 2022-01-25 14:23:53 +08:00
  • 8f1f424390 esp_eth: EMAC start/stop optimization Ondrej Kosta 2022-03-07 08:36:28 +01:00
  • 3c8bab0285 Fixed ESP32 EMAC driver insufficient TX buffer size which could followed esp_eth_stop and esp_eth_start sequence Ondrej Kosta 2021-12-20 12:45:24 +01:00
  • a9454c9776 Merge branch 'feature/sdmmc_erase_cmd_support' into 'master' Vamshi Gajjela 2022-03-07 21:52:23 +08:00
  • 5bc1cd7d26 Merge branch 'feature/flash_emu_linux_component' into 'master' Ivan Grokhotkov 2022-03-07 20:36:38 +08:00
  • 4bf4a020a6 Merge branch 'refactor/abstract_temperature_sensor' into 'master' Simon 2022-03-07 20:17:39 +08:00
  • 52595702b4 docs: fix link to VS Code debugging Krzysztof 2022-02-24 18:01:52 +08:00
  • 1b06c55ab1 Merge branch 'bugfix/fix_adc_calibration_light_sleep_issue_v4.4' into 'release/v4.4' morris 2022-03-07 19:01:31 +08:00
  • 898a7d071b Update HFP_HF version to 1.7.2 xiongweichao 2022-01-27 15:44:20 +08:00
  • a46776ad02 Add WolfSSL esp_tls TLS1.3 configuration option Alexander Klassen 2022-02-25 02:05:01 +01:00
  • dc7cb6de4b Merge branch 'bugfix/ignore_pmf_capable_flag_v4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 16:24:44 +08:00
  • 323b35af58 openthread: Update OpenThread submodule Jiacheng Guo 2022-03-03 15:09:52 +08:00
  • 6ddd6e6d29 Merge branch 'docs/pytest_in_idf' into 'master' Fu Hanxi 2022-03-07 15:34:28 +08:00
  • f31be6ca5d Merge branch 'feature/add_proxy_conn_and_disconn_event' into 'master' Island 2022-03-07 15:10:22 +08:00
  • f3c7215565 websocket: Remove internal component, examples and test gabsuren 2022-02-24 15:53:59 +04:00
  • 9ebfd7832d i2c: update legacy name ESP8684 to ESP32C2 laokaiyao 2022-03-07 10:42:23 +08:00
  • 9ba1b333f9 examples/wifi: add test coverage for CONFIG_WPA_DEBUG_PRINT Mahavir Jain 2022-03-07 12:17:04 +05:30
  • 9b7c345bce Fix compiler error in mbedtls 0xFEEDC0DE64 2022-03-04 16:22:05 +01:00
  • 6b9381f754 esp_http_client: Cache received data in http_on_body callback. Shubham Kulkarni 2022-02-18 16:25:02 +05:30
  • 75e835efe6 Merge branch 'bugfix/fix_regi2c_analog_cali_num_macro' into 'master' morris 2022-03-07 14:08:47 +08:00
  • e9bbe44d19 spi_master: fix master HD mode cannot correctly receive data issue when using DMA Armando 2022-03-07 12:29:46 +08:00
  • a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories Sudeep Mohanty 2022-01-12 12:23:47 +05:30
  • a1eac58a34 Merge branch 'bugfix/docs_python37_text' into 'master' Anton Maklakov 2022-03-07 13:22:24 +08:00
  • e17b0df8ec Merge branch 'feature/adds_efuses_to_table' into 'master' Konstantin Kondrashov 2022-03-07 13:05:55 +08:00
  • 6f52bd178e Merge branch 'gh_action/update_checkout_repo' into 'master' Mahavir Jain 2022-03-07 12:29:47 +08:00
  • f41c9d154a regi2c: fix analog calibration register num macro Armando 2022-03-07 11:45:02 +08:00
  • e1515beb26 adc: fix adc digital not reset issue Armando 2022-02-25 13:41:02 +08:00
  • d53ea1166d rng: fix rng adc digital inpu not disabled issue Armando 2022-02-25 13:41:30 +08:00
  • 32afe6a498 sleep: restore analog calibration registers after waking up from light sleep Armando 2022-01-25 14:23:53 +08:00
  • e6c97308b9 sleep: restore analog calibration registers after waking up from light sleep Armando 2022-03-07 11:18:21 +08:00
  • 92a67e0fff Merge branch 'bugfix/add-resolution-suggestion-for-coredump_v4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 11:04:50 +08:00
  • a97dd5e0e9 Merge branch 'bugfix/ble_mesh_console_correct_repl_config_prompt_forv4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 11:03:54 +08:00
  • b2e67d6ff1 ble mesh:example:correct repl config prompt in ble mesh console(v4.4) Yuan Hong Hui 2022-03-07 11:03:54 +08:00
  • 3d2700146e Merge branch 'bugfix/uart_no_int_after_flush_v4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 11:03:33 +08:00
  • d326c5283d Merge branch 'bugfix/ledc_consecutive_fade_v4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 11:00:46 +08:00
  • 964db79c0e Merge branch 'docs/add_a_note_to_mck_io_num_v4.4' into 'release/v4.4' Jiang Jiang Jian 2022-03-07 11:00:25 +08:00
  • 1fce1616c4 i2c: fix typo in SOC_I2C_SUPPORT_SALVE Kevin Guilloy 2022-03-06 22:54:59 +01:00
  • 5faf116d26 Merge branch 'docs/esp_https_server_api_cleanup' into 'master' Mahavir Jain 2022-03-06 14:26:55 +08:00
  • 55da7a2f2e Merge branch 'feature/add_proxy_conn_and_disconn_event_v4.3' into 'release/v4.3' Island 2022-03-06 14:10:33 +08:00
  • 3c9657fa4e Merge branch 'feature/add_proxy_conn_and_disconn_event_v4.4' into 'release/v4.4' Island 2022-03-06 14:10:20 +08:00
  • 748037708f Merge branch 'bugfix/fix_adc_digital_not_reset_issue' into 'master' Armando (Dou Yiwen) 2022-03-06 13:49:18 +08:00
  • 062a6464ba docs: Updated migration guide for esp_https_server API breaking changes Harshit Malpani 2022-03-03 16:56:23 +05:30
  • 8cf5786444 ble_mesh: stack: Bugfix the proxy client abnormal disconnection wangjialiang 2022-01-27 18:37:43 +08:00
  • d975bb0086 ble_mesh: stack: Add proxy server connect and disconnect event wangjialiang 2022-01-27 18:30:44 +08:00