morris
067d4dda38
Merge branch 'feat/allow_to_skip_legacy_driver_conflict_check_v5.2' into 'release/v5.2'
...
feat(legacy_driver): add kconfig to skip legacy confilct check (v5.2)
See merge request espressif/esp-idf!35618
2024-12-13 18:41:48 +08:00
Chen Jichang
94d50d90e2
feat(legacy_driver): add kconfig to skip legacy confilct check
2024-12-12 19:33:59 +08:00
wangtao@espressif.com
ef11490a6e
fix(wifi): fix esp32c2 ld issue
2024-12-12 14:44:09 +08:00
Chen Jian Hua
a652985f9a
fix(bt/bluedroid): Fixed failure to get host status when host is not enabled
...
(cherry picked from commit 23455ea9c2 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-12-12 12:33:31 +08:00
Chen Jian Hua
d28072b4d5
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
...
(cherry picked from commit 6d1160b2e6 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-12-12 12:33:29 +08:00
Luo Xu
bfdf50e787
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL
...
(cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185)
Co-authored-by: luoxu <luoxu@espressif.com >
(cherry picked from commit a7622efd0c )
Co-authored-by: Luo Xu <luoxu@espressif.com >
2024-12-12 12:23:27 +08:00
Jiang Jiang Jian
24c98125dc
Merge branch 'bugfix/fixed_rx_bar_from_null_bss_issue_v5.2' into 'release/v5.2'
...
fix(wifi): fixed softap rx bar from null bss issue(Backport v5.2)
See merge request espressif/esp-idf!35520
2024-12-12 10:27:12 +08:00
Island
aabe255f89
Merge branch 'bugfix/fix_hid_crash_v5.2' into 'release/v5.2'
...
fix(ble): Fix crash issue during logging (v5.2)
See merge request espressif/esp-idf!35509
2024-12-12 09:06:11 +08:00
muhaidong
e746365100
fix(wifi): fixed softap rx bar from null bss issue
2024-12-11 19:12:43 +08:00
Jiang Jiang Jian
118ae2ae56
Merge branch 'feat/add_no_bss_deauth_protect_v52' into 'release/v5.2'
...
add protect for softap when sending mgmt frame to not connected station v52
See merge request espressif/esp-idf!35547
2024-12-11 14:00:50 +08:00
WanqQixiang
219ae80d23
fix(openthread): Disable Border Agent features by default
2024-12-11 10:56:35 +08:00
Lou Tianhao
7a750a55f8
change(esp_pm): change pm_slp_iram_opt dependence
2024-12-11 10:15:56 +08:00
wangtao@espressif.com
66b90652d3
feat(wifi): add protect for softap send no bss deauth releated code lib
2024-12-10 21:07:09 +08:00
wangtao@espressif.com
2c3cfb9150
feat(wifi): add protect for softap send no bss deauth
2024-12-10 20:25:27 +08:00
Sarvesh Bodakhe
c3d4270d79
fix(esp_wifi): Add some bugfixes and cleanup in softAP
...
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-12-10 20:22:51 +08:00
Erhan Kurubas
1011ab5f6d
fix(espcoredump): prevent null pointer dereference in panic reason handling
2024-12-09 15:19:43 +01:00
Erhan Kurubas
8e0d94987d
fix(espcoredump): fix incorrect pointer usage in checksum update call
2024-12-09 15:18:28 +01:00
Alexey Lapshin
1f44c15157
fix(espcoredump): fix GCC-14 analyzer warnings for coredump
2024-12-09 15:18:21 +01:00
Zhang Hai Peng
629c94b11e
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:45:27 +08:00
Jiang Jiang Jian
411385cf8c
Merge branch 'fix/ws_transport_head_fragments_v5.2' into 'release/v5.2'
...
fix(ws_transport): Fix reading WS header in fragments (v5.2)
See merge request espressif/esp-idf!35090
2024-12-09 17:16:12 +08:00
Rahul Tank
d502127c10
fix(nimble): Fixes for security vulnerabilities reported in NimBLE
2024-12-08 22:06:27 +05:30
Roland Dobai
3f920b5abf
Merge branch 'feature/move-gdb-options-to_project_description_json_v5.2' into 'release/v5.2'
...
feat(debugging): move gdbinit generation to CMake (v5.2)
See merge request espressif/esp-idf!35177
2024-12-07 08:20:18 +08:00
Rahul Tank
c19ac4685d
Merge branch 'fix/hci_err_code_def_v5.2' into 'release/v5.2'
...
fix(nimble): Added a function for printing HCI error definition (v5.2)
See merge request espressif/esp-idf!35203
2024-12-07 00:02:43 +08:00
Alexey Lapshin
080f1a0b0d
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-12-06 19:32:34 +07:00
morris
6047df10ff
Merge branch 'bugfix/uart_vfs_read_behavior_v5.2' into 'release/v5.2'
...
fix(uart_vfs): read() now aligned to POSIX defined behavior (v5.2)
See merge request espressif/esp-idf!35395
2024-12-06 18:38:49 +08:00
Island
71365083e6
Merge branch 'bugfix/fix_ble_creat_conn_fail_enh_v5.2' into 'release/v5.2'
...
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type (v5.2)
See merge request espressif/esp-idf!35017
2024-12-06 15:49:16 +08:00
Jiang Jiang Jian
e4a91596f2
Merge branch 'bugfix/access_null_in_hf_cb_v5.2' into 'release/v5.2'
...
fix(bt/bluedroid): fixed access NULL in HFP callback handler (v5.2)
See merge request espressif/esp-idf!35408
2024-12-06 14:27:23 +08:00
Roman Leonov
7c56120be1
feat(hub): Added notification when hubs support is disabled
2024-12-05 10:32:52 +01:00
akshat
79ab50bc69
fix(wifi): Prevent overwriting of scan parameters in consecutive scans
2024-12-05 16:06:00 +08:00
Song Ruo Jing
233ab81bd1
fix(uart_vfs): read() now aligned to POSIX defined behavior
...
- For blocking mode, block until data available
- Return with the bytes available in the file at the time,
it should not block until reaching the requested size
And read() should not realy return on the newline character
Closes https://github.com/espressif/esp-idf/issues/14155
2024-12-05 15:59:05 +08:00
Jiang Jiang Jian
9d7bf28e8e
Merge branch 'bugfix/retry_count_when_sta_disconnect_v5.2' into 'release/v5.2'
...
fix(wifi): Do not attempt re-connection as per 'failure_retry_cnt' when sta itself issues disconnect in between of connection establishment (Backport v5.2)
See merge request espressif/esp-idf!34183
2024-12-05 14:00:10 +08:00
Jin Cheng
8328cf3dc3
fix(bt/bluedroid): fixed access NULL in HFP callback handler
2024-12-05 13:21:31 +08:00
Island
2b328c0abe
Merge branch 'fix/ble_mesh_bugs_fixed_v5.2' into 'release/v5.2'
...
fix(ble_mesh): Miscellaneous update (v5.2)
See merge request espressif/esp-idf!35425
2024-12-05 12:30:12 +08:00
Sergei Silnov
566d04ecd9
Merge branch 'fix/unity_tester_v5.2' into 'release/v5.2'
...
refactor: changed logic of unity_tester (v5.2)
See merge request espressif/esp-idf!35394
2024-12-05 01:38:57 +08:00
morris
90f076081a
Merge branch 'bugfix/esp32c3_eco7_usj_console_v5.2' into 'release/v5.2'
...
fix(esp_rom): fix esp32c3 eco7 console rom function address (v5.2)
See merge request espressif/esp-idf!34740
2024-12-04 22:57:35 +08:00
Jiang Jiang Jian
501f4ab608
Merge branch 'bugfix/wps_ie_reset_v52' into 'release/v5.2'
...
fix(wifi): Remove WPS IEs once WPS succeeds(v5.2)
See merge request espressif/esp-idf!35079
2024-12-04 19:32:58 +08:00
Luo Xu
80471c2165
fix(ble_mesh): Miscellaneous update
...
(cherry picked from commit 589ebfc1d6 )
Co-authored-by: luoxu <luoxu@espressif.com >
2024-12-04 16:23:30 +08:00
akshat
7d1324807b
fix(wifi): Do not try re-connection when sta disconnects with esp_wifi_disconnect()
...
Do not follow wifi_config::wifi_sta_config::failure_retry_cnt logic when
station itself issues a disconnect from AP/Router using
esp_wifi_disconnect()
2024-12-04 13:02:10 +05:30
morris
176306214e
Merge branch 'fix/fix_esp32_pico_v3_psram_not_ignored_issue_v5.2' into 'release/v5.2'
...
psram: fixed esp32p pico-v3 psram init not ignored issue (v5.2)
See merge request espressif/esp-idf!35379
2024-12-04 15:23:21 +08:00
Jiang Jiang Jian
ac2a70087e
Merge branch 'fix/fix_regdma_wait_node_issue_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): fix the issue of regdma wait node to immediately return to done (v5.2)
See merge request espressif/esp-idf!35359
2024-12-04 13:56:34 +08:00
Jiang Jiang Jian
d450c81766
Merge branch 'feat/support_esp32c2_eco4_wifi_v52' into 'release/v5.2'
...
Feat/support esp32c2 eco4 wifi v52
See merge request espressif/esp-idf!35382
2024-12-04 12:14:31 +08:00
Jiang Jiang Jian
b00f4a4610
Merge branch 'bugfix/fix_ble_ke_mem_267_assert_v5.2' into 'release/v5.2'
...
fix(bt/controller): Fixed BLE assert ke_mem.c line 267 on ESP32-C3 and ESP32-S3 (backport v5.2)
See merge request espressif/esp-idf!35339
2024-12-04 11:48:52 +08:00
Jiang Jiang Jian
1fc6ee6763
Merge branch 'bugfix/chip823_pll_bug_v5.2' into 'release/v5.2'
...
fix(H2):fix pll low temp bug(v5.2)
See merge request espressif/esp-idf!35240
2024-12-04 11:48:21 +08:00
Kapil Gupta
1c5a84c369
fix(wifi): Remove WPS IEs once WPS succeeds
2024-12-04 11:47:37 +08:00
morris
9c6952f7b4
Merge branch 'contrib/github_pr_14767_v5.2' into 'release/v5.2'
...
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR) (v5.2)
See merge request espressif/esp-idf!35136
2024-12-04 10:13:51 +08:00
Li Bo
d39ffaf84c
fix(esp_rom): fix esp32c3 eco7 console rom function address
2024-12-04 10:05:27 +08:00
chenjianhua
35d7c5a4ab
feat(ble/bluedroid): Support setting connection params when creating connection
2024-12-03 18:02:37 +08:00
zhanghaipeng
68991d317c
fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open"
2024-12-03 18:01:04 +08:00
zhanghaipeng
984c023ef4
fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
2024-12-03 18:01:04 +08:00
Astha Verma
8c3304c6b0
fix(nimble): Added a function for printing HCI error definition
2024-12-03 14:52:50 +05:30