Commit Graph

  • cac14a0a61 feat(openthread): enable parent search function for MTD Tan Yan Quan 2025-04-22 16:51:17 +08:00
  • 8344af1f09 Merge branch 'feat/support_length_eof' into 'master' C.S.M 2025-04-29 14:34:58 +08:00
  • 6411ed0325 Revert "change(efuse): force return efuse controller state idle before efuse is supported" Li Shuai 2025-04-29 14:26:45 +08:00
  • 2e8d8beb9d change(ble): supported ble for esp32c5-eco2 Zhou Xiao 2025-04-29 14:24:47 +08:00
  • 678ac6a83a Merge branch 'bugfix/remove_invalid_link_in_parlio_rx_example_v5.4' into 'release/v5.4' morris 2025-04-29 14:23:57 +08:00
  • 352ea8d02c feat(openthread): add a callback to handle rcp reset failure Xu Si Yu 2025-04-18 16:51:49 +08:00
  • f1ae86f830 feat(openthread): dns server of border router bind unspecified netif Xu Si Yu 2025-04-24 12:12:22 +08:00
  • 0804c77a51 fix(openthread): use esp_netif_tcpip_exec when sending a trel message Xu Si Yu 2025-04-16 16:27:29 +08:00
  • 300a5ed9f4 feat(openthread): add a callback to handle rcp reset failure Xu Si Yu 2025-04-18 16:51:49 +08:00
  • 06520a3c99 Merge branch 'fix/fix_c5_eco2_psram_id_issue' into 'master' Armando (Dou Yiwen) 2025-04-29 14:23:17 +08:00
  • 105fe8d804 feat(openthread): dns server of border router bind unspecified netif Xu Si Yu 2025-04-24 12:12:22 +08:00
  • 6aa0f96ae8 fix(openthread): use esp_netif_tcpip_exec when sending a trel message Xu Si Yu 2025-04-16 16:27:29 +08:00
  • 18b18fe3f4 feat(openthread): add a callback to handle rcp reset failure Xu Si Yu 2025-04-18 16:51:49 +08:00
  • 966182c87d feat(openthread): dns server of border router bind unspecified netif Xu Si Yu 2025-04-24 12:12:22 +08:00
  • 04ddf56d26 fix(openthread): use esp_netif_tcpip_exec when sending a trel message Xu Si Yu 2025-04-16 16:27:29 +08:00
  • 9acbc007b4 feat(openthread): add a callback to handle rcp reset failure Xu Si Yu 2025-04-18 16:51:49 +08:00
  • 80a239b819 feat(openthread): dns server of border router bind unspecified netif Xu Si Yu 2025-04-24 12:12:22 +08:00
  • b7196afd94 fix(openthread): use esp_netif_tcpip_exec when sending a trel message Xu Si Yu 2025-04-16 16:27:29 +08:00
  • b79b7ac2ad Merge branch 'feat/mtd_parent_search' into 'master' Zhang Wen Xu 2025-04-29 14:19:21 +08:00
  • 5ce608f327 docs: update the API description for esp-wifi_scan_get_ap_records Linda 2025-01-20 17:51:26 +08:00
  • 003b54ebfe feat(esp_psram): XIP from PSRAM can be used only when SPIRAM_BOOT_INIT=y for ESP32P4 harshal.patil 2025-04-24 15:45:51 +05:30
  • c67901fc07 ci(esp_psram): Add a test to validate non-bootup PSRAM initialisation harshal.patil 2025-03-13 10:34:26 +05:30
  • f58c78b644 fix(esp_psram): Fix loading PSRAM XIP segments after PMP split has been configured harshal.patil 2025-02-19 11:43:43 +05:30
  • ab229a34b3 feat(cpu_region_protect): Enable basic memory protection for SPIRAM harshal.patil 2025-02-18 23:28:26 +05:30
  • 49f253361e feat(esp_psram): Add the gap created due to alignment of XIP segments in heap harshal.patil 2025-02-14 12:29:24 +05:30
  • 0f628496c8 feat(esp_psram): Add some helper APIs to get usable PSRAM memory size harshal.patil 2025-02-20 16:18:20 +05:30
  • 46225a4026 feat(esp_psram): Add a new API to just detect and enable the PSRAM harshal.patil 2025-02-20 16:16:43 +05:30
  • 0be704f5dc Merge branch 'doc/add_soc_support_coexistence_for_esp32c5' into 'master' Jiang Jiang Jian 2025-04-29 14:18:14 +08:00
  • 1e616eeb84 fix(newlib): Fixed an issue where usleep() could consume more CPU cycles Sudeep Mohanty 2025-04-28 16:42:40 +02:00
  • e2227cf2c0 feat(openthread): add a function to ensure monotonically increasing frame counter Xu Si Yu 2025-02-27 16:53:56 +08:00
  • 20b0d7070d feat(openthread): add a function to ensure monotonically increasing frame counter Xu Si Yu 2025-02-27 16:53:56 +08:00
  • b6c5152231 feat(openthread): add a function to ensure monotonically increasing frame counter Xu Si Yu 2025-02-27 16:53:56 +08:00
  • e134817623 feat(openthread): add a function to ensure monotonically increasing frame counter Xu Si Yu 2025-02-27 16:53:56 +08:00
  • bdf0ccaa74 Merge branch 'feat/add_a_callback_to_handle_rcp_reset_failure' into 'master' Xu Si Yu 2025-04-29 14:00:33 +08:00
  • e2561f0410 Merge branch 'refactor/sae_pt_flag_v5.2' into 'release/v5.2' Jiang Jiang Jian 2025-04-29 13:55:02 +08:00
  • adfec6463d fix(esp_wifi): Use supplicant's internal SHA1 if not available from IDF Kapil Gupta 2025-04-15 13:01:30 +05:30
  • 5bd3fb9f0c fix(mbedtls): Fix config dependencies when ROM mbedtls is used harshal.patil 2025-04-17 20:17:09 +05:30
  • 031ca5cc9b fix(wpa_supplicant): Disable fastpbkdf2 when s/w and h/w SHA1 is disabled harshal.patil 2025-04-09 22:13:42 +05:30
  • eaf03eeca9 Merge branch 'refactor/sae_pt_flag_v5.3' into 'release/v5.3' Jiang Jiang Jian 2025-04-29 13:48:37 +08:00
  • ed9d55a0cb Merge branch 'refactor/sae_pt_flag_v5.4' into 'release/v5.4' Jiang Jiang Jian 2025-04-29 13:47:41 +08:00
  • 86fb48da77 fix(esp-tls): Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled harshal.patil 2025-04-09 14:42:44 +05:30
  • 502229f409 fix(esp_wifi): Add alternate SHA1 APIs in WiFi Kapil Gupta 2025-03-18 17:38:00 +05:30
  • 36e5d6c695 feat(mbedtls): Make mbedtls SHA1 support configurable harshal.patil 2025-03-18 13:42:23 +05:30
  • 5750b0cc8f ci(esp32c5): disable c5 target tests on v5.4 laokaiyao 2025-04-28 15:55:52 +08:00
  • 26a7397b35 fix(parlio_rx): remove invalid link in example readme laokaiyao 2025-04-25 15:03:31 +08:00
  • ad4f3277db fix(esp_wifi): Use supplicant's internal SHA1 if not available from IDF Kapil Gupta 2025-04-15 13:01:30 +05:30
  • 05353d8d8f fix(mbedtls): Fix config dependencies when ROM mbedtls is used harshal.patil 2025-04-17 20:17:09 +05:30
  • 1f0aa66f4e fix(wpa_supplicant): Disable fastpbkdf2 when s/w and h/w SHA1 is disabled harshal.patil 2025-04-09 22:13:42 +05:30
  • 37dba24869 fix(esp-tls): Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled harshal.patil 2025-04-09 14:42:44 +05:30
  • 45f4b71f35 refactor(wifi): Optimize wifi bin size for station mode Sajia 2025-04-08 16:29:05 +05:30
  • 211074d702 Merge branch 'feat/enable_ot_dns_server_platform_udp' into 'master' Zhang Wen Xu 2025-04-29 12:21:11 +08:00
  • a58ad6c159 refactor(wifi): Optimize wifi bin size for station mode Sajia 2025-04-08 16:12:21 +05:30
  • 6c0d5def85 test: convert C6 secure boot tests to use ECDSA scheme Mahavir Jain 2025-04-28 19:27:08 +05:30
  • f3b4050a9f fix: Secure boot (ECDSA) build failure for C6 rev0 target Mahavir Jain 2025-04-28 18:59:24 +05:30
  • ad821b3367 test(app_format): fixed buffer overflow in esp_app_format test Marius Vikhammer 2025-04-02 16:00:01 +08:00
  • cb29838788 test(heap): fixed align_alloc issues in host test Marius Vikhammer 2025-04-02 11:40:34 +08:00
  • b1d1494290 ci(linux): re-enable failures for test_pytest_linux jobs Marius Vikhammer 2025-04-02 11:20:15 +08:00
  • 204017af9f test(log): fixed buffer overflow in log host test fixture Marius Vikhammer 2025-04-02 11:19:33 +08:00
  • 3cc4702f7a feat(openthread): enable parent search function for MTD Tan Yan Quan 2025-04-22 16:51:17 +08:00
  • bb03892461 feat(uhci): Add length receive threshold support C.S.M 2025-04-28 16:26:16 +08:00
  • c508207349 Merge branch 'bugfix/fix_tbtt_interrupt_timing_error' into 'master' Jiang Jiang Jian 2025-04-29 11:12:30 +08:00
  • ad1073693e fix(ble_mesh): fixed issue with insufficient link close transmit cnt luoxu 2025-04-24 20:45:21 +08:00
  • c6cfebbd48 Merge branch 'feat/support_136k_rc_clk_on_ble_sleep_v5.1' into 'release/v5.1' Island 2025-04-29 10:43:49 +08:00
  • e89eafd211 feat(openthread): add a callback to handle rcp reset failure Xu Si Yu 2025-04-18 16:51:49 +08:00
  • 8d8bf19395 Merge branch 'feature/resupport_ecdsa_in_c5_eco2' into 'master' Mahavir Jain 2025-04-29 00:30:33 +08:00
  • 986a52a52f Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422_v5.4' into 'release/v5.4' Alexey Gerenkov 2025-04-28 23:33:31 +08:00
  • 74eff52e2e fix: build regression in the test application Mahavir Jain 2025-04-28 20:59:22 +05:30
  • f19e8e6970 fix: re-enabled ecdsa support for esp32c5-eco2 nilesh.kale 2025-04-28 17:41:05 +05:30
  • 8c67e3e998 fix: update efuse register files for esp32c5 eco2 nilesh.kale 2025-04-28 17:29:46 +05:30
  • a9d9c83f19 Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422_v5.2' into 'release/v5.2' Alexey Gerenkov 2025-04-28 23:22:09 +08:00
  • 74fcdd216e Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422_v5.1' into 'release/v5.1' Alexey Gerenkov 2025-04-28 23:21:26 +08:00
  • f7c21372ca change(newlib): Added unit tests for usleep and sleep_for functions Sudeep Mohanty 2025-04-28 17:17:24 +02:00
  • 2793add0b2 test(newlib): Added unit tests for usleep and sleep_for functions Sudeep Mohanty 2025-04-17 10:38:04 +02:00
  • b47f25ac23 fix(newlib): usleep returning early Stephen Noonan 2025-01-03 16:47:19 -05:00
  • 5f5fc0882f test(newlib): Added unit tests for usleep and sleep_for functions Sudeep Mohanty 2025-04-17 10:38:04 +02:00
  • 3dda3d2438 fix(newlib): usleep returning early Stephen Noonan 2025-01-03 16:47:19 -05:00
  • 8423f5fc46 test(newlib): Added unit tests for usleep and sleep_for functions Sudeep Mohanty 2025-04-17 10:38:04 +02:00
  • ac386c7416 fix(newlib): usleep returning early Stephen Noonan 2025-01-03 16:47:19 -05:00
  • 3bc4ee8a87 doc(compatibility): update compatibility information for c6 v0.2 Xiao Xufeng 2024-12-19 16:39:53 +08:00
  • 1a55ea7e2c feat(soc): add config option for c6 v0.2 Xiao Xufeng 2024-12-19 16:40:06 +08:00
  • 7141b9558b Merge branch 'feat/chip_esp32c5_eco2_support_wifi' into 'master' Yin Qing Zhao 2025-04-28 21:06:18 +08:00
  • 1f74bebdda Merge branch 'feat/add_default_config_supsend' into 'master' Michael (XIAO Xufeng) 2025-04-28 20:20:43 +08:00
  • b7ea11891e Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.1' into 'release/v5.1' Rahul Tank 2025-04-28 19:20:09 +08:00
  • 1f0451f536 Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.2' into 'release/v5.2' Rahul Tank 2025-04-28 19:19:58 +08:00
  • 9e042f6d71 Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.3' into 'release/v5.3' Rahul Tank 2025-04-28 19:19:43 +08:00
  • 837eecabca Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.4' into 'release/v5.4' Rahul Tank 2025-04-28 19:19:18 +08:00
  • b20122ca4c Merge branch 'bugfix/blufi_add_missing_adv_stop' into 'master' Rahul Tank 2025-04-28 19:19:06 +08:00
  • dc91d32f94 Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422' into 'master' Erhan Kurubas 2025-04-28 17:45:19 +08:00
  • 604957d4f7 Merge branch 'fix/async_handler_example_not_working' into 'master' Mahavir Jain 2025-04-28 17:36:39 +08:00
  • 112a955111 Merge branch 'feature/h21_reset_reason' into 'master' Marius Vikhammer 2025-04-28 17:35:30 +08:00
  • 17427b5314 refactor(wifi): Optimize wifi bin size for station mode Sajia 2025-04-08 15:47:29 +05:30
  • 36940f8c0e refactor(wifi): Optimize wifi bin size for station mode Sajia 2025-04-08 14:37:32 +05:30
  • f566b500dd feat(uhci): Add uhci (uart-dma) support on esp32c5, esp32h2 C.S.M 2025-04-28 16:24:42 +08:00
  • 141700ade5 feat(tcp_transport): add API to configure SSL cipher suites dhb 2025-04-28 13:34:10 +08:00
  • 00e256d343 fix(psram): fixecd wrong ap density check armando 2025-04-25 10:09:02 +08:00
  • 204907a927 Merge branch 'feat/heap-update-to-latest-tlsf_v5.4' into 'release/v5.4' Marius Vikhammer 2025-04-28 15:58:25 +08:00
  • 826c69f13b Merge branch 'feat/heap-get-size-from-any-pointer' into 'master' Guillaume Souchere 2025-04-28 15:53:37 +08:00
  • 17a1a0dfb9 feat(async_handler): Adding test for long uri requests hrushikesh.bhosale 2025-04-23 14:04:57 +05:30
  • b6d4fa2c2e fix(async_handler): Async handler example scratch buffer fix hrushikesh.bhosale 2025-04-17 11:50:21 +05:30
  • fc5bf27160 Merge branch 'bugfix/remove_index_of_c5_efuse_reg' into 'master' Kevin (Lao Kaiyao) 2025-04-28 14:35:20 +08:00