laokaiyao
|
409397f181
|
fix(i2s): lock APB when using apll with DFS feature
Closes https://github.com/espressif/esp-idf/issues/14707
Append to the commit ad9021a844c8922f69f9214571e52f9181871f66.
|
2025-02-20 10:22:49 +08:00 |
|
Jiang Jiang Jian
|
69bd12d792
|
Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'
fix(wifi): backport some fixes to v5.4
See merge request espressif/esp-idf!37008
|
2025-02-19 21:59:20 +08:00 |
|
Island
|
93651ddbd5
|
Merge branch 'change/ble_update_lib_20250212_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250212 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!37044
|
2025-02-19 17:19:04 +08:00 |
|
morris
|
c7e8b6819c
|
Merge branch 'fix/esp_mmu_vaddr_to_paddr_cannot_figure_psram_p4_v5.4' into 'release/v5.4'
mmu: vaddr to paddr cannot figure psram vaddr on esp32p4 (v5.4)
See merge request espressif/esp-idf!37049
|
2025-02-19 16:48:12 +08:00 |
|
Marius Vikhammer
|
315f0fc3f1
|
Merge branch 'bugfix/freertos_wcaps_coproc_v5.4' into 'release/v5.4'
fix(freertos): fix a bug in `prvTaskDeleteWithCaps` related to coprocessors (backport v5.4)
See merge request espressif/esp-idf!37081
|
2025-02-19 16:44:01 +08:00 |
|
Island
|
b9ebf6cd91
|
Merge branch 'feat/support_ble_debug_with_gpio_v5.4' into 'release/v5.4'
Support change HID task size by Kconfig in HID example (v5.4)
See merge request espressif/esp-idf!36999
|
2025-02-19 16:37:14 +08:00 |
|
Jiang Jiang Jian
|
da3f2ea5ce
|
Merge branch 'fix/add_sleep_duration_check_for_timer_wakeup_v5.4' into 'release/v5.4'
fix(esp_hw_support): add timer wakeup sleep duration check (v5.4)
See merge request espressif/esp-idf!37010
|
2025-02-19 13:48:17 +08:00 |
|
Jiang Jiang Jian
|
c7c332761a
|
Merge branch 'fix/disable_wfe_feature_for_e906_chips_v5.4' into 'release/v5.4'
change(esp_hw_support): disable CPU wait-for-event mode on cpu start (v5.4)
See merge request espressif/esp-idf!37000
|
2025-02-19 13:48:02 +08:00 |
|
Nachiket Kukade
|
597cfcb4f3
|
feat(wifi): Enable Wi-Fi Aware (NAN) for ESP32C5 and ESP32C61
|
2025-02-19 10:48:43 +08:00 |
|
muhaidong
|
cbcfecd604
|
fix(wifi): fix some esp32p4 host issues
|
2025-02-19 10:48:43 +08:00 |
|
zhangyanjiao
|
2e55890069
|
fix(wifi): update wifi lib for doc changes
|
2025-02-19 10:48:43 +08:00 |
|
Linda
|
afab2130fd
|
docs: update the API description for esp-wifi_scan_get_ap_records
|
2025-02-19 10:48:43 +08:00 |
|
Nachiket Kukade
|
50e700792b
|
fix(esp_wifi): Check SSID from Assoc Req before starting SA Query
|
2025-02-19 10:48:43 +08:00 |
|
Sarvesh Bodakhe
|
0a33f8fda0
|
fix(wifi): Fix crash when failure_retry_cnt is set in station config
Fixes the regression introduced by 21c2bef602a09ad63f331a788416149484390d80
|
2025-02-19 10:48:43 +08:00 |
|
Sarvesh Bodakhe
|
b565bbdbab
|
fix(wifi): Fix stack overflow when failure_retry_cnt is set
Fix issue of increased stack usage when failure_retry_cnt is set
and wifi driver internally retries connection attempts
|
2025-02-19 10:48:43 +08:00 |
|
muhaidong
|
df4667849c
|
fix(wifi): fix wep shared auth connect fail issue
|
2025-02-19 10:48:43 +08:00 |
|
wangtao@espressif.com
|
35771eed0e
|
fix(wifi): fix max idle period 1 issue
|
2025-02-19 10:48:43 +08:00 |
|
Omar Chebib
|
54f257b909
|
fix(freertos): fix a bug in prvTaskDeleteWithCaps related to coprocessors
When a coprocessor is used, the stack pointer is altered. It must be restored
before freeing the memory allocated to the task.
|
2025-02-19 10:22:23 +08:00 |
|
morris
|
15e75f21a7
|
Merge branch 'fix/adc_func_register_not_reset_issue_v5.4' into 'release/v5.4'
adc: func register not reset issue (v5.4)
See merge request espressif/esp-idf!37045
|
2025-02-19 10:02:29 +08:00 |
|
Shu Chen
|
11b3f939a4
|
Merge branch 'support/ieee802154_get_rssi_comp_from_phy_v5.4' into 'release/v5.4'
feat(802.15.4): support ieee802154 get rssi comp from phylib (v5.4)
See merge request espressif/esp-idf!37051
|
2025-02-19 10:00:38 +08:00 |
|
morris
|
bcb3c32d3a
|
Merge branch 'bugfix/sdmmc_reset_pins_slot_width_v5.4' into 'release/v5.4'
fix(sdmmc): fix reset of pins above slot width (v5.4)
See merge request espressif/esp-idf!36874
|
2025-02-18 22:53:26 +08:00 |
|
Ivan Grokhotkov
|
8ad144a415
|
fix(sdmmc): fix missed deinitialization of CD and WP pins in f8f40ad
Related to https://github.com/espressif/esp-idf/issues/15330
|
2025-02-18 12:23:16 +01:00 |
|
Ivan Grokhotkov
|
722cc23a89
|
fix(sdmmc): fix reset of pins above slot width
Closes https://github.com/espressif/esp-idf/issues/15328
|
2025-02-18 12:23:16 +01:00 |
|
wuzhenghui
|
95fb085fe3
|
fix(esp_hw_support): add timer wakeup sleep duration check
Closes https://github.com/espressif/esp-idf/issues/15255
|
2025-02-18 19:21:57 +08:00 |
|
Jiang Jiang Jian
|
c93d7d0132
|
Merge branch 'bugfix/idf-11643_v5.4' into 'release/v5.4'
backport v5.4: fix some issues on esp32c61 eco2
See merge request espressif/esp-idf!36987
|
2025-02-18 19:21:21 +08:00 |
|
wuzhenghui
|
1e11f287e1
|
change(esp_hw_support): disable CPU wait-for-event mode on cpu start
|
2025-02-18 19:21:09 +08:00 |
|
Marius Vikhammer
|
36ae237691
|
Merge branch 'fix/usb-cdc-non-blocking-read_v5.4' into 'release/v5.4'
fix(esp_vfs_console): USB CDC read when non blocking (backport v5.4)
See merge request espressif/esp-idf!36750
|
2025-02-18 12:17:08 +08:00 |
|
zwx
|
44e7fecbe6
|
feat(802.15.4): use btbb function to get rssi comp for h2
|
2025-02-18 12:09:25 +08:00 |
|
Armando
|
03e344df86
|
test(flash_mmap): added psram enabled test for esp32p4 as mmu is per target
|
2025-02-18 11:50:52 +08:00 |
|
Armando
|
253fc4f35a
|
test(mmu): added test for checking esp_mmu_vaddr_to_paddr with psram vaddrs
|
2025-02-18 11:49:50 +08:00 |
|
Armando
|
7bbfe91432
|
fix(mmu): fixed esp_mmu_vaddr_to_paddr cannot figure out psram vaddr issue on esp32p4
|
2025-02-18 11:49:45 +08:00 |
|
Marius Vikhammer
|
7a71c4bb65
|
Merge branch 'test/fix_flaky_lp_uart_tests_v5.4' into 'release/v5.4'
fix(lp_uart): Fixed flaky LP UART unit tests (v5.4)
See merge request espressif/esp-idf!37023
|
2025-02-18 11:15:09 +08:00 |
|
Li Shuai
|
61fb531471
|
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
|
2025-02-18 10:39:50 +08:00 |
|
Armando
|
a387ec0123
|
fix(adc): fixed adc function register not reset issue
|
2025-02-18 10:33:25 +08:00 |
|
zwl
|
8e5aee2261
|
feat(ble): support enhanced controller log capabilities on ESP32-C5
|
2025-02-18 10:32:44 +08:00 |
|
zwl
|
3c6236df50
|
feat(ble): add channel assessment and enhanced connect function on ESP32-C5
|
2025-02-18 10:32:28 +08:00 |
|
zwl
|
8eb5c15376
|
change(ble): [AUTO_MR] Update lib_esp32c5 to 1d7eebaf
|
2025-02-18 10:32:09 +08:00 |
|
Zhou Xiao
|
9912a9c029
|
feat(ble): support enhanced controller log capabilities on ESP32-C2
(cherry picked from commit bbcb4a2e1f9c9bc13d59364d42c70bdf02ae14ef)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:47 +08:00 |
|
Zhou Xiao
|
de1cbf7f2f
|
feat(ble): support enhanced controller log capabilities on ESP32-C6 and ESP32-H2
(cherry picked from commit f598976c6bfadec961414f8713884cb2333256cb)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:44 +08:00 |
|
Zhou Xiao
|
e6b590b243
|
feat(ble): add channel assessment and enhanced connect function on ESP32-H2
(cherry picked from commit 0ffac9258680588ff60cb4602048e6fa8638e3a5)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:41 +08:00 |
|
Zhou Xiao
|
b9616fdd7f
|
feat(ble): add channel assessment and enhanced connect function on ESP32-C6
(cherry picked from commit 821e587fda0bf2292842d6d39306b5dbda5943ac)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-02-18 10:23:39 +08:00 |
|
Zhou Xiao
|
553992e1fa
|
change(ble): [AUTO_MR] Update lib_esp32c6 to 1d7eebaf
(cherry picked from commit 4579e083ef46d00afb27a9fcd2d2c89868ac7a05)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-18 10:23:36 +08:00 |
|
Zhou Xiao
|
95a101d359
|
change(ble): [AUTO_MR] Update lib_esp32h2 to 1d7eebaf
(cherry picked from commit 4f0e0f371afaade59ae26a1dd2e2f836ebf00276)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-02-18 10:23:33 +08:00 |
|
Shu Chen
|
e37d33cc1c
|
Merge branch 'feature/disable-c5-ci-build' into 'release/v5.4'
feat(zigbee): disable the build process of zigbee example on esp32c5
See merge request espressif/esp-idf!37024
|
2025-02-18 09:34:14 +08:00 |
|
xieqinan@espressif.com
|
60f820e7c0
|
feat(zigbee): disable the build process of zigbee example on esp32c5
|
2025-02-17 18:54:08 +08:00 |
|
Sudeep Mohanty
|
1e5308211d
|
fix(lp_uart): Fixed flaky LP UART unit tests
This commit fixes some flaky LP UART multi device tests. It also adds
code to put the HP core to light sleep for few tests.
|
2025-02-17 10:29:04 +01:00 |
|
Martin Vychodil
|
e6815fd6a5
|
Merge branch 'bugfix/storage_generic_pytests_v5.4' into 'release/v5.4'
fix(ci): Removed storage related entries in known generate test child pipeline warnings (v5.4)
See merge request espressif/esp-idf!36683
|
2025-02-17 17:09:08 +08:00 |
|
Jiang Jiang Jian
|
c3044cad28
|
Merge branch 'bugfix/fix_delete_queue_error_in_espnow_example_v5.4' into 'release/v5.4'
fix(wifi): fix the delete queue error in espnow exapmle (v5.4)
See merge request espressif/esp-idf!37014
|
2025-02-17 16:10:53 +08:00 |
|
Jiang Jiang Jian
|
30307f6977
|
Merge branch 'bugfix/ifdef_cplusplus_bracket_v5.4' into 'release/v5.4'
bugfix(wifi): Add missing brackets in the C++ guard (Backport v5.4)
See merge request espressif/esp-idf!36830
|
2025-02-17 15:50:16 +08:00 |
|
Jiang Jiang Jian
|
0ba139c535
|
Merge branch 'bugfix/fix_some_wifi_bugs_250214' into 'release/v5.4'
Bugfix/fix some wifi bugs 250214(Backport v5.4)
See merge request espressif/esp-idf!36985
|
2025-02-17 15:48:22 +08:00 |
|