Chen Ji Chang
afffd0d062
Merge branch 'fix/mcpwm_pm_lock_memory_leak' into 'master'
...
fix(mcpwm): fix pm_lock memory issues
See merge request espressif/esp-idf!33852
2024-09-27 20:39:51 +08:00
nilesh.kale
f9961fda62
fix(esp_http_client): added initial argument checking for APIs'
...
This MR added checks for arguments passed in APIS' of esp_http_client.c
2024-09-27 17:05:04 +05:30
Duco Sebel
73e1085e54
feat(esp_http_client): Add function to delete all headers set by 'esp_http_client_set_header'
2024-09-27 16:57:54 +05:30
Wu Zheng Hui
041a937803
Merge branch 'fix/fix_esp32p4_freq_switching_timing' into 'master'
...
fix(esp_hw_support): fix esp32p4 CPU frequency switching timing
Closes IDFCI-2280 and IDFCI-2281
See merge request espressif/esp-idf!33823
2024-09-27 19:13:12 +08:00
Ivan Grokhotkov
2bb613c50f
Merge branch 'feature/gdbstub_fpu' into 'master'
...
GDBstub: add handling of FPU for Xtensa CPU.
See merge request espressif/esp-idf!25482
2024-09-27 18:28:25 +08:00
Wang Meng Yang
a02fb3c188
Merge branch 'bugfix/fix_bci_443' into 'master'
...
fix(bt/controller): Fixed the timeout of wake up timer when using RC OSC
Closes BLERP-1065
See merge request espressif/esp-idf!33795
2024-09-27 17:36:06 +08:00
Wang Meng Yang
4d48965267
Merge branch 'feat/get_ble_resolve_address_status_opt' into 'master'
...
feat(ble/bluedroid): Optimized address resolution status for internal usage
Closes BLERP-1054
See merge request espressif/esp-idf!33851
2024-09-27 16:17:53 +08:00
C.S.M
a63b8471eb
Merge branch 'fix/i2c_master_asnyc_memory_leak' into 'master'
...
fix(i2c_master): Fix the memory leak in the async transaction
See merge request espressif/esp-idf!33847
2024-09-27 16:17:11 +08:00
Mahavir Jain
a3810dcd5a
ci: add codeowners entry for docs_not_updated directory
2024-09-27 13:36:28 +05:30
Mahavir Jain
1e94096e16
docs: update qemu guide for efuse commands
...
- add mention of qemu guide in security related chapters
- also added a note about secure boot v2 config in qemu workflow
2024-09-27 13:36:15 +05:30
Mahavir Jain
d6c4cbb53f
docs: fix typo related to secure boot
2024-09-27 13:35:10 +05:30
Mahavir Jain
d78439a572
docs: enable qemu doc guide for ESP32-S3
2024-09-27 13:34:00 +05:30
Chen Jichang
e56f04fdd3
fix(mcpwm): fix pm_lock memory issues
2024-09-27 14:41:34 +08:00
Aditi
7444127041
fix(wpa_supplicant): Add few fixes in dpp task
2024-09-27 14:00:24 +08:00
aditi
7fa1e5cf9a
fix(wpa_supplicant): Add few fixes in btm_rrm task
2024-09-27 14:00:24 +08:00
aditi
c5892a4c96
fix(wpa_supplicant): Add few fixes in eloop task
2024-09-27 14:00:24 +08:00
aditi
35e96b977b
fix(wpa_supplicant): Add few fixes in WPS task
2024-09-27 14:00:24 +08:00
aditi
bc2354b1b8
fix(wpa_supplicant): Add few fixes in NAN task
2024-09-27 14:00:24 +08:00
aditi
9ceb0cffcc
fix(wpa_supplicant): Add few fixes in eap client code
2024-09-27 14:00:24 +08:00
Mahavir Jain
1e4ebabe9b
Merge branch 'feat/enable_ota_examples_for_c61' into 'master'
...
feat(ota): Enable support for OTA examples for c61
Closes IDF-10915
See merge request espressif/esp-idf!33270
2024-09-27 12:38:09 +08:00
Mahavir Jain
312f47c112
Merge branch 'feat/update_provisioning_docs_for_esp32c61' into 'master'
...
docs(provisioning): Updated the provisioning documents for esp32c61
Closes IDF-10176
See merge request espressif/esp-idf!33765
2024-09-27 12:37:03 +08:00
Marius Vikhammer
4bf8d49159
fix(system): fixed potential double exception when booting on xtensa
...
Due to old windows from the startup flow being present after
switching to running freertos tasks windowoverflow exceptions
could potentially try to save windows to the startup stack.
During this overflow they also values previously saved on the
startup stack to find earlier frames' stacks.
Since the start up stack was already recycled these values were
invalid and would cause a crash.
Closes https://github.com/espressif/esp-idf/issues/14406Y
2024-09-27 09:34:00 +08:00
David Čermák
7e87254d3c
Merge branch 'fix/esp_netif_docs' into 'master'
...
fix(esp_netif): Fix ESP-NETIF user documentation
Closes IDF-9946, DOC-1229, and DOC-6162
See merge request espressif/esp-idf!31777
2024-09-27 03:20:28 +08:00
shenmengjing
25d0d9c1dc
docs: Update CN translation for ESP-NETIF docs
2024-09-26 16:58:01 +02:00
David Cermak
9b550d77d4
docs(esp_netif): Update ESP-NETIF developers and programmers manual
...
Made final fixed to both programming manuals and user guidelines
2024-09-26 16:58:01 +02:00
David Cermak
ea76db704d
docs(esp_netif): Update ESP-NETIF programming manual
2024-09-26 16:58:01 +02:00
David Cermak
91f04d7134
docs(esp_netif): Update ESP-NETIF user documentation
2024-09-26 16:58:01 +02:00
Radim Karniš
8935ff4e6c
Merge branch 'feat/idf_py_flash_trace' into 'master'
...
feat(idf_py): Allow tracing interactions during flashing with --trace
Closes IDF-9545
See merge request espressif/esp-idf!33656
2024-09-26 22:06:59 +08:00
Fu Hanxi
43b37301e1
Merge branch 'ci/diff_manifest' into 'master'
...
CI: Diff manifest
Closes RDT-552
See merge request espressif/esp-idf!33126
2024-09-26 21:47:09 +08:00
Fu Hanxi
56f8b7158c
ci: support diff manifest sha with the base commit
2024-09-26 15:22:56 +02:00
zhanghaipeng
5486241e44
feat(ble/bluedroid): Optimize address resolution status for interval use
2024-09-26 20:01:58 +08:00
xuxiao
c586b87d7e
fix(wifi): modify sdkconfig to improve esp32c61 iperf performance
2024-09-26 19:24:23 +08:00
Erhan Kurubas
13c8c2f121
test(esp-coredump): add test for the soft sha config
2024-09-26 13:04:39 +02:00
Shu Chen
9cf892a669
Merge branch 'fix/fix_an_ot_compile_issue' into 'master'
...
fix(openthread): surround the rcp init logic with a macro
See merge request espressif/esp-idf!33835
2024-09-26 19:02:17 +08:00
C.S.M
fb95332a22
fix(i2c_master): Fix the memory leak in the async transaction
2024-09-26 18:54:43 +08:00
David Čermák
4f467d02c7
Merge branch 'fix/ws_transport_mem_corrupt' into 'master'
...
fix(transport): Fix websocket mem-corruption while reading headers
Closes IDFGH-13585
See merge request espressif/esp-idf!33593
2024-09-26 18:53:00 +08:00
Roman Leonov
70f222e5d2
feat(ext_port): Added External Port driver
...
Closes https://github.com/espressif/esp-idf/issues/12554
2024-09-26 12:38:24 +02:00
morris
bcfa928850
Merge branch 'refactor/lp_core_etm_ll' into 'master'
...
refactor(lp_core): unify LL functions of ETM wake up lp system
See merge request espressif/esp-idf!33790
2024-09-26 17:56:06 +08:00
Mahavir Jain
997c14a517
Merge branch 'docs/update_application_examples_security_provisioning' into 'master'
...
docs: update application examples for hmac.rst and wifi_provisioning.rst
See merge request espressif/esp-idf!33692
2024-09-26 17:48:42 +08:00
Radim Karniš
4a04a9e95c
feat(idf_py): Allow tracing interactions during flashing with --trace
2024-09-26 11:27:04 +02:00
Erhan Kurubas
2d7807f839
fix(esp-coredump): fix build error when mbedtls hardware sha disabled
2024-09-26 10:32:11 +02:00
Mahavir Jain
2913b72482
Merge branch 'contrib/github_pr_14459' into 'master'
...
fix(http): fix invalid content-length header in http get (GitHub PR)
Closes IDFGH-13571
See merge request espressif/esp-idf!33809
2024-09-26 15:05:38 +08:00
wuzhenghui
e1a341455a
fix(esp_hw_support): fix esp32p4 CPU frequency switching timing
2024-09-26 14:57:03 +08:00
Fu Hanxi
1c5394de33
Merge branch 'ci/fix_idf_build_apps_manifest' into 'master'
...
ci: fix chain "or" in examples/peripherals/.build-test-rules.yml
See merge request espressif/esp-idf!33816
2024-09-26 14:48:28 +08:00
Xu Si Yu
ce022c42df
fix(openthread): add macro for rcp init
2024-09-26 14:29:51 +08:00
Wang Meng Yang
274e8b7f78
Merge branch 'bugfix/lmp_trans_collision' into 'master'
...
fix(bt/controller): Fixed some controller bugs on ESP32
Closes BTQABR2023-352, BT-3841, and IDFGH-10796
See merge request espressif/esp-idf!33664
2024-09-26 14:08:44 +08:00
hrushikesh.bhosale
7db2dfce67
feat(ota): Enable support for OTA examples for c61
...
Tested OTA examples on esp32c61 and added their support in their
corresponding README.mds
2024-09-26 11:28:41 +05:30
Konstantin Kondrashov
0d4787fb3a
feat(spi_flash): Adds esp_flash_set_dangerous_write_protection
2024-09-26 08:42:19 +03:00
Konstantin Kondrashov
02d61c1c5a
feat(esp_partition): Adds new esp_partition APIs
2024-09-26 08:42:12 +03:00
Sonika Rathi
82b1d5ed0d
Merge branch 'refactor/remove_spi_flash_include' into 'master'
...
refactor: remove dependency on spi_flash include for sector size
See merge request espressif/esp-idf!31392
2024-09-26 13:01:24 +08:00