renpeiying
8782cfb8fa
docs: remove user guide for esp32-ethernet-kit migration
2024-08-05 19:03:19 +08:00
Kapil Gupta
a350973f03
Merge branch 'bugfix/dpp_auth_failure_v5.2' into 'release/v5.2'
...
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.(v5.2)
See merge request espressif/esp-idf!32434
2024-08-04 13:44:52 +08:00
Mahavir Jain
de4f8550bb
Merge branch 'bugfix/null_assign_variable_v5.2' into 'release/v5.2'
...
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable (v5.2)
See merge request espressif/esp-idf!32527
2024-08-02 22:03:19 +08:00
Island
c2ac357c7a
Merge branch 'bugfix/fix_ble_security_param_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization (v5.2)
See merge request espressif/esp-idf!32506
2024-08-02 17:38:32 +08:00
Island
7aa475c1fc
Merge branch 'bugfix/fix_ble_gattc_app_unregister_v5.2' into 'release/v5.2'
...
Bugfix/fix ble gattc app unregister (v5.2)
See merge request espressif/esp-idf!32439
2024-08-02 17:30:27 +08:00
Roland Dobai
01e2d28c0f
Merge branch 'fix/setuptools_constraint_v5.2' into 'release/v5.2'
...
fix: ensure the constraint file is followed also for setuptools (v5.2)
See merge request espressif/esp-idf!32546
2024-08-02 16:54:32 +08:00
Frantisek Hrbata
0ff3e483cf
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-02 09:34:37 +02:00
Rahul Tank
916d319155
fix(wifi_prov): Use calloc instead of malloc to zero initialize variable
2024-08-02 10:36:38 +05:30
morris
a536949363
Merge branch 'feature/usb_host_multi_configuration_backport_v5.2' into 'release/v5.2'
...
feat(usb/host): multiconfiguration support backport (v5.2)
See merge request espressif/esp-idf!32055
2024-08-02 11:44:12 +08:00
Rahul Tank
d1ed3a8c5c
Merge branch 'bugfix/add_return_value_to_rpa_to_api_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
fix(nimble): Add return value to RPA Timeout API (v5.2)
See merge request espressif/esp-idf!32476
2024-08-01 20:26:25 +08:00
zhanghaipeng
c66da69856
fix(ble/bluedroid): Fixed issue with resetting BLE security parameters during initialization
2024-08-01 16:17:59 +08:00
Marius Vikhammer
f36b6a088a
Merge branch 'fix/vtaskdeletewithcaps_leaks_memory_v5.2' into 'release/v5.2'
...
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() (v5.2)
See merge request espressif/esp-idf!32400
2024-08-01 14:42:59 +08:00
Shu Chen
f926af94d2
Merge branch 'backport/fix_154_next_operation_for_multi_event_v52' into 'release/v5.2'
...
fix(ieee802154): refactor the next operation logic for multiple events(Backport v5.2)
See merge request espressif/esp-idf!32387
2024-07-31 20:51:34 +08:00
Rahul Tank
6d19ff68ed
fix(nimble): Add return value to RPA Timeout API
2024-07-31 14:45:17 +05:30
Shu Chen
f7dd52f281
Merge branch 'backport/openthread_related_bacport_to_5_2' into 'release/v5.2'
...
Backport some openthread related features (Backport v5.2)
See merge request espressif/esp-idf!32250
2024-07-31 17:06:15 +08:00
zwx
fa6a1b3af5
fix(ieee802154): refacted the next operation logic for multiple events
2024-07-31 16:40:48 +08:00
Shu Chen
4426adf447
Merge branch 'backport/add_ot_ts_lock_check_v52' into 'release/v5.2'
...
feat(openthread): add task switching lock holder check(Backport v5.2)
See merge request espressif/esp-idf!32453
2024-07-31 16:39:27 +08:00
zwx
b64425f7be
feat(openthread): add task switching lock holder check
2024-07-31 11:34:19 +08:00
Island
6e015274d0
Merge branch 'feat/save_ble_log_to_flash_0605_v5.2' into 'release/v5.2'
...
ble: save ble log to flash on ESP32C6 (v5.2)
See merge request espressif/esp-idf!32395
2024-07-31 11:29:34 +08:00
zhanghaipeng
f88ac25595
fix(ble/bluedroid): Fix incorrect state issue when unregistering BLE GATTC application
2024-07-30 18:03:43 +08:00
Jiang Jiang Jian
c4fc74a6de
Merge branch 'bugfix/fix_beacon_timeout_issue_in_mesh_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
fix(wifi/mesh): fix the beacon timeout issue in mesh (v5.2)
See merge request espressif/esp-idf!32425
2024-07-30 17:38:16 +08:00
aditi
53e931cf65
fix(wpa_supplicant):Deinit old dpp authentication data after receiving config.
2024-07-30 13:54:45 +05:30
zhangyanjiao
5e2951c8e8
fix(wifi/mesh): fix the beacon timeout issue in mesh
2024-07-30 14:36:46 +08:00
morris
0caf51d303
Merge branch 'fix/esp_lcd_i2c_ng_v5.2' into 'release/v5.2'
...
fix(esp_lcd): Fix I2C receive without param (v5.2)
See merge request espressif/esp-idf!32413
2024-07-30 10:53:07 +08:00
Vilem Zavodny
335e8b4648
fix(esp_lcd): Fix I2C receive without param
2024-07-29 16:42:19 +08:00
morris
037f1eaa4f
Merge branch 'feat/support_psram_aps3204l_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
psram: support APS3204L (v5.2)
See merge request espressif/esp-idf!32391
2024-07-29 16:39:03 +08:00
Sudeep Mohanty
987df81e58
fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps()
...
vTaskDeleteWithCaps() leaked memory when a task uses the API to delete
itself. This commit adds a fix to avoid the memory leak.
Closes https://github.com/espressif/esp-idf/issues/14222
2024-07-29 08:47:19 +02:00
Rahul Tank
5f3f68fa58
Merge branch 'bugifx/zero_initilize_variable_v5.2' into 'release/v5.2'
...
fix(nimble): Zero initialize variable to avoid garbage value (v5.2)
See merge request espressif/esp-idf!32367
2024-07-29 13:03:27 +08:00
zwl
7b9343d8f0
fix(ble): fixed tx memory leak issue when controller disable
2024-07-29 11:56:17 +08:00
zwl
56984e4eac
fix(ble): fixed wdt issue when print key controller info on ESP32-C6 and ESP32-H2
2024-07-29 11:56:17 +08:00
zwl
6e676b0222
feat(bluetooth/controller): support switching log output mode on ESP32-C2
2024-07-29 11:56:17 +08:00
zwl
229f8ede97
feat(bluetooth/controller): support switching log output mode on ESP32-C6 and ESP32-H2
2024-07-29 11:56:17 +08:00
zwl
97fa5484a7
feat(bluetooth/controller): storage ble controller log to flash on ESP32C2
2024-07-29 11:56:16 +08:00
zwl
0898c1a5a8
feat(bluetooth/controller): storage ble controller log to flash on ESP32C6 and ESP32H2
2024-07-29 11:56:16 +08:00
Armando
ce1f7abddd
feat(psram): support APS3204L
2024-07-29 11:42:36 +08:00
Marius Vikhammer
8cecc2f58e
Merge branch 'fix/freertos_port_assert_in_isr_bug_v5.2' into 'release/v5.2'
...
fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context (v5.2)
See merge request espressif/esp-idf!32373
2024-07-29 09:53:18 +08:00
Rahul Tank
d8716c5ad3
fix(nimble): Zero initialize variable to avoid garbage value
2024-07-26 21:31:23 +05:30
Sudeep Mohanty
a96f332a06
fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context
...
This commit fixes an issue where in the FreeRTOS port layer would cause
the portASSERT_IF_IN_ISR() assert check to fail even when the system is
not in an interrupt context.
2024-07-26 15:15:50 +02:00
Jiang Jiang Jian
dea1450d6e
Merge branch 'fix/stack_overflow_in_example_spp_initiator_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
Fix/stack overflow in example spp initiator (backport v5.2)
See merge request espressif/esp-idf!32233
2024-07-26 18:00:20 +08:00
Jiang Jiang Jian
544d652f1a
Merge branch 'bugfix/handle_no_pmkid_case_owe_v5.2' into 'release/v5.2'
...
Recompute keys in OWE incase of PMKID absence or mismatch (Backport v5.2)
See merge request espressif/esp-idf!32334
2024-07-26 16:53:34 +08:00
Island
e79bcadd85
Merge branch 'bugfix/fix_ble_cannot_create_conn_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed BLE cannot create connection(v5.2)
See merge request espressif/esp-idf!32308
2024-07-26 15:44:09 +08:00
Jiang Jiang Jian
9bed8f2ca9
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.2' into 'release/v5.2'
...
Fixed some BLE bugs 240723 (backport v5.2)
See merge request espressif/esp-idf!32300
2024-07-26 14:19:38 +08:00
Jiang Jiang Jian
f6c6ac1d8d
Merge branch 'fix/fix_get_softap_dtim_and_csa_config_err_v5.2' into 'release/v5.2'
...
fix(wifi):fix get softap dtim and csa config err v5.2
See merge request espressif/esp-idf!32264
2024-07-26 14:12:24 +08:00
Mahavir Jain
cfb057e629
Merge branch 'bugfix/provide_random_addr_api_v5.2' into 'release/v5.2'
...
fix(wifi_prov): Added API to set random address (v5.2)
See merge request espressif/esp-idf!32326
2024-07-26 13:54:59 +08:00
Aditya Patwardhan
3908657624
Merge branch 'bugfix/existing_mmap_region_offset_v5.2' into 'release/v5.2'
...
fix(esp_mm): for existing mmap region, consider new offset for virtual addr (v5.2)
See merge request espressif/esp-idf!32113
2024-07-25 17:10:24 +08:00
Xu Si Yu
7d9b33408d
feat(openthread): support restoring vendor properties of rcp
2024-07-25 15:59:58 +08:00
Xu Si Yu
d894253c48
feat(openthread): support changing openthread version information
2024-07-25 15:59:58 +08:00
Xu Si Yu
35e36f2cab
fix(common_components): unregister event handler if wifi disconnect and stop reconnecting
2024-07-25 15:59:58 +08:00
Xu Si Yu
c9f85be415
feat(openthread): update openthread submodule
2024-07-25 15:59:58 +08:00
Jiang Jiang Jian
3cdc985cd3
Merge branch 'bugfix/fix_coex_loadprohibit_issue_v5.2' into 'release/v5.2'
...
fix(coex): Fixed coexist scheme phase index overflow issue (backport v5.2)
See merge request espressif/esp-idf!32295
2024-07-25 13:54:00 +08:00