Commit Graph

  • b5c374ae3e tools: Deprecated commands removed from idf.py Marek Fiala 2022-03-18 12:09:14 +01:00
  • 205c409d19 driver(uart): fix uart_set_line_inverse breaking change issue houwenxiang 2020-01-06 10:52:04 +08:00
  • 3503ee41ca sleep: fixed the issue error log not printed Michael (XIAO Xufeng) 2022-03-24 11:33:30 +08:00
  • ea27a8543a touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 Michael (XIAO Xufeng) 2022-03-24 03:00:47 +08:00
  • 9100cd558e ESP32: Fix xtal 32k not oscillate or oscillate too slowly issue chaijie 2020-09-18 17:23:28 +08:00
  • 2efd009dfb ulp: temporarily disable ULP support for S3 Marius Vikhammer 2022-03-23 17:43:24 +08:00
  • 7ab8c39bb2 Merge branch 'update/update_certs_bundle' into 'master' Mahavir Jain 2022-03-25 14:03:29 +08:00
  • f51da7dded Update esp_crt_bundle certificates Espressif BOT 2022-03-25 10:00:10 +08:00
  • 65354d74b3 ci: remove unused jobs Fu Hanxi 2022-03-25 12:57:15 +08:00
  • 9bb9b58b3b ci: rename all the generic s3 tag to generic_s3_fixme Fu Hanxi 2022-03-25 12:56:58 +08:00
  • 9fea2a19c1 Merge branch 'bugfix/heap_allocator_fix_add_region' into 'master' Mahavir Jain 2022-03-25 12:47:26 +08:00
  • b37336f8b4 Revert "ci: temporarily disable S3 target tests" Fu Hanxi 2022-03-25 12:24:51 +08:00
  • 4a59bf9594 Revert "ci: temporarily disable s3 assign test" Fu Hanxi 2022-03-25 12:17:03 +08:00
  • 6be28e832b Merge branch 'bugfix/coverity_scan_fix_driver' into 'master' morris 2022-03-25 12:32:25 +08:00
  • 9e25e0ed4b refactor (cxx): changed cxx unit tests to component unit tests Jakob Hasse 2022-03-22 16:20:51 +08:00
  • 98b8ca6475 heap: add test case for region overlap check condition Mahavir Jain 2022-03-24 19:55:11 +05:30
  • f13e25d156 heap: Fix regression in heap_caps_add_region API related to address range checks Mahavir Jain 2022-03-24 12:25:37 +05:30
  • 5479ac6b1d docs/esp_crt_bundle: fix section reference for updating cert bundle Mahavir Jain 2022-03-25 07:34:25 +05:30
  • 19194f612d docs: Add esp_tls_errors.h to API reference list Mahavir Jain 2022-03-24 21:05:05 +05:30
  • bee9b6b9eb spi: fixed crash when calling spi_bus_free when not initialized Michael (XIAO Xufeng) 2022-03-24 16:28:37 +08:00
  • cd6ed488c8 example: fixed the issue that config struct is not properly initialized Michael (XIAO Xufeng) 2021-08-30 22:59:36 +08:00
  • 75f856ac37 example: fixed the issue that config struct is not properly initialized Michael (XIAO Xufeng) 2021-08-30 22:59:36 +08:00
  • 0393a5647a example: fixed the issue that config struct is not properly initialized Michael (XIAO Xufeng) 2021-08-30 22:59:36 +08:00
  • 8ce997f02c Merge branch 'bugfix/eth_iperf_performance_iram' into 'master' Ondrej Kosta 2022-03-24 23:16:35 +08:00
  • de662b987e driver: fix issue found by coverity scan morris 2022-03-14 22:49:18 +08:00
  • 38090a0248 gpio: fix GPIO_IS_VALID_(OUTPUT_)GPIO macro songruo 2022-03-21 21:25:21 +08:00
  • 31f9915603 driver: move deprecated drivers into single folder morris 2022-03-21 10:57:58 +08:00
  • fe13b2ed50 lcd: add rgb isr iram safe callback test morris 2022-03-03 15:34:32 +08:00
  • 4cd839ec8e Merge branch 'bugfix/ldgen_path_error' into 'master' morris 2022-03-24 21:22:22 +08:00
  • 2860786967 Merge branch 'feature/split_coredump_from_esp_idf' into 'master' Roland Dobai 2022-03-24 20:12:45 +08:00
  • 69271d800a Merge branch 'bugfix/touch_sleep_early_log' into 'master' Marius Vikhammer 2022-03-24 18:32:07 +08:00
  • 974ac3b4b8 touch: add protection for touch sleep case Michael (XIAO Xufeng) 2022-03-24 18:26:16 +08:00
  • e751cbe6c0 Merge branch 'bugfix/wifi_prov_mgr_conn_issue' into 'master' Isha Pardikar 2022-02-17 18:42:25 +05:30
  • ab2bc59501 Eth iperf default sdkconfig: Enable lwIP IRAM optimization Ondrej Kosta 2022-03-23 13:12:19 +01:00
  • 8075f44178 Merge branch 'feature/systemview_4_uart' into 'master' Dmitry Yakovlev 2022-03-24 16:42:02 +08:00
  • 16ebc608db Merge branch 'contrib/github_pr_8564' into 'master' Shubham Kulkarni 2022-03-24 14:56:33 +08:00
  • 3e3cde2f9f advanced_https_ota/example_test.py: Update redirect URL test to include two redirects Shubham Kulkarni 2022-03-16 10:58:38 +05:30
  • b4456bff97 esp_http_client: Add comment for clearing location field in esp_http_client_prepare Shubham Kulkarni 2022-03-17 09:59:29 +05:30
  • 660ca96e23 esp_http_client: fix redirect by resetting location before parsing Nicklas Frahm 2022-03-12 12:27:30 +01:00
  • 528cdc1546 core_dump: split corefile and coredump script from idf into a separate package Aleksei Apaseev 2022-02-17 15:27:34 +08:00
  • e32fc9eb36 ldgen: fixed error reporting of duplicate and missing entries. Marius Vikhammer 2022-03-24 13:04:02 +08:00
  • 97fb98a91b Merge branch 'feature/pytest_wifi_prov' into 'master' Mahavir Jain 2022-03-24 12:52:04 +08:00
  • 2be8875fd7 Fix ESP32C3/S3 build error after enable light sleep xiongweichao 2021-11-15 17:04:42 +08:00
  • 75e80b19f6 sleep: fixed the issue error log not printed Michael (XIAO Xufeng) 2022-03-24 11:33:30 +08:00
  • 673d0371ba Merge branch 'bugfix/typo_in_i2c_macro_v4.3' into 'release/v4.3' morris 2022-03-24 11:17:46 +08:00
  • 08a4cff6d5 Merge branch 'bugfix/disable_touch_sleep_s3' into 'master' morris 2022-03-24 10:22:31 +08:00
  • a84faa3cef touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 Michael (XIAO Xufeng) 2022-03-24 03:00:47 +08:00
  • 1ee7953ebe app_trace: add support for UART to the app trace module. Add support for UART to the SystemView. Dmitry 2021-09-18 16:38:07 +03:00
  • 08dab0fafb Merge branch 'bugfix/eth_opencore' into 'master' David Čermák 2022-03-23 22:37:17 +08:00
  • c8c13c58c4 wifi_prov_mgr: Upgraded CI example test to pytest framework Laukik Hase 2022-03-22 18:38:20 +05:30
  • d17220fc66 Merge branch 'partition/not_aligned_is_error' into 'master' Ivan Grokhotkov 2022-03-23 18:34:55 +08:00
  • 4f04d55f0b Merge branch 'feature/check_fw_version_at_start_of_ota' into 'master' Mahavir Jain 2022-03-23 16:54:21 +08:00
  • b40f05ddda Merge branch 'bugfix/freertos_smp_type_warning' into 'master' morris 2022-03-23 16:19:03 +08:00
  • 5381096100 Merge branch 'feature/update_esp32h2_beta2_reg_headers' into 'master' Kevin (Lao Kaiyao) 2022-03-23 16:18:43 +08:00
  • c63c8d4df1 esp_eth: Fix open-cores explicit inclusion David Cermak 2022-03-23 09:05:30 +01:00
  • ba9d3fe819 Merge branch 'refactor/i2s_major_refactoring_for_ng' into 'master' Kevin (Lao Kaiyao) 2022-03-23 15:32:46 +08:00
  • cca208f71a Check FW version at start of ota for encrypted binary Harshit Malpani 2022-03-09 12:33:39 +05:30
  • 56659cdf36 Merge branch 'contrib/github_pr_8618' into 'master' Kevin (Lao Kaiyao) 2022-03-23 11:50:49 +08:00
  • 118d39c8fe Merge branch 'bugfix/remove-IRAM_ATTR-from-decls' into 'master' Anton Maklakov 2022-03-23 11:49:22 +08:00
  • 95b3dad771 Merge branch 'bugfix/fix_heap_caps_add_region_with_caps_wrong_check' into 'master' morris 2022-03-23 10:26:52 +08:00
  • fc21b0a789 Merge branch 'bugfix/sntp_example_comment' into 'master' David Čermák 2022-03-23 00:15:58 +08:00
  • 63d15957d2 freertos: Fix SMP build warning in xTaskCreateStaticPinnedToCore Darian Leung 2022-03-22 23:51:43 +08:00
  • 965b8f0e62 examples/sntp: Document that SNTP-over-DHCP resets other NTP servers David Cermak 2022-03-09 09:09:24 +01:00
  • 8506b2f6c9 Merge branch 'bugfix/driver_hal_essl_static_analysis_fixes' into 'master' Ivan Grokhotkov 2022-03-22 21:47:15 +08:00
  • edb66b674f Merge branch 'bugfix/vfs_fat_(p)write_on_diskfull' into 'master' Vamshi Gajjela 2022-03-22 21:07:42 +08:00
  • 318fa0d2e8 Merge branch 'bugfix/iperf_performance' into 'master' Ondrej Kosta 2022-03-22 19:08:39 +08:00
  • 32408b718f heap: fix wrong memory region check Armando 2022-03-22 16:46:37 +08:00
  • 68e5d9d585 Remove IRAM_ATTR from any function declarations Anton Maklakov 2022-01-20 09:25:43 +07:00
  • 980fd32f69 example/modbus_master: fix the assert for uart_set_pin Elbert van de Put 2022-03-18 18:26:42 +01:00
  • 9bd036e94b Merge branch 'feature/crypto_peripherals_caps' into 'master' Mahavir Jain 2022-03-22 16:42:07 +08:00
  • 7bfa07732f i2s: update application notes laokaiyao 2022-03-22 11:40:21 +08:00
  • 97ddccafd3 Added bandwidth limitaion option to iperf test scripts Ondrej Kosta 2022-02-28 17:16:19 +01:00
  • c8b08b9a4b iperf: added Tx bandwidth limit option Ondrej Kosta 2022-01-13 16:01:07 +01:00
  • c69b4c817b Fixed Ethernet lwIP netif error indication Ondrej Kosta 2022-01-11 16:40:39 +01:00
  • 7db3d28187 Merge branch 'feature/usb_host/ci-tests' into 'master' Tomas Rezucha 2022-03-22 14:12:12 +08:00
  • 361a604276 Merge branch 'bugfix/esp_flash_erase_0_v4.3' into 'release/v4.3' Michael (XIAO Xufeng) 2022-03-22 12:01:40 +08:00
  • 9274a062fb esp-system: removed esp_phy and nvs dependencies, change app update and pm to weak dependencies Marius Vikhammer 2022-02-07 17:20:59 +08:00
  • 7dd9ac9997 Add some bluetooth debug log xiongweichao 2022-03-15 11:09:46 +08:00
  • f17edba20b i2s: extract std/pdm/tdm modes laokaiyao 2022-03-14 11:34:46 +08:00
  • 667c7f94e6 esp32-h2 beta2: update to the latest regs laokaiyao 2022-03-18 15:30:00 +08:00
  • 3af2d15216 mbedtls: Fix build failures for ESP32-C2 with hardware SHA Mahavir Jain 2022-03-21 15:15:14 +05:30
  • f7fc3e2d88 esp_hw_support: cleanup crypto lock APIs for ESP32-C2 Mahavir Jain 2022-03-21 10:42:40 +05:30
  • 0621a6f513 mbedtls: use soc capability macros in build CMakeLists Mahavir Jain 2022-03-18 19:05:28 +05:30
  • 75eb97fc94 esp32c2: remove AES related configs, hardware AES not supported on this chip Mahavir Jain 2022-03-18 19:04:46 +05:30
  • 169430faf3 docs/protocols: use SOC capability macros, instead of target names Mahavir Jain 2022-03-17 15:12:57 +05:30
  • 102f8e961f esp-tls: use SOC capability macros instead of target names Mahavir Jain 2022-03-17 15:12:28 +05:30
  • 36377b9cc3 mbedtls: use SOC capability macros instead of target names Mahavir Jain 2022-03-17 15:11:52 +05:30
  • bcc4883c25 soc: add capability macros for crypto peripherals Mahavir Jain 2022-03-17 15:02:14 +05:30
  • c1bcb8756b Merge branch 'feature/esp_crt_bundle_local_cacrt' into 'master' Aditya Patwardhan 2022-03-22 09:25:51 +08:00
  • 51aff7264e ci(pytest): fix multi-dut build_dir Fu Hanxi 2022-03-04 09:19:10 +08:00
  • 7c2cf30109 usb_host: Update MSC test for fatfs 0.14b Tomas Rezucha 2022-02-28 11:43:46 +01:00
  • 3abeee00d0 usb_host: Pin test task to core 0 Tomas Rezucha 2022-02-15 13:01:30 +01:00
  • 9049230e4a usb_host: Rename symbols that conflict with TinyUSB Tomas Rezucha 2022-02-11 20:45:24 +01:00
  • e3ba980d11 usb_host: Use USB_Host library calls for desc printing Tomas Rezucha 2022-02-11 20:26:35 +01:00
  • 3074981dcb usb_host: Update MSC tests for running in CI Tomas Rezucha 2022-02-11 11:55:13 +01:00
  • 0377fc8d92 tinyusb: Allow dynamic configuration descriptor Tomas Rezucha 2022-02-10 14:49:11 +01:00
  • 6206302787 ci: Add USB Host CDC and MSC pytests to pipeline Tomas Rezucha 2022-02-10 11:16:53 +01:00
  • 7d950a63cc usb_host: Add Mock device to CDC tests Tomas Rezucha 2022-02-10 10:57:20 +01:00
  • 913d53384f usb_host: Update CDC tests for latest USB Host Tomas Rezucha 2022-02-10 10:50:51 +01:00
  • 66561f838d vfs: bugfix vfs_fat_write/pwrite upon disk-full Vamshi Gajjela 2022-03-17 14:57:32 +05:30