Mahavir Jain
fddb503d69
Merge branch 'fix/fix_esp_tls_client_key_parsing_v5.0' into 'release/v5.0'
...
fix(esp_tls): Fixed client key parsing for ECC key (v5.0)
See merge request espressif/esp-idf!31841
2024-07-09 12:59:24 +08:00
Aditya Patwardhan
9cad274092
fix(esp_tls): Fixed client key parsing for ECC key
...
Client key parsing for ECC keys was failing as the
RNG supplied to the key parsing API was uninitialized.
This commit fixes that behaviour
2024-07-09 12:36:20 +08:00
Jiang Jiang Jian
a808db00c9
Merge branch 'bugfix/fix_esco_conflict_with_sniff_v5.0' into 'release/v5.0'
...
docker / docker (push) Waiting to run
fix(bt/controller): Fixed some controller bugs (v5.0)
See merge request espressif/esp-idf!31955
2024-07-08 20:25:02 +08:00
Jiang Jiang Jian
97bac418a8
Merge branch 'fix/fix_sta_scan_when_connected_cause_bcn_timeout_loop_v5.0' into 'release/v5.0'
...
fix(wifi): fix sta scan when connected cause bcn timeout loop issue v5.0
See merge request espressif/esp-idf!31956
2024-07-08 20:20:54 +08:00
Jiang Jiang Jian
2691bbacbe
Merge branch 'bugfix/i2c_timeout_issue_v5.0' into 'release/v5.0'
...
fix(i2c): fix issues related to timeout and alive interval tick (backport v5.0)
See merge request espressif/esp-idf!29981
2024-07-08 20:11:08 +08:00
wangtao@espressif.com
bc6afecff1
fix(wifi): fix sta scan when connected cause bcn timeout loop issue v5.0
2024-07-08 14:31:19 +08:00
linruihao
33b517a273
fix(bt/controller): Fixed some controller bugs
...
- Fixed fail to establish eSCO when connected to two devices
- Changed some error log level to Debug if the error have a workaround
Closes https://github.com/espressif/esp-idf/issues/12340
2024-07-08 14:27:06 +08:00
liqigan
efdda3105d
fix(bt/controller): Fixed not report HCI_Disconnection_Complete event
2024-07-08 14:27:06 +08:00
Rahul Tank
404d41c71c
Merge branch 'bugfix/revert_extra_print_v5.0' into 'release/v5.0'
...
Revert "fix(nimble): Added debug print to check for skipped adv report" (v5.0)
See merge request espressif/esp-idf!31934
2024-07-08 14:16:06 +08:00
Island
6ed2802567
Merge branch 'fix/blemesh24_61_v5.0' into 'release/v5.0'
...
fix/blemesh24_61 (v5.0)
See merge request espressif/esp-idf!31567
2024-07-08 14:06:51 +08:00
fbp2m
98260d0c5c
fix: fixed allocating if_name in client context multiple times
...
Do not allocate client->if_name twice in esp_http_client_init().
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/13945
2024-07-07 21:21:31 +08:00
Rahul Tank
e5e63be1b8
Revert "fix(nimble): Added debug print to check for skipped adv report"
...
This reverts commit 69ad6bb5d1
.
2024-07-05 18:10:27 +05:30
Wang Ning
a4496994f2
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com>
2024-07-05 18:08:19 +08:00
Yuhan Wei
69c9719b0d
docs(ble): Add the explanations to controller parameters configurable in menuconfig
2024-07-05 18:08:19 +08:00
Wang Ning
3412201140
Apply 35 suggestion(s) to 1 file(s)
...
Co-authored-by: Wang Ning <wangning@espressif.com>
2024-07-05 18:08:19 +08:00
Yuhan Wei
dfaa5a960c
docs(ble): Removed note in esp_bt_controller_config_t
2024-07-05 18:08:19 +08:00
Yuhan Wei
fb6595059d
docs(ble): Replaced BT with Bluetooth
2024-07-05 18:08:19 +08:00
Yuhan Wei
faeab638d4
docs(ble): Removed unnecessary explanations
2024-07-05 18:08:19 +08:00
Yuhan Wei
65cdf659c6
docs(ble): Added corresponding values to the controller mode
2024-07-05 18:08:19 +08:00
Yuhan Wei
314e964764
docs(ble): Fixed the explanation of TX power type
2024-07-05 18:08:19 +08:00
Yuhan Wei
1446d2b9bd
docs(ble): Added typeof for BLE sleep clock accuracy enum
2024-07-05 18:08:19 +08:00
Yuhan Wei
45d84a1afd
docs(ble): Added a name for BLE sleep clock accuracy enum
2024-07-05 18:08:19 +08:00
Yuhan Wei
6d65a7db74
docs(ble): Revised the esp32 controller API explanations
2024-07-05 18:08:18 +08:00
Island
8599e25cfe
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.0' into 'release/v5.0'
...
docker / docker (push) Has been cancelled
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.0)
See merge request espressif/esp-idf!31862
2024-07-05 10:39:18 +08:00
luoxu
110b7adc6a
fix(ble_mesh): ensure the operation of adv busy is thread-safe
2024-07-04 12:12:48 +08:00
luoxu
006086c50b
feat(ble_mesh): add cas operation for bt_mesh_atomic_val_t
2024-07-04 12:12:48 +08:00
Jiang Jiang Jian
3bb82f7ce4
Merge branch 'staging/espcoredump_move_strings_flash_v5.0' into 'release/v5.0'
...
change(espcoredump): save RAM space by placing constants in flash (backport v5.0)
See merge request espressif/esp-idf!29192
2024-07-04 10:38:35 +08:00
Jiang Jiang Jian
e9f1311892
Merge branch 'feature/add-newlib-sbom_v5.0' into 'release/v5.0'
...
feat(newlib): Add sbom manifest file (v5.0)
See merge request espressif/esp-idf!31834
2024-07-04 10:14:03 +08:00
Jiang Jiang Jian
f0c2da6dc4
Merge branch 'feature/ipc_noblocking_call_v5.0' into 'release/v5.0'
...
feat(ipc): Adds a new no blocking IPC call (v5.0)
See merge request espressif/esp-idf!28447
2024-07-03 21:01:52 +08:00
Jiang Jiang Jian
a7e404d08e
Merge branch 'feature/sae_pk_transition_disable_v5.0' into 'release/v5.0'
...
feat(esp_wifi): Add support for OWE and WPA3 Enterprise transition disable (Backport v5.0)
See merge request espressif/esp-idf!31379
2024-07-03 19:34:17 +08:00
Rahul Tank
7d5cbec4bd
Merge branch 'bugfix/low_buf_count_print_v5.0' into 'release/v5.0'
...
fix(nimble): Added debug print to check for skipped adv report (v5.0)
See merge request espressif/esp-idf!31835
2024-07-03 16:43:10 +08:00
Sarvesh Bodakhe
b3fb47908c
feat(wifi): Add support for WPA3 transition disable and more updates
...
1. Add support for SAE-PK and WPA3-Enterprise transition disable
2. Add support to handle OWE transition disable indication from AP
3. refactor: Backport common changes in scan/connect path from 90cc6158
- 90cc6158
adds support for Network Introduction Protocol in DPP
4. Fix issue of supplicant using wrong parameters to configure bss
- Ensure that wpa_supplicant's state machine registers the requirement for rsnxe
before deciding to add rsnxe to a assoc request.
Co-authored-by: jgujarathi <jash.gujarathi@espressif.com>
2024-07-03 12:46:58 +05:30
Jiang Jiang Jian
d0ff5e6236
Merge branch 'bugfix/fix_some_wifi_bugs_240702_v5.0' into 'release/v5.0'
...
Bugfix/fix some wifi bugs 240702 v5.0(Backport v5.0)
See merge request espressif/esp-idf!31876
2024-07-03 14:18:59 +08:00
Krzysztof Budzynski
cb4a8ed85b
Merge branch 'docs/migrate_esp32c3_devkitc_02_devkitm_1_user_guide_v5.0' into 'release/v5.0'
...
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits (v5.0)
See merge request espressif/esp-idf!31826
2024-07-03 14:09:47 +08:00
Zhang Xiao Yan
60e90cdc75
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits (v5.0)
2024-07-03 14:09:47 +08:00
Jiang Jiang Jian
4db9de0271
Merge branch 'bugfix/fix_phy_cal_data_v5.0' into 'release/v5.0'
...
fix(phy): add phy calibration data check when mode is not none calibration v5.0
See merge request espressif/esp-idf!31825
2024-07-03 14:08:39 +08:00
Jiang Jiang Jian
026f3ed97d
Merge branch 'docs/format_ap_basic_configuration_tables_v5.0' into 'release/v5.0'
...
docs: format AP basic configuration tables in wifi.rst (v5.0)
See merge request espressif/esp-idf!31857
2024-07-03 13:54:46 +08:00
muhaidong
fbc9fe582c
fix(wifi): fix configure gcmp failure issue
2024-07-03 10:57:33 +08:00
muhaidong
d121b69262
fix(wifi): fixed disable gcmp choose pairwise cipher wrong issue
2024-07-02 21:40:48 +08:00
muhaidong
ba8ace2e98
fix(wifi): annotate a rom function
2024-07-02 21:35:24 +08:00
Jiang Jiang Jian
4c6b043d5b
Merge branch 'bugfix/wps_mode_change_v5.0' into 'release/v5.0'
...
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(v5.0)
See merge request espressif/esp-idf!30778
2024-07-02 20:54:27 +08:00
zwl
422c244fa6
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-02 15:44:55 +08:00
Linda
a29b71d96a
docs: format AP basic configuration tables in wifi.rst
2024-07-02 15:13:10 +08:00
aditi_lonkar
440b786834
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
2024-07-02 12:29:44 +05:30
Jiang Jiang Jian
f378e76962
Merge branch 'lwip/if_indextoname_compolation_fix_v5.0' into 'release/v5.0'
...
fix(lwip): Fixed compilation error referencing undefined POSIX interface API (v5.0)
See merge request espressif/esp-idf!31408
2024-07-02 13:52:22 +08:00
Jiang Jiang Jian
aec6f19bd8
Merge branch 'docs/add_ethernet_update_to_migration_4.4_to_5.0_v5.0' into 'release/v5.0'
...
docs: add Ethernet driver update to migration from 4.4 to 5.0 (v5.0)
See merge request espressif/esp-idf!31848
2024-07-02 13:44:43 +08:00
Linda
f4506c95ee
docs: add Ethernet driver update to migration from 4.4 to 5.0
2024-07-02 11:13:06 +08:00
Rahul Tank
69ad6bb5d1
fix(nimble): Added debug print to check for skipped adv report
2024-07-01 15:34:05 +05:30
Alexey Lapshin
6412a6fa48
feat(newlib): Add sbom manifest file
2024-07-01 17:03:21 +07:00
jack
4956c6cfbe
fix(phy): add phy calibration data check when mode is not none calibration
2024-07-01 16:11:31 +08:00