Kapil Gupta
7810b9f4ff
fix(esp_wifi): Disable WPS timers once WPS succeed
2024-10-09 16:07:56 +05:30
Kapil Gupta
beb46af390
fix(esp_wifi): Allow connection with WPA mode in WPS
2024-10-09 16:07:44 +05:30
Zhang Hai Peng
e0113b33c4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408)
...
- Fixed extended connectable advertising data length check
(cherry picked from commit 8a80675b7c )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-10-08 15:13:26 +08:00
Shen Wei Long
adc3bb1cd4
update(ble): Modified the ble multi_conn example's readme
...
(cherry picked from commit 28ffd5fc04 )
Co-authored-by: Shen Weilong <shenweilong@espressif.com >
2024-10-08 13:25:33 +08:00
Mahavir Jain
632e0c2a9f
Merge branch 'fix/coredump_sha_build_error_v5.1' into 'release/v5.1'
...
fix(esp-coredump): fix build error when mbedtls hardware sha disabled (v5.1)
See merge request espressif/esp-idf!33945
2024-10-08 12:59:41 +08:00
Mahavir Jain
7b395bd8ae
Merge branch 'bugfix/null_assign_variable_v5.1' into 'release/v5.1'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.1)
See merge request espressif/esp-idf!33968
2024-10-08 12:25:43 +08:00
Mahavir Jain
0c50d91e96
Merge branch 'feature/update_mbedtls_version_to_3.6.1_v5.1' into 'release/v5.1'
...
feat(mbedtls): updated mbedtls version to 3.6.1(v5.1)
See merge request espressif/esp-idf!33915
2024-10-08 12:25:12 +08:00
Kapil Gupta
8baaec05be
fix(esp_wifi): Deinit WPS registrar during hostapd deinit
2024-10-07 10:42:39 +05:30
Kapil Gupta
a6006f5a56
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-07 10:42:32 +05:30
Rahul Tank
18209f91e7
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-10-04 11:48:53 +05:30
Abhinav Kudnar
deed739453
fix(nimble): Fix the sequence of ll and host transport init
2024-10-03 17:01:37 +08:00
Marek Fiala
8e11bd5b90
feat(tools): ninja tool download - use .tar.gz insead of .zip
...
Changed the download file format for ninja tool from github with .zip file format
to dl.espressif.com with .tar.gz file format.
Closes https://github.com/espressif/esp-idf/pull/14633
2024-10-02 21:24:00 +08:00
Erhan Kurubas
0e6dca576d
test(esp-coredump): add test for the soft sha config
2024-10-01 10:18:25 +02:00
Erhan Kurubas
7a3f74f0d4
fix(esp-coredump): fix build error when mbedtls hardware sha disabled
2024-10-01 10:07:40 +02:00
Peter Macko
64a818fb9f
Remove PYTHON_VER=3.7.10 from .gitlab-ci.yml as it breaks test_build_system_cmake_macos on ARM
2024-09-30 15:57:41 +02:00
Jiang Jiang Jian
6dff5b8f5b
Merge branch 'fix/fix_free_eb_twice_issue_v51' into 'release/v5.1'
...
fix(wifi): fix ampdu to normal cause free buffer twice issue(Backport v5.1)
See merge request espressif/esp-idf!33896
2024-09-30 17:46:53 +08:00
Jiang Jiang Jian
77213ac824
Merge branch 'feat/add_mode_chg_parem_v5.1' into 'release/v5.1'
...
feat(bt/bluedroid): Report sniff interval to application layer(v5.1)
See merge request espressif/esp-idf!33867
2024-09-30 14:20:14 +08:00
Jiang Jiang Jian
571d282b96
Merge branch 'fix/ecdsa_verify_check_hash_len_v5.1' into 'release/v5.1'
...
Wrap some mbedtls' ECDSA verification related APIs (v5.1)
See merge request espressif/esp-idf!33785
2024-09-30 14:19:09 +08:00
wangtao@espressif.com
91ec13f858
fix(wifi): fix ampdu to normal cause free buffer twice issue
2024-09-30 13:11:04 +08:00
nilesh.kale
6571b71612
feat(mbedtls): updated mbedtls version to 3.6.1
2024-09-29 22:48:33 +05:30
Jiang Jiang Jian
b64505ce8c
Merge branch 'bugfix/fix_esp32c2_rom_eco1_mbedtls_issues_v5.1' into 'release/v5.1'
...
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues (v5.1)
See merge request espressif/esp-idf!33897
2024-09-29 18:37:58 +08:00
Jiang Jiang Jian
9972ff5af8
Merge branch 'feature/ftm_calibration_esp32c6_v5.1' into 'release/v5.1'
...
feat(ftm): Update ftm calibration values for esp32c6 (Backport v5.1)
See merge request espressif/esp-idf!33868
2024-09-29 13:58:43 +08:00
Jiang Jiang Jian
1c8daa88c9
Merge branch 'fix/fix_bss_color_issues_v51' into 'release/v5.1'
...
fix(wifi): fixed the issue where the BSS color was not included when sending...
See merge request espressif/esp-idf!33877
2024-09-29 10:18:13 +08:00
Darian Leung
ceb1c01cc5
fix(usb): Make string descriptor checks in unit tests optional
...
Checking for an exact match for product or serial and string descriptors can
lead to test failures if the USB devices connected to the runner is changed. This
commit adds some kconfig options to make the string descriptor checks optional,
with the product and serial string checks being disabled by default.
2024-09-28 00:56:44 +08:00
Darian Leung
c66f46cb77
refactor(usb): Split test device descriptors from mock class files
...
Previously, descriptors of the test devices were stored direclty in the mock
device files (e.g., "mock_[hid|msc].[h|c]"). This commit splits out the device
descriptors to separate files (e.g., "dev_[hid|msc].c") along with getter
functions.
Users that want to run the tests locally on a different device simply need to
update the "dev_[hid|msc].c" file for their device.
2024-09-28 00:56:44 +08:00
Darian Leung
12f07d846b
refactor(usb): Rename mock class files
...
- Rename "test_usb_mock_..." class files to "mock_..."
- Fixed some codespell issues
- Fixed comment spacing
2024-09-28 00:56:44 +08:00
Sajia
a3a0a2f6c2
feat(ftm): Add ftm calibration values for esp32c6
2024-09-27 17:36:15 +05:30
Jiang Guang Ming
c3ae4a3206
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-27 19:25:34 +08:00
Chen Jian Hua
fddbca1d60
fix(bt/controller): Fixed ble get tx power error
...
(cherry picked from commit 4108a5cc4c )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-27 18:33:28 +08:00
Chen Jian Hua
5bafa3e07f
fix(bt/controller): Fixed the timeout of wake up timer when using RC OSC
...
(cherry picked from commit 873708579c )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-27 18:33:25 +08:00
zhanghaipeng
9fe3cff677
fix(ble/bluedroid): Fixed BLE spelling error in word
2024-09-27 15:52:02 +08:00
zhanghaipeng
3696a08461
feat(ble/bluedroid): Add BLE memory allocation failure message
2024-09-27 15:51:55 +08:00
zhanghaipeng
94b5b8d60b
feat(ble/controller): Display BLE controller init status for ESP32 and ESP32C3/S3
2024-09-27 15:51:43 +08:00
xuxiao
a59658a072
fix(wifi): fixed the issue where the BSS color was not included when sending packets at HE rates (v5.1)
2024-09-27 15:45:20 +08:00
zhanghaipeng
ed1ad4ef27
feat(ble/bluedroid): Optimize address resolution status for interval use
2024-09-27 14:48:10 +08:00
xiongweichao
1b19449dc0
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-27 14:16:16 +08:00
Jiang Jiang Jian
59274ae0d6
Merge branch 'bugfix/set_sae_pmk_len_v5.1' into 'release/v5.1'
...
fix(esp_wifi): Set PMK len after SAE exchange
See merge request espressif/esp-idf!33853
2024-09-27 13:48:35 +08:00
Kapil Gupta
4acdc6c830
fix(esp_wifi): Set PMK after SAE exchange
2024-09-27 12:27:32 +08:00
Lou Tianhao
a0a4dcbf83
change(esp_pm): change pm_slp_iram_opt dependence
2024-09-27 11:57:37 +08:00
Jiang Jiang Jian
0ddb785147
Merge branch 'fix/fix_some_wifi_bugs_0924_v5.1' into 'release/v5.1'
...
fix(wifi): fix itwt crash issues causes by creat multiple itwt connect (v5.1)
See merge request espressif/esp-idf!33811
2024-09-27 11:38:35 +08:00
Jiang Jiang Jian
f878b4e27e
Merge branch 'bugfix/fix_c2eco4_ble_init_error' into 'release/v5.1'
...
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
See merge request espressif/esp-idf!33798
2024-09-27 10:42:01 +08:00
Chen Jian Hua
ffdd43f2bf
fix(bt): Update bt lib for ESP32(3bf7ef0)
...
- Fixed BLE scanning and initiating coexist
(cherry picked from commit 241b90f3f0 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-09-26 10:33:24 +08:00
Wei Yu Han
f1f3ed86cc
docs(ble): Added BLE Get Started documentation link to README.md
...
(cherry picked from commit 5f008828d3 )
Co-authored-by: Yuhan Wei <weiyuhan@espressif.com >
2024-09-26 09:38:11 +08:00
Island
3d65cb7286
Merge branch 'bugfix/fixed_c5_ble_cache_error_240919_v5.1' into 'release/v5.1'
...
Bugfix/fixed c5 ble cache error 240919 (v5.1)
See merge request espressif/esp-idf!33759
2024-09-25 17:04:41 +08:00
xuxiao
d348a8152d
fix(wifi): fix itwt crash issues causes by creat multiple itwt connect
2024-09-25 14:13:44 +08:00
Zhang Hai Peng
94476c72b6
feat(ble/bluedroid): Support resolve BLE address for interval usage
...
(cherry picked from commit b88b511362 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-09-25 12:13:19 +08:00
Shen Weilong
311d8d28d5
fix(ble): Fixed BLE initialization issue on ESP32-C2 eco4
2024-09-25 11:38:13 +08:00
Rahul Tank
d8f805c87b
Merge branch 'bugfix/fix_clang_compilation_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Fix clang compilation issue (v5.1)
See merge request espressif/esp-idf!33766
2024-09-25 00:20:19 +08:00
Rahul Tank
77c69f281c
Merge branch 'bugfix/fix_blufi_deinit_fail_v5.1' into 'release/v5.1'
...
fix(nimble): Fixed deinit sequence in blufi (v5.1)
See merge request espressif/esp-idf!33770
2024-09-25 00:10:12 +08:00
harshal.patil
9ebd2ed8fe
feat(mbedtls): Wrap mbedtls_ecdsa_read_signature to use ECDSA hardware when possible
2024-09-24 16:51:30 +05:30