Fu Hanxi
4594a84ddb
ci: disable idf-ci plugin
...
this plugin will be re-enabled with compatible code in !38755
2025-06-11 10:56:24 +02:00
Jiang Jiang Jian
46909c5048
Merge branch 'bugfix/add_missing_deinit_call_v5.4' into 'release/v5.4'
...
fix(nimble): Add invocation for mempool_deinit (v5.4)
See merge request espressif/esp-idf!39671
2025-06-10 19:23:27 +08:00
morris
e03d8d7ee9
Merge branch 'test/c61_disable_build_test_v5.4' into 'release/v5.4'
...
test(ci): disable c61 build test on 5.4
See merge request espressif/esp-idf!39630
2025-06-09 17:23:33 +08:00
armando
70fe58d935
fix(psram): fixed psram ptr check under xip_psram condition
...
Closes https://github.com/espressif/esp-idf/pull/15999
Closes https://github.com/espressif/esp-idf/issues/15997
2025-06-09 10:34:11 +08:00
John Boiles
c5e02f95dd
fix(memory-utils): Add _instruction_reserved_start/end to esp_psram_check_ptr_addr
...
Adds missing range check that can be used when SPIRAM_XIP_FROM_PSRAM is enabled.
2025-06-09 10:34:08 +08:00
John Boiles
fb51a125af
fix(freertos): Use ESP_EARLY_LOGE in vPortTLSPointersDelCb for RISCV
...
Using ESP_LOG* in this function causes a crash
2025-06-09 10:34:04 +08:00
Zhang Shuxian
59b727663f
docs: Update hw-reference/index.rst for esp32p4
2025-06-09 10:27:35 +08:00
Abhinav Kudnar
2a76a7f206
fix(nimble): memset the sync structs to prevent uncertainty for ext_adv reports
2025-06-06 17:13:56 +05:30
Xu Si Yu
f99db02e59
feat(openthread): add a function to exit openthread main loop safely
2025-06-06 15:32:24 +08:00
Island
b3d3a82daa
Merge branch 'fix/ble_log_spi_out_timer_delete_v5.4' into 'release/v5.4'
...
fix(ble): set timer handle to null after deletion (v5.4)
See merge request espressif/esp-idf!39559
2025-06-06 14:19:27 +08:00
Rahul Tank
401f0a7cae
fix(nimble): Add invocation for mempool_deinit
2025-06-04 17:02:41 +05:30
Erhan Kurubas
f91a687bae
ci(change): disable esp32c61 tests
2025-06-04 13:07:40 +02:00
Astha Verma
7f3ad9aa95
fix(nimble): Added support for ANCS in nimble
2025-06-04 14:23:38 +05:30
Rahul Tank
3104d97737
fix(nimble): Modified Kconfig information to make it more user friendly
2025-06-04 11:01:29 +05:30
wanckl
66c8539368
test(ci): disable c61 build test on 5.4
2025-06-03 20:09:05 +08:00
Shreeyash
7d86471ea9
fix(nimble): Add support to minimize ram consumption
2025-06-03 16:06:57 +05:30
Roman Leonov
7aa117477d
fix(ext_hub): Added processing waiting_release flag while dev changed to IDLE
...
11382a2a fix(ext_hub): Added processing waiting_release flag while dev changed to IDLE
Co-authored-by: Roman Leonov <roman.leonov@espressif.com >
2025-06-02 11:44:32 +02:00
Roman Leonov
628d7ad77d
refactor(ext_hub): Device release (allows to run usb_host test with ext hub)
...
754d357f refactor(ext_hub): Fixed device release, optimized the order of closing usbh device
fc61875a refactor(ext_hub): Pospone the device release, if device is not IDLE
3fd17b8b refactor(hub): Applied new ext_hub api, refactor func names
3003362b refactor(usb_host): Cancel hub porpagation to the user, rename non-critical func
19ce9ed6 refactor(test_usb_host_async): Added host_lib_task finish notification
f238d75b refactor(ext_port): Remove the error verification, as error will be handled in ext hub driver
Co-authored-by: Roman Leonov <roman.leonov@espressif.com >
2025-06-02 11:44:22 +02:00
Jan Beran
421f499317
change(gen_soc_caps_kconfig): check if config options have the same type
...
Also introduce ignore pragma to prevent some #defines from .h files to
be translated to Kconfig files.
2025-06-02 10:16:55 +02:00
Zhou Xiao
c3c7164dc5
fix(ble): set timer handle to null after deletion
...
(cherry picked from commit 1614e71eb6 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-05-30 19:53:39 +08:00
xiongweichao
a36d9ab0dd
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
2025-05-30 10:07:30 +08:00
Jiang Jiang Jian
28980b62c9
Merge branch 'bugfix/add_more_checks_when_receiving_espnow_v5.4' into 'release/v5.4'
...
fix(wifi): Added more check when receiving espnow data (v5.4)
See merge request espressif/esp-idf!39518
2025-05-30 00:35:27 +08:00
sibeibei
b369c44beb
fix(wifi): rx bcn failed when sta off channel under modem state
2025-05-29 20:46:16 +08:00
zhangyanjiao
d4dafbdc35
fix(wifi): Added more check when receiving espnow data
2025-05-29 20:46:16 +08:00
Jiang Jiang Jian
306f101a2b
Merge branch 'fix/incorrect_setting_of_sco_packet_type_mask_v5.4' into 'release/v5.4'
...
fix(bt): fixed incorrect mask was used to exclude sco packets (backport v5.4)
See merge request espressif/esp-idf!39500
2025-05-29 16:19:08 +08:00
Jiang Jiang Jian
8497af9b77
Merge branch 'bugfix/scan_stop_when_conenct_v5.4' into 'release/v5.4'
...
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
See merge request espressif/esp-idf!39481
2025-05-29 16:18:35 +08:00
Shreyas Sheth
5fb9c3a849
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
2025-05-29 12:53:42 +05:30
hrushikesh.bhosale
923ac4da5a
feat(http_server): httpd register handler strdup failure case check
...
In httpd_register_uri_handler api, for the strdup function failure case was not
checked and not returned any error by freeing previously allocated memory, if the memory
allocation for strdup function did not gets successful.
Closes https://github.com/espressif/esp-idf/issues/15878
2025-05-29 11:50:14 +05:30
Jiang Jiang Jian
d5a43edfbc
Merge branch 'feature/add_uart_io_deinit_process_v5.4' into 'release/v5.4'
...
fix(uart): eliminate garbled data on TX/RX line in sleep (v5.4)
See merge request espressif/esp-idf!39263
2025-05-29 13:50:38 +08:00
Jiang Jiang Jian
b901c89f95
Merge branch 'feat/impl_bt_coex_timer_event_v5.4' into 'release/v5.4'
...
feat(coex): implement BT coex timer event (Backport v5.4)
See merge request espressif/esp-idf!39437
2025-05-29 13:50:16 +08:00
Jiang Jiang Jian
104f57db68
Merge branch 'bugfix/fix_sta_connection_info_error_on_c5_c6_v5.4' into 'release/v5.4'
...
fix(wifi): fix the issue that sta connection info loss lr info on C5/C6 (v5.4)
See merge request espressif/esp-idf!39439
2025-05-29 11:33:19 +08:00
gongyantao
ac5b71e415
fix(bt): fixed incorrect mask was used to exclude sco packets
2025-05-29 09:55:41 +08:00
zhangyanjiao
49ac962c51
fix(wifi): fix the issue that sta connection info loss lr info on C5/C6
2025-05-28 19:09:34 +08:00
Jiang Jiang Jian
c8b1951189
Merge branch 'fix/rrm_config_set_v5.4' into 'release/v5.4'
...
Set rrm config condition in case RRM monitoring is enabled
See merge request espressif/esp-idf!39431
2025-05-28 17:56:45 +08:00
Jiang Jiang Jian
f906de4eb6
Merge branch 'bugfix/incorrect_sae_pk_flag_v5.4' into 'release/v5.4'
...
Disable SAE-PK indication in Assoc Request when not configured (Backport v5.4)
See merge request espressif/esp-idf!39075
2025-05-28 17:56:27 +08:00
Jiang Jiang Jian
7cc3e9c957
Merge branch 'bugfix/supplicant_analyzer_fixes_v5.4' into 'release/v5.4'
...
Bugfix/supplicant analyzer fixes (v5.4)
See merge request espressif/esp-idf!39455
2025-05-28 14:29:59 +08:00
Jiang Jiang Jian
ebcbbb94fe
Merge branch 'bugfix/fix_few_nimble_issues_10052025_v5.4' into 'release/v5.4'
...
fix(nimble): fix few issues 10052025(v5.4)
See merge request espressif/esp-idf!39014
2025-05-28 14:24:57 +08:00
Jiang Jiang Jian
70ff14e4fa
Merge branch 'bugfix/fix_some_external_coexist_issues_v5.4' into 'release/v5.4'
...
fix(coex): fix some external coexist issue(Backport v5.4)
See merge request espressif/esp-idf!39435
2025-05-28 14:24:53 +08:00
Jiang Jiang Jian
a68299e69f
Merge branch 'fix/bootloader_reserved_area_alignment_v5.4' into 'release/v5.4'
...
fix(esp_system): fix RTC reserved area alignment in the linker script (backport v5.4)
See merge request espressif/esp-idf!39253
2025-05-28 14:24:20 +08:00
akshat
bcd91ec882
bugfix(wifi): Fix incorrect SAE-PK advertisement in assoc request
2025-05-28 14:23:56 +08:00
Jiang Jiang Jian
df50dda690
Merge branch 'bugfix/wps_pbc_overlap_uuid_v5.4' into 'release/v5.4'
...
fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly (Backport v5.4)
See merge request espressif/esp-idf!39056
2025-05-28 14:22:27 +08:00
Jiang Jiang Jian
fe9669d4fb
Merge branch 'ci/fix-custom-oocd-setting_v5.4' into 'release/v5.4'
...
ci: select OpenOCD binary based on runner (v5.4)
See merge request espressif/esp-idf!39377
2025-05-28 14:20:39 +08:00
Island
9b329bb893
Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code_v5.4' into 'release/v5.4'
...
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3 (v5.4)
See merge request espressif/esp-idf!39452
2025-05-28 11:19:00 +08:00
Island
282c1d6576
Merge branch 'bugfix/fix_send_delete_link_key_cmd_1_v5.4' into 'release/v5.4'
...
Bugfix/fix send delete link key cmd 1 (v5.4)
See merge request espressif/esp-idf!39445
2025-05-28 10:58:37 +08:00
Island
f3e781b8a2
Merge branch 'fix/ble_mesh_micellaneous_update_v5.4' into 'release/v5.4'
...
Fix/ble mesh micellaneous update v5.4
See merge request espressif/esp-idf!39460
2025-05-28 10:58:14 +08:00
luoxu
6305482abb
feat(ble_mesh): update lib to bbb57d10f9
2025-05-27 20:57:18 +08:00
luoxu
549cecbe6e
feat(ble_mesh): Change the type of rpl size from uint8 to uint16
2025-05-27 20:57:18 +08:00
luoxu
355e56ba55
fix(ble_mesh): update ble 50 macro on unsupported version
2025-05-27 20:57:18 +08:00
luoxu
736eda2189
fix(ble_mesh): fixed issue where private beacon used incorrect adv type
2025-05-27 20:57:18 +08:00
luoxu
85fcf36fb0
fix(ble_mesh): fixed some issues with ble50
2025-05-27 20:57:18 +08:00