Sarvesh Bodakhe
e2c47edafa
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
...
When registrar somehow misses the WSC_DONE sent by station and station
goes for next connection after sending deauth, make sure that softAP
disables the registrar.
2024-07-12 12:05:22 +05:30
Alexey Gerenkov
ed12574848
Merge branch 'fix_coredump_build_error_v5.2' into 'release/v5.2'
...
fix(coredump): fix array out of the bounds error (v5.2)
See merge request espressif/esp-idf!32015
2024-07-11 20:47:03 +08:00
morris
a5924567c7
Merge branch 'bugfix/usb_serial_jtag_simplify_v5.2' into 'release/v5.2'
...
usb-serial-jtag driver simplification (backport v5.2)
See merge request espressif/esp-idf!31957
2024-07-11 16:11:53 +08:00
Erhan Kurubas
c3c22d5186
fix(coredump): fix array out of the bounds error
...
Closes https://github.com/espressif/esp-idf/issues/14117
2024-07-09 22:15:34 +02:00
zhiweijian
d60a68ba26
fix(bt/nimble): split hci log in nimble
2024-07-09 16:33:33 +08:00
Jiang Jiang Jian
af7124f815
Merge branch 'bugfix/check_c3_efuse_error_on_ram_app_condition_v5.2' into 'release/v5.2'
...
docker / docker (push) Waiting to run
bugfix(cpu_start): check c3 efuse error log on ram app condition (v5.2)
See merge request espressif/esp-idf!31045
2024-07-09 10:51:38 +08:00
Jiang Jiang Jian
031216ff3b
Merge branch 'bugfix/flash_enc_write_ram_v5.2' into 'release/v5.2'
...
fix(spi_flash): Fix that internal RAM has no enough space to put all stuff inside (backport v5.2)
See merge request espressif/esp-idf!29656
2024-07-09 10:41:20 +08:00
Jiang Jiang Jian
728078416a
Merge branch 'fix/usb_isoc_error_status_backport_v5.2' into 'release/v5.2'
...
fix(usb/host): Decode error flags in ISOC transfers backport to v5.2
See merge request espressif/esp-idf!31883
2024-07-09 10:40:30 +08:00
Jiang Jiang Jian
927e41f9a1
Merge branch 'contrib/github_pr_13945_v5.2' into 'release/v5.2'
...
fix(esp_http_client): Do not allocate client->if_name twice in esp_http_client_init. (GitHub PR) (v5.2)
See merge request espressif/esp-idf!31943
2024-07-09 10:40:05 +08:00
Jiang Jiang Jian
45aee0dac3
Merge branch 'fix/wait_efuse_idle_after_wake_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup (v5.2)
See merge request espressif/esp-idf!31950
2024-07-09 10:38:57 +08:00
Jiang Jiang Jian
7f59f760e7
Merge branch 'bugfix/fix_esco_conflict_with_sniff_v5.2' into 'release/v5.2'
...
fix(bt/controller): Fixed some controller bugs (v5.2)
See merge request espressif/esp-idf!31953
2024-07-09 10:38:15 +08:00
Island
0250fc5cd4
Merge branch 'fix/blemesh24_61_v5.2' into 'release/v5.2'
...
docker / docker (push) Has been cancelled
fix/blemesh24_61 (v5.2)
See merge request espressif/esp-idf!31565
2024-07-08 20:00:06 +08:00
Jeroen Domburg
4af418c534
refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence
2024-07-08 14:47:25 +08:00
linruihao
985c7f9112
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:26:53 +08:00
liqigan
b2607d8653
fix(bt/controller): Fixed not report HCI_Disconnection_Complete event
2024-07-08 14:26:53 +08:00
wuzhenghui
4ddeee6260
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup
2024-07-08 14:14:57 +08:00
morris
4a065f8b9a
Merge branch 'fix/i2c_pin_short_cut_v5.2' into 'release/v5.2'
...
fix(i2c_master): Modify the behavior from ISR WDT to return timeout when circut get shortcut(backport v5.2)
See merge request espressif/esp-idf!31569
2024-07-08 11:42:25 +08:00
Jiang Jiang Jian
c61fe6d624
Merge branch 'change/add_some_wifi_feature_and_fix_some_bug_v5.2' into 'release/v5.2'
...
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.2
See merge request espressif/esp-idf!31918
2024-07-08 10:44:14 +08:00
fbp2m
975e77ed7d
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:20:18 +08:00
Rahul Tank
e8ac1be60c
Revert "fix(nimble): Added debug print to check for skipped adv report"
...
This reverts commit e29f31bca4
.
2024-07-05 18:08:13 +05:30
Mahavir Jain
284242d609
Merge branch 'fix/c6_bootloader_rng_enable_v5.2' into 'release/v5.2'
...
fix(bootloader_support): Fixed pattern in RNG enable function to avoid output on IO0 (v5.2)
See merge request espressif/esp-idf!31906
2024-07-05 15:06:01 +08:00
wangtao@espressif.com
cd0ffdac12
feat(wifi): add softap csa&dtim&wait_bcast_data setting and ignore err nodata v5.2
2024-07-05 14:09:33 +08:00
Jiang Jiang Jian
db8df15ee7
Merge branch 'bugfix/fix_bss_color_issues_v5.2' into 'release/v5.2'
...
fix(bss_color):fix bss color issues(backport v5.2)
See merge request espressif/esp-idf!30991
2024-07-05 11:42:32 +08:00
Island
a55fb176c4
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.2' into 'release/v5.2'
...
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.2)
See merge request espressif/esp-idf!31860
2024-07-05 10:39:30 +08:00
Jakob Hasse
a45e4b3dca
fix(bootloader_support): Fixed pattern in RNG enable function on C6 to avoid output on IO0
2024-07-04 11:36:44 +02:00
yinqingzhao
3fcedf6432
fix(wifi):fix some wifi bugs
2024-07-04 15:42:04 +08:00
C.S.M
4ce9b783f3
fix(i2c): Fix i2c not release semaphore in command send loop
2024-07-04 12:29:05 +08:00
Cao Sen Miao
a44f8179de
refactor(i2c): Add reset and clock control to i2c ll layer
2024-07-04 12:29:05 +08:00
Cao Sen Miao
5847ba0b9a
fix(i2c_master): Fix the issue that probe cannot work properly after a general call,
...
Closes https://github.com/espressif/esp-idf/issues/13547
2024-07-04 12:29:05 +08:00
Cao Sen Miao
34abdaea46
fix(i2c_master): Modify the behavior from ISR WDT to return timeout when circut get shortcut,
...
Closes https://github.com/espressif/esp-idf/issues/13587
2024-07-04 12:29:05 +08:00
luoxu
f5ae03e8f4
fix(ble_mesh): ensure the operation of adv busy is thread-safe
2024-07-04 12:13:20 +08:00
luoxu
9c7a81083c
feat(ble_mesh): add cas operation for bt_mesh_atomic_val_t
2024-07-04 12:13:20 +08:00
Cao Sen Miao
b150aad5d1
fix(spi_flash): Fix spi_flash counter test on CI
2024-07-04 11:18:45 +08:00
Cao Sen Miao
fa50973fec
fix(spi_flash): Fix that internal RAM has no enough space to put all stuff inside
2024-07-04 11:18:45 +08:00
Cao Sen Miao
ec28757007
fix(spi_flash): Improve encryption write performance, Closes https://github.com/espressif/esp-idf/issues/12553
2024-07-04 11:18:45 +08:00
Jiang Jiang Jian
2c289fed2f
Merge branch 'contrib/github_pr_14084_v5.2' into 'release/v5.2'
...
remove TLS pointer/deletion callback from correct thread (GitHub PR) (v5.2)
See merge request espressif/esp-idf!31852
2024-07-04 11:03:07 +08:00
Jiang Jiang Jian
cc5fa645e6
Merge branch 'fix/suppress_c++11_invalid_suffix_on_literal_v5.2' into 'release/v5.2'
...
fix: Fix PRI inttypes error due to C++ invalid suffix on literal in SPIFFS (v5.2)
See merge request espressif/esp-idf!31807
2024-07-04 10:34:50 +08:00
Marius Vikhammer
2fa4d4e0b7
Merge branch 'fix/brownout_crash_v5.2' into 'release/v5.2'
...
fix(brownout): fixed brownout isr crashing if cache disabled (v5.2)
See merge request espressif/esp-idf!30832
2024-07-04 10:34:36 +08:00
Jiang Jiang Jian
ce1735857e
Merge branch 'bugfix/openthread_uart_vfs_register_v5_2' into 'release/v5.2'
...
fix(openthread): register uart vfs devices when they are not registered(v5.2)
See merge request espressif/esp-idf!31794
2024-07-04 10:33:25 +08:00
Jiang Jiang Jian
abf8ffac59
Merge branch 'feature/ipc_noblocking_call_v5.2' into 'release/v5.2'
...
feat(ipc): Adds a new no blocking IPC call (v5.2)
See merge request espressif/esp-idf!28442
2024-07-03 21:00:10 +08:00
Rahul Tank
3584fb776e
Merge branch 'bugfix/low_buf_count_print_v5.2' into 'release/v5.2'
...
fix(nimble): Added debug print to check for skipped adv report (v5.2)
See merge request espressif/esp-idf!31832
2024-07-03 16:45:53 +08:00
Tomas Rezucha
49d9fc0250
fix(usb/host): Decode error flags in ISOC transfers
2024-07-03 09:15:53 +02:00
Jiang Jiang Jian
2acb6ac33f
Merge branch 'bugfix/fix_phy_cal_data_v5.2' into 'release/v5.2'
...
fix(phy): add phy calibration data check when mode is not none calibration v5.2
See merge request espressif/esp-idf!31816
2024-07-03 14:06:11 +08:00
Jiang Jiang Jian
cb2a226659
Merge branch 'bugfix/wps_mode_change_v5.2' into 'release/v5.2'
...
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled(v5.2)
See merge request espressif/esp-idf!30780
2024-07-02 21:20:37 +08:00
zwl
b753438111
fix(ble): fixed some ble controller issues on ESP32C6 and ESP32H2
2024-07-02 15:44:27 +08:00
zwl
f3b58d221d
fix(ble): fixed some ble controller issues on ESP32-C2
2024-07-02 15:44:26 +08:00
aditi_lonkar
3a7408bed9
fix(esp_wifi): Fix for issue in changing opmode when wps is enabled
2024-07-02 11:25:55 +05:30
Jiang Jiang Jian
82c3a08d77
Merge branch 'lwip/if_indextoname_compolation_fix_v5.2' into 'release/v5.2'
...
fix(lwip): Fixed compilation error referencing undefined POSIX interface API (v5.2)
See merge request espressif/esp-idf!31406
2024-07-02 13:53:42 +08:00
Myk Melez
bf7ab2249c
fix(pthread): Remove TLS pointer/deletion callback from correct thread
...
Originally, pthread_internal_local_storage_destructor_callback was only called from pthread_exit
on the thread whose TLS is being destroyed.
In b3755b751e
, pthread_internal_local_storage_destructor_callback
started being called from pthread_join and pthread_detach on a different thread (whichever one
called one of those functions).
But pthread_internal_local_storage_destructor_callback is still calling
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback with a NULL
xTaskToSet argument, which causes those functions to set the TLS pointer and deletion callback
for the current thread, not the thread whose TLS is being destroyed.
This commit makes pthread_internal_local_storage_destructor_callback call
vTaskSetThreadLocalStoragePointer and vTaskSetThreadLocalStoragePointerAndDelCallback
with the handle of the thread whose TLS is being destroyed.
2024-07-02 13:33:11 +08:00
Jiang Jiang Jian
8558a9cbe8
Merge branch 'bugfix/nan_datapath_issues_v5.2' into 'release/v5.2'
...
Fix issues in NAN datapath establishment (Backport v5.2)
See merge request espressif/esp-idf!30979
2024-07-02 10:47:39 +08:00