Xu Si Yu
e4afe18a61
feat(openthread): allow enabling trel before getting interface
2024-10-24 18:30:44 +08:00
Xu Si Yu
9e3b0fc076
feat(openthread): support trel feature
2024-10-24 18:30:44 +08:00
zwx
938dab0a02
fix(802154): pass hardware abort reason into processing function
2024-10-24 18:30:44 +08:00
Xu Si Yu
4bf58ea0c2
fix(ieee802154): fix a bug in the usage of a macro
2024-10-24 18:30:44 +08:00
zwx
d3a836d2b7
feat(ieee802154): add frame type checking for hw autoack feature
2024-10-24 18:30:44 +08:00
Xu Si Yu
a22f37f20f
fix(openthread): add macro for rcp init
2024-10-24 18:30:44 +08:00
Xu Si Yu
ca9caf1fee
feat(openthread): support vendor hook for rcp spi
2024-10-24 18:30:44 +08:00
chenjianhua
8c6c9b7f0c
refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example
2024-10-24 18:04:02 +08:00
Jiang Jiang Jian
2b35c55820
Merge branch 'bugfix/load_access_fault_upon_auth_v5.2' into 'release/v5.2'
...
fix(wifi): Add a check on hostapd instance while handling an Auth frame (Backport v5.2)
See merge request espressif/esp-idf!34121
2024-10-24 16:53:32 +08:00
Mahavir Jain
e8058df59f
Merge branch 'fix/mbedtls_fs_io_dependency_on_vfs_v5.2' into 'release/v5.2'
...
fix(mbedtls): Fix the MBEDTLS_FS_IO dependency on vfs (v5.2)
See merge request espressif/esp-idf!34270
2024-10-23 17:34:51 +08:00
Mahavir Jain
f7b34f291b
Merge branch 'feature/update_mbedtls_version_to_3.6.2_v5.2' into 'release/v5.2'
...
feat(mbedtls): update mbedtls version to 3.6.2 (v5.2)
See merge request espressif/esp-idf!34358
2024-10-23 14:35:19 +08:00
Aditya Patwardhan
60a825e154
fix(mbedtls): Fix the MBEDTLS_FS_IO dependency on vfs
...
By default MBEDTLS_FS_IO option in mbedtls uses the filesystem supported
added by vfs component.
If the vfs support is disabled by user then mbedtls raises a warning
that the filesystem realted operation shall always fail
This commit fixes the behaviour by enabling respective depedency check for the
MBEDTLS_FS_IO option
Closes https://github.com/espressif/esp-idf/issues/14409
2024-10-23 11:04:13 +08:00
Island
32dce28de0
Merge branch 'bugfix/fix_ble_robust_feature_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic (v5.2)
See merge request espressif/esp-idf!34246
2024-10-23 10:51:34 +08:00
Sudeep Mohanty
d33041da73
fix(freertos): Fixed SMP race condition in xStreamBufferSend()
...
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferSend() makes the xTaskWaitingToSend NULL but it may
have already been evaluated to not be NULL by xStreamBufferReceive()
running on another core and eventually leading to a crash in tasks.c.
2024-10-22 10:06:40 +02:00
Marius Vikhammer
fd63196561
Merge branch 'fix/freertos_race_cond_in_stream_buffers_v5.2' into 'release/v5.2'
...
fix(freertos): Fixed SMP race condition in stream_buffers.c (v5.2)
See merge request espressif/esp-idf!34224
2024-10-22 16:00:51 +08:00
nilesh.kale
52a694abb9
feat(mbedtls): update mbedtls version to 3.6.2
2024-10-22 13:23:59 +05:30
laokaiyao
d444b5831b
fix(i2s): fix multi-dev test failure
2024-10-22 14:52:37 +08:00
laokaiyao
22e043e4ce
fix(i2s): fix i2s half sample rate issue
2024-10-22 14:38:22 +08:00
Adam Múdry
88d884d9e4
fix(sdmmc): Retry to get another RCA if the previous response was 0
2024-10-21 17:27:41 +02:00
Martin Vychodil
e9656ec84f
Merge branch 'bugfix/nvs_entry_sanity_check_v5.2' into 'release/v5.2'
...
Bugfix/added nvs entry header sanity checks (v5.2)
See merge request espressif/esp-idf!34290
2024-10-21 21:40:00 +08:00
Mahavir Jain
fa385dc938
Merge branch 'feat/move_crt_bundle_dummy_cert_to_rodata_v5.2' into 'release/v5.2'
...
Move cert bundle's dummy cert to .rodata to reduce RAM usage (v5.2)
See merge request espressif/esp-idf!34202
2024-10-21 12:42:08 +08:00
Jiang Jiang Jian
e297e16938
Merge branch 'bugfix/fix_retry_assoc_auth_timeout_issue_v5.2' into 'release/v5.2'
...
fix(wifi): fixed association refused temporarily lead auth timeout issue(Backport v5.2)
See merge request espressif/esp-idf!34243
2024-10-21 11:39:32 +08:00
Rahul Tank
b3a1af0211
Merge branch 'bugfix/fix_datalen_issue_v5.2' into 'release/v5.2'
...
fix(nimble): Adjust time parameter in set Data len API in case BLE 5.0 support is not present (v5.2)
See merge request espressif/esp-idf!34220
2024-10-18 18:26:25 +08:00
hongshuqing
9c999628ba
fix(h2): modify wrong lslp drvb config
2024-10-18 17:01:09 +08:00
radek.tandler
03d0870430
fix(storage/nvs): Fixed hadling of inconsistent values in NVS entry header
...
feat(storage/nvs): Added test cases for damaged entries with correct CRC
2024-10-18 10:55:19 +02:00
Roman Leonov
d83c477422
refactor(usb_host/examples): Enabled external Hub support feature
2024-10-18 10:46:53 +02:00
Roman Leonov
e62df280e0
feat(ext_port): Added External Port driver
2024-10-18 10:46:51 +02:00
C.S.M
80565eed9b
patch(spi_flash): cleanup XMC flash chip usage according to new information
2024-10-18 16:38:18 +08:00
C.S.M
5f36c048d8
feat(spi_flash): Add new xmc chip id
2024-10-18 16:20:02 +08:00
morris
ff673e8016
Merge branch 'bugfix/pcnt_pm_lock_v5.2' into 'release/v5.2'
...
fix(pcnt): install the pm lock upon driver installation (v5.2)
See merge request espressif/esp-idf!34214
2024-10-18 10:34:18 +08:00
Jiang Jiang Jian
d43f3b936f
Merge branch 'bugfix/fix_funcs_overriding_on_esp32c3_eco7_v5.2' into 'release/v5.2'
...
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7 (v5.2)
See merge request espressif/esp-idf!34199
2024-10-17 19:46:03 +08:00
harshal.patil
db38b93c8d
fix(mbedtls): Fix the increase in build size of mbedtls when upgrading to v3.x
2024-10-17 14:53:55 +05:30
morris
dc45972144
Merge branch 'feat/usb_disconnect_api_backport_v5.2' into 'release/v5.2'
...
refactor(usb): Update HCD tests to use port power off for disconnections backport v5.2
See merge request espressif/esp-idf!33526
2024-10-17 17:00:59 +08:00
Zhang Hai Peng
60c7aa85f7
fix(ble/bluedroid): Fixed error when writing Client Supported Features characteristic
...
(cherry picked from commit 5126742003 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-17 16:13:27 +08:00
muhaidong
13946e1c52
fix(wifi): fixed association refused temporarily lead auth timeout issue
2024-10-17 15:13:29 +08:00
Jiang Jiang Jian
b53eb889ba
Merge branch 'fix/priority_inv_when_remove_from_unordered_event_list_v5.2' into 'release/v5.2'
...
fix(freertos): Fixed priority inversion when setting event group bits (v5.2)
See merge request espressif/esp-idf!34124
2024-10-17 10:49:44 +08:00
Jiang Jiang Jian
b22f4cb3d1
Merge branch 'fix/spinlock-var-not-used-warning_v5.2' into 'release/v5.2'
...
fix(system): fixed warnings related to ununsed var in spinlock.h (backport v5.2)
See merge request espressif/esp-idf!33485
2024-10-17 10:48:29 +08:00
Jiang Jiang Jian
ad32630480
Merge branch 'fix/keep-got-sections-for-riscv_v5.2' into 'release/v5.2'
...
feat(esp_system): drop .got* sections and add hint (v5.2)
See merge request espressif/esp-idf!33371
2024-10-17 10:46:49 +08:00
Jiang Jiang Jian
e038e66620
Merge branch 'bugfix/fix_s3c3_wrong_ext32k_config_bug_v5.2' into 'release/v5.2'
...
fix(ext_32k): fix the external 32K issue on C3&S3 (v5.2)
See merge request espressif/esp-idf!33157
2024-10-17 10:46:10 +08:00
Jiang Jiang Jian
35d88960c0
Merge branch 'bugfix/riscv_task_wdt_cleanup_v5.2' into 'release/v5.2'
...
fix(wdt): changed register dump on task WDT to be more descriptive (v5.2)
See merge request espressif/esp-idf!33106
2024-10-17 10:44:23 +08:00
harshal.patil
b5d25bd0b8
feat(mbedtls/esp_crt_bundle): Move dummy cert to .rodata to save 408B from dram
...
Co-authored-by: Hanno <h.binder@web.de >
2024-10-16 16:39:37 +05:30
Sudeep Mohanty
1f437df493
fix(freertos): Fixed SMP race condition in stream_buffers.c
...
This commit fixes a race condition in dual-core SMP mode where in the
xStreamBufferReceive() makes the xTaskWaitingToReceive NULL but it may
have already been evaluated to not be NULL by xStreamBufferSend()
running on another core and eventually leading to a crash in tasks.c.
2024-10-16 09:27:34 +02:00
Rahul Tank
233eb67e06
fix(nimble): Adjust Data len time in case 5.0 support is not present
2024-10-16 11:59:04 +05:30
morris
6280fbe8b6
fix(pcnt): install the pm lock upon driver installation
2024-10-16 11:33:40 +08:00
Mu Hai Dong
18b47c4143
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Jiang Jiang Jian <jack@espressif.com >
2024-10-15 15:24:05 +08:00
muhaidong
d665d43d0a
fix(phy): esp32s2 and esph2 support rf cert_test
2024-10-15 15:23:56 +08:00
muhaidong
45e31cc02b
fix(phy): fix esp32 build fail issue
...
Closes https://github.com/espressif/esp-idf/issues/11972
2024-10-15 15:23:05 +08:00
xiehang
80ef98d717
fix(phy): All chip support cert_test
2024-10-15 15:21:01 +08:00
Chen Jian Hua
99038783d5
fix(bt/controller): Fixed BLE functions overriding on ESP32-C3 ECO7
...
(cherry picked from commit 020f7a6297 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-10-15 13:33:31 +08:00
morris
b968b7aef5
Merge branch 'refactor/usb_host_add_func_ret_values_backport_5.2' into 'release/v5.2'
...
refactor(usb_host): USB Host add function return values description backport v5.2
See merge request espressif/esp-idf!34089
2024-10-15 10:24:16 +08:00