Tomáš Rohlínek
a45b12a68b
feat(storage/vfs): improve mountpoint table memory usage
2025-01-30 09:07:51 +01:00
Mahavir Jain
23ce1cc47d
Merge branch 'feature/add_ota_resumption_feature_in_advanced_ota_example' into 'master'
...
feat(app_utils): add ota resumption feature in advanced_ota_example
Closes IDF-2455, IDF-10421, and IDFGH-12065
See merge request espressif/esp-idf!32927
2025-01-24 15:32:40 +08:00
Wang Meng Yang
5950be0d6e
Merge branch 'bugfix/fix_some_pbap_bugs' into 'master'
...
fix(bt/bluedroid): Fix some bugs in PBAP client
See merge request espressif/esp-idf!36579
2025-01-24 14:50:08 +08:00
Jiang Jiang Jian
6f0dad2814
Merge branch 'fix/stack_overuse_by_failure_retry_cnt' into 'master'
...
fix(wifi): Fix stack overflow when failure_retry_cnt is set in station configuration
Closes WIFIBUG-977
See merge request espressif/esp-idf!36582
2025-01-24 14:26:34 +08:00
Aditya Patwardhan
05af3a87c7
Merge branch 'feature/esp32h2_eco5_ecc' into 'master'
...
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
Closes IDF-11051, IDF-11399, and DOC-10127
See merge request espressif/esp-idf!34364
2025-01-24 14:12:06 +08:00
Sarvesh Bodakhe
21c2bef602
fix(wifi): Fix stack overflow when failure_retry_cnt is set
...
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
2025-01-24 13:49:31 +08:00
Abhik Roy
73c46b0bc5
Merge branch 'lwip/dhcp_network_changed_fix' into 'master'
...
fix(lwip): Fixed compilation issue with LWIP_DHCP_RESTORE_LAST_IP
Closes IDFGH-13710
See merge request espressif/esp-idf!36512
2025-01-24 12:08:51 +08:00
Zhang Shuxian
9643457e5b
docs: Update CN translation for size.rst
2025-01-24 11:50:17 +08:00
Aditya Patwardhan
839c18c762
feat(docs): Update minimizing binary size
...
The ESP32-H2 software countermeasure may not be necessary
for ESP32-H2 v1.2 and above, this commit updates
the relevant documentation
2025-01-24 11:50:17 +08:00
laokaiyao
9269b785f8
refactor(ecdsa): rely on efuse to get chip revision
2025-01-24 11:50:17 +08:00
Aditya Patwardhan
d8d9ba3dc2
fix(soc): Fixed ECDSA register compatibility
2025-01-24 11:50:17 +08:00
Aditya Patwardhan
bef2a72ecb
fix(hal): Make the ECDSA countermeasure dynamically applicable
...
This commit makes the ECDSA countermeasure dynamically applicable
across different revisions of the ESP32H2 SoC.
2025-01-24 11:50:17 +08:00
Mahavir Jain
6875cbf022
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
2025-01-24 11:50:17 +08:00
Kevin (Lao Kaiyao)
8354773714
Merge branch 'bugfix/touch_pr_on_github' into 'master'
...
fix(touch): fix unexpected touch start on RTC peripheral init
Closes IDFGH-6021 and IDFGH-9371
See merge request espressif/esp-idf!36507
2025-01-24 11:09:26 +08:00
Jiang Jiang Jian
47cc1b77ea
Merge branch 'bugfix/fix_wep_shared_auth_connect_fail_issue' into 'master'
...
fix(wifi): fix wep shared auth connect fail issue
Closes WIFIBUG-404
See merge request espressif/esp-idf!36578
2025-01-24 10:55:27 +08:00
morris
809507903f
Merge branch 'feat/support_bitscrambler_esp32c5' into 'master'
...
feat(bitscrambler): add driver support on esp32c5
Closes IDF-8711
See merge request espressif/esp-idf!36383
2025-01-24 10:04:48 +08:00
Chen Ji Chang
bdb1511441
Merge branch 'fix/fix_parlio_tx_rempty_interrupt' into 'master'
...
fix(parlio_tx): fix rempty interrupt during resetting fifo
See merge request espressif/esp-idf!36111
2025-01-24 09:00:59 +08:00
Nilesh Kale
74d9e08d63
Merge branch 'feature/enable_rsa_support_for_esp32h21' into 'master'
...
feat: enabled rsa support for esp32h21
Closes IDF-11498
See merge request espressif/esp-idf!36309
2025-01-23 21:41:08 +08:00
Shu Chen
c2e906129c
Merge branch 'feat/add_callback_for_esp_ot_radio_spinel_init' into 'master'
...
feat(openthread): add an API to set rcp version string
See merge request espressif/esp-idf!36506
2025-01-23 21:08:26 +08:00
Xu Si Yu
a7a3037e8c
feat(openthread): add an API to set rcp version string
2025-01-23 21:08:26 +08:00
Mahavir Jain
50adc8bcb1
docs: add documentation for HTTPS OTA resumption feature
2025-01-23 17:13:48 +05:30
Mahavir Jain
7bce723d82
ci(examples): add tests for OTA resumption feature
2025-01-23 17:13:46 +05:30
Mahavir Jain
89a96905c4
fix(esp_https_ota): handle invalid range condition for OTA resumption case
2025-01-23 17:13:43 +05:30
nilesh.kale
5c5df89950
feat(esp_https_ota): added ota resumption feature
...
This commit enabled configurable OTA resumption feature in advanced ota example.
This resumes downloading OTA image from where it left off in case of
an error or reboot.
Closes https://github.com/espressif/esp-idf/issues/13127
2025-01-23 17:13:15 +05:30
Harshal Patil
9cabe79385
Merge branch 'fix/incorrect_reserved_bits_calculation_in_xts_pseudo_round_conf' into 'master'
...
fix(soc): Fix incorrect reserved bits calculation in xts_pseudo_round_conf
See merge request espressif/esp-idf!36473
2025-01-23 18:49:03 +08:00
Abhik Roy
ebef063523
test(lwip): Added LWIP_DHCP_RESTORE_LAST_IP config in lwip test apps
...
Enabled CONFIG_LWIP_DHCP_RESTORE_LAST_IP configuration to compile and
test the DHCP last IP restore functionality in CI tests.
2025-01-23 21:44:38 +11:00
Abhik Roy
65706be451
fix(lwip): Fixed compilation issue with LWIP_DHCP_RESTORE_LAST_IP
...
Closes https://github.com/espressif/esp-idf/issues/14582
2025-01-23 21:44:38 +11:00
Roland Dobai
969ea94ae5
Merge branch 'docs/minor_coredump_docs_fixes' into 'master'
...
docs(coredump): Add minor documentation improvements for coredump
Closes DOC-10116
See merge request espressif/esp-idf!36517
2025-01-23 18:10:26 +08:00
Chen Jichang
4b3a2b2f8b
fix(parlio): fix rempty interrupt during resetting fifo
...
Move the fifo reset to after disabling the tx core clock.
And add external non-free running clock src test.
2025-01-23 17:54:00 +08:00
morris
21a8c222e1
feat(bitscrambler): add driver support on esp32c5
2025-01-23 17:50:10 +08:00
nilesh.kale
a241768916
feat: enabled rsa support for esp32h21
2025-01-23 17:49:46 +08:00
Mahavir Jain
706b5e44d3
Merge branch 'fix/enable_pseudo_round_func_in_flash_enc_release_mode' into 'master'
...
fix(bootloader_support): Enable pseudo round function hen flash encryption release mode is enabled for H2-ECO5
See merge request espressif/esp-idf!36523
2025-01-23 17:16:32 +08:00
Jiang Jiang Jian
893e3269d0
Merge branch 'bugfix/remove_unused_sco_state' into 'master'
...
Bugfix/remove unused sco state
See merge request espressif/esp-idf!36285
2025-01-23 16:40:42 +08:00
Jiang Jiang Jian
895bb2afdc
Merge branch 'change/default_value_for_esp_coex_vsc_in_bluedroid' into 'master'
...
change(bt): Set default value for BT_BLUEDROID_ESP_COEX_VSC conditionally
Closes BT-3947
See merge request espressif/esp-idf!36368
2025-01-23 16:40:05 +08:00
linruihao
42ddce477f
fix(bt/bluedroid): Fix some bugs in PBAP client
...
- Supported feature not set correctly
- Array access out of bounds issue
- Type conversion warning
2025-01-23 16:28:43 +08:00
muhaidong
9b7a5096c5
fix(wifi): fix wep shared auth connect fail issue
2025-01-23 15:58:26 +08:00
Jiang Jiang Jian
265e73de2d
Merge branch 'ci/add_test_disable_softap' into 'master'
...
ci: add test to check wifi bin size when disable softap
See merge request espressif/esp-idf!36518
2025-01-23 15:03:04 +08:00
C.S.M
0cc16717b6
Merge branch 'fix/build_when_rom_patch_disable' into 'master'
...
fix(spi_flash): Fix build fail when rom_patch config disabled
Closes IDFGH-14455
See merge request espressif/esp-idf!36521
2025-01-23 14:53:12 +08:00
Marius Vikhammer
1d0fa29970
Merge branch 'feat/h21_interrupts' into 'master'
...
feat(intr): clean up and support interrupts on H21
Closes IDF-11535 and IDF-11537
See merge request espressif/esp-idf!36503
2025-01-23 12:13:34 +08:00
Huelsenfrucht
e6fb6612c9
fix(touch): checks if the timer is active before stopping it
...
Merges https://github.com/espressif/esp-idf/pull/10745
2025-01-23 11:55:40 +08:00
boarchuz
2ec93b3394
fix(touch): fix unexpected touch start on RTC peripheral init
...
Merges https://github.com/espressif/esp-idf/pull/7707
2025-01-23 11:55:40 +08:00
Zhang Hai Peng
1f84180a1b
Merge branch 'bugfix/fix_ble_aa_check' into 'master'
...
fix(ble): Update bt lib for ESP32(194dd63)
Closes BLERP-1505 and BLERP-1506
See merge request espressif/esp-idf!36536
2025-01-23 10:31:58 +08:00
David Čermák
5685633f2d
Merge branch 'fix/ping_data_race' into 'master'
...
fix(lwip): Fix potential data-race in ping tcpip callback
See merge request espressif/esp-idf!36532
2025-01-22 23:06:48 +08:00
David Cermak
b46b3d1c1d
fix(lwip): Fix potential data-race in ping tcpip callback
...
Need to use tcpip_api_call() instead of tcpip_callback(), since the
former waits for the tcpip task to complete and thus prevents potential
data races with subsequent TCP/IP tasks.
2025-01-22 21:13:57 +08:00
Roland Dobai
c640466e32
docs(coredump): Add minor documentation improvements for coredump
2025-01-22 13:44:56 +01:00
Ondrej Kosta
d30e4d9960
Merge branch 'feat/eth_gpio' into 'master'
...
feat(esp_eth): new gpio init strategy
Closes IDF-11128
See merge request espressif/esp-idf!35827
2025-01-22 20:20:07 +08:00
Wang Tao
9ede4c277b
Merge branch 'fix/fix_max_idle_priod_issue' into 'master'
...
fix(wifi): fix max idle period 1 issue
Closes WIFIBUG-1022
See merge request espressif/esp-idf!36484
2025-01-22 18:20:12 +08:00
Wang Meng Yang
ef74032118
Merge branch 'feat/esp32_set_get_bt_lpclk_src' into 'master'
...
feat(ble): Added API to get/set low power clock source
Closes BTQABR2023-370
See merge request espressif/esp-idf!34373
2025-01-22 14:59:12 +08:00
Island
b7f3f677c3
Merge branch 'bugfix/fix_blufi_crash' into 'master'
...
fix(blufi): Fixed crash issue during memcpy in example
Closes BLERP-1401, BLERP-1402, and BLERP-1403
See merge request espressif/esp-idf!35105
2025-01-22 14:57:50 +08:00
Zhang Wen Xu
3c74432f7e
Merge branch 'feature/support_hw_reset_when_handling_rcp_failure' into 'master'
...
feat(openthread): support hardware reset RCP while processing RCP failure
See merge request espressif/esp-idf!36270
2025-01-22 14:46:29 +08:00