morris
73302ca332
Merge branch 'bugfix/warn_rc32k_use_v5.2' into 'release/v5.2'
...
fix(clk): warn the users to avoid using RC32K clock (v5.2)
See merge request espressif/esp-idf!33502
2024-10-09 17:02:54 +08:00
morris
bee297a2a5
Merge branch 'bugfix/esp_ringbuf_32_bit_alignment_v5.2' into 'release/v5.2'
...
fix(ringbuf): allow xRingbufferCreateWithCaps to pass in non-32-bit aligned size (v5.2)
See merge request espressif/esp-idf!33521
2024-10-09 17:02:01 +08:00
Island
ad8f9706ac
Merge branch 'bugfix/fix_ext_conn_adv_data_check_v5.2' into 'release/v5.2'
...
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(01cc408) (v5.2)
See merge request espressif/esp-idf!34002
2024-10-09 11:58:27 +08:00
Rahul Tank
24d39dea21
Merge branch 'bugfix/wifi_bt_coex_crash_v5.2' into 'release/v5.2'
...
fix(nimble): Fix the sequence of ll and host transport init (v5.2)
See merge request espressif/esp-idf!33962
2024-10-08 19:05:21 +08:00
Island
2a19808dff
Merge branch 'feat/ble_mesh_lib_flash_size_optimized_v5.2' into 'release/v5.2'
...
feat(ble_mesh): ble mesh lib flash size optimized (v5.2)
See merge request espressif/esp-idf!33478
2024-10-08 18:58:14 +08:00
Zhang Hai Peng
f48b694fa2
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:33 +08:00
luoxu
8413ad1f68
feat(ble_mesh): esp ble mesh v1.1 features enable/disable supported
2024-10-08 15:03:16 +08:00
Kapil Gupta
6699f1a51c
fix(esp_wifi): Prevent memory overflow in WPS
2024-10-07 11:12:35 +05:30
Kapil Gupta
11ffeab864
fix(esp_wifi): Mask some error conditions in WPS
...
Mask some error conditions in WPS to increase the probability of
WPS success.
2024-10-07 11:12:35 +05:30
Kapil Gupta
071585dd4d
fix(esp_wifi): Disable WPS timers once WPS succeed
2024-10-07 11:12:35 +05:30
Kapil Gupta
8fbd04f839
fix(esp_wifi): Allow connection with WPA mode in WPS
2024-10-07 11:12:05 +05:30
Kapil Gupta
a4b226b7c1
fix(esp_wifi): Deinit WPS registrar during hostapd deinit
2024-10-07 10:24:21 +05:30
Kapil Gupta
5beab45cfe
fix(esp_wifi): Added prints in btm roam for error condition
2024-10-07 10:23:40 +05:30
Abhinav Kudnar
0134202422
fix(nimble): Fix the sequence of ll and host transport init
2024-10-03 16:57:49 +08:00
Roland Dobai
2b1122a698
Merge branch 'fix/idfpy_uf2_fail_v5.2' into 'release/v5.2'
...
fix(uf2): Ignore ESPBAUD, ESPPORT when calling idf.py uf2[-app] (v5.2)
See merge request espressif/esp-idf!33949
2024-10-02 20:33:23 +08:00
Mahavir Jain
f0ee29e4e1
Merge branch 'feat/newlib-add-sbom-exclude_cve-2024-30949_v5.2' into 'release/v5.2'
...
fix(newlib): sbom: add CVE-2024-30949 to cve-exclude-list (v5.2)
See merge request espressif/esp-idf!33682
2024-10-01 21:16:58 +08:00
Jan Beran
431923f23c
fix(uf2): Ignore ESPBAUD, ESPPORT when calling idf.py uf2[-app]
2024-10-01 13:47:19 +02:00
Mahavir Jain
aba133e842
Merge branch 'feature/update_mbedtls_version_to_3.6.1_v5.2' into 'release/v5.2'
...
feat(mbedtls): updated mbedtls version to 3.6.1(v5.2)
See merge request espressif/esp-idf!33914
2024-10-01 18:03:51 +08:00
Erhan Kurubas
a1287b1315
fix(esp-coredump): fix build error when mbedtls hardware sha disabled
2024-10-01 10:07:23 +02:00
Jiang Guang Ming
f8ca72cfe1
fix(esp_rom): Fixed esp32c2 rom eco1 mbedtls issues
2024-09-30 09:26:22 +08:00
nilesh.kale
2bc43825eb
feat(mbedtls): updated mbedtls version to 3.6.1
2024-09-29 22:37:58 +05:30
Wang Meng Yang
cae1491519
Merge branch 'feat/add_mode_chg_parem_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): Report sniff interval to application layer(v5.2)
See merge request espressif/esp-idf!33866
2024-09-29 14:03:27 +08:00
Marius Vikhammer
571ab51aa5
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-29 10:57:56 +08:00
Island
601e35c926
Merge branch 'feat/get_ble_resolve_address_status_v5.2' into 'release/v5.2'
...
feat(ble/bluedroid): Support resolve BLE address for interval usage (v5.2)
See merge request espressif/esp-idf!33807
2024-09-29 10:30:04 +08:00
Wang Meng Yang
fc1c79ebc1
Merge branch 'bugfix/fix_hid_cod_setting_v5.2' into 'release/v5.2'
...
Bugfix/fix hid cod setting[backport 5.2]
See merge request espressif/esp-idf!33338
2024-09-27 19:23:24 +08:00
Wang Meng Yang
c5c198584b
Merge branch 'bugfix/fix_sdp_bugs_v5.2' into 'release/v5.2'
...
Bugfix/fix sdp bugs[backport 5.2]
See merge request espressif/esp-idf!33603
2024-09-27 19:22:48 +08:00
Chen Jian Hua
4219bb9ea1
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:37 +08:00
Chen Jian Hua
6208b93dad
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:34 +08:00
zhanghaipeng
73ff61bd47
fix(ble/bluedroid): Fixed BLE spelling error in word
2024-09-27 15:50:57 +08:00
zhanghaipeng
a2124a0464
feat(ble/bluedroid): Add BLE memory allocation failure message
2024-09-27 15:50:46 +08:00
zhanghaipeng
31f6b3536c
feat(ble/controller): Display BLE controller init status for ESP32 and ESP32C3/S3
2024-09-27 15:50:37 +08:00
zhanghaipeng
69eca1ff93
feat(ble/bluedroid): Optimize address resolution status for interval use
2024-09-27 14:47:44 +08:00
xiongweichao
e5984120ac
feat(bt/bluedroid): Report sniff interval to application layer
2024-09-27 14:14:02 +08:00
Jiang Jiang Jian
0a935f1c1b
Merge branch 'feat/support_esp32c2_eco4_rom_systimer_hal_v5.2' into 'release/v5.2'
...
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal (backport v5.2)
See merge request espressif/esp-idf!33803
2024-09-27 12:16:21 +08:00
Jiang Jiang Jian
3f72cc5410
Merge branch 'feat/bringup_esp32c2_rom_mbedtls_to_formal_feature_v5.2' into 'release/v5.2'
...
feat(mbedtls): bringup rom mbedtls feature to formal (v5.2)
See merge request espressif/esp-idf!33801
2024-09-27 12:15:51 +08:00
Jiang Jiang Jian
609ab206a0
Merge branch 'fix/fix_clock_retention_link_context_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): add clock retention contents for esp32c6 & esp32h2 (v5.2)
See merge request espressif/esp-idf!33607
2024-09-27 12:15:13 +08:00
Jiang Jiang Jian
4032d73c89
Merge branch 'change/support_pm_slp_iram_opt_in_normal_light_sleep_v5.2' into 'release/v5.2'
...
change(esp_pm): bypass cache access assertion when using ext0 or ext1(backport v5.2)
See merge request espressif/esp-idf!33146
2024-09-27 11:45:56 +08:00
Marius Vikhammer
a749b2340c
Merge branch 'docs/freertos_stack_size_v5.2' into 'release/v5.2'
...
docs(freertos): update freertos comments to reflect that stack size is in bytes (v5.2)
See merge request espressif/esp-idf!33505
2024-09-27 09:22:07 +08:00
Rahul Tank
3a3eecef02
fix(nimble): Fix clang compilation issue
2024-09-26 16:15:33 +05:30
Rahul Tank
ce5f2d1283
Merge branch 'feat/send_data_len_afer_conn_v5.2' into 'release/v5.2'
...
feat(nimble): Set data length after connection (v5.2)
See merge request espressif/esp-idf!33695
2024-09-26 18:42:48 +08:00
Wang Meng Yang
efa437d0ec
Merge branch 'bugfix/fix_some_bugs_in_avrcp_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): Fixed some bugs in AVRCP (Backport v5.2)
See merge request espressif/esp-idf!33578
2024-09-26 15:14:13 +08:00
Aditya Patwardhan
2aad80cd92
Merge branch 'fix/ecdsa_verify_check_hash_len_v5.2' into 'release/v5.2'
...
Wrap some mbedtls' ECDSA verification related APIs (v5.2)
See merge request espressif/esp-idf!33784
2024-09-26 15:13:28 +08:00
Rahul Tank
5798ec62c5
feat(nimble): Set data length after connection
2024-09-26 09:57:00 +05:30
Mahavir Jain
4fb04ce3aa
Merge branch 'bugfix/add_notify_flag_for_wifi_prov_v5.2' into 'release/v5.2'
...
fix(wifi_prov): Add notify characteristic flag support (v5.2)
See merge request espressif/esp-idf!33184
2024-09-26 11:44:06 +08:00
Mahavir Jain
b20225d06a
Merge branch 'feat/support_esp32c2_eco4_rom_mbedtls_v3.6.0_lts_v5.2' into 'release/v5.2'
...
feat(mbedtls): support esp32c2 eco4 rom mbedtls v3.6.0 lts v5.2 (backport v5.2)
See merge request espressif/esp-idf!33421
2024-09-26 11:02:28 +08:00
Chen Jian Hua
1d4acf2617
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:31 +08:00
Zhang Hai Peng
8db992903a
feat(ble/bluedroid): Support resolve BLE address for interval usage
...
(cherry picked from commit b88b511362 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-09-26 10:27:35 +08:00
Island
9b100a3527
Merge branch 'bugfix/fixed_c6_crash_c2_crash_issue_v5.2' into 'release/v5.2'
...
Bugfix/fixed c6 crash c2 crash issue (v5.2)
See merge request espressif/esp-idf!33598
2024-09-26 10:16:58 +08:00
liqigan
7f297af892
fix(esp_hid): Fixed protocol mode mapping bug
...
Closes https://github.com/espressif/esp-idf/issues/14232
2024-09-26 09:57:21 +08:00
liqigan
4459865257
feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
...
Closes https://github.com/espressif/esp-idf/issues/13622
2024-09-26 09:57:21 +08:00