Jiang Jiang Jian
|
a6db9d402f
|
Merge branch 'fix/fix_usj_pad_leakage_v5.5' into 'release/v5.5'
fix(esp_hw_support): always disable USJ pad in sleep to supress leakage (5.5)
See merge request espressif/esp-idf!39105
|
2025-05-20 14:24:44 +08:00 |
|
Jiang Jiang Jian
|
693dfe6b0e
|
Merge branch 'fix/fix_usb_hs_phy_leakage_on_deepsleep_v5.5' into 'release/v5.5'
fix(esp_hw_support): Fix deepsleep leakage after initializing USB HS phy (v5.5)
See merge request espressif/esp-idf!39167
|
2025-05-20 14:01:02 +08:00 |
|
Jiang Jiang Jian
|
d738d889d8
|
Merge branch 'bugfix/force_calibrate_ocode_no_inline_c5eco2_v5.5' into 'release/v5.5'
fix(esp_hw_support): Force function calibrate_ocode not inlined to flash (v5.5)
See merge request espressif/esp-idf!39110
|
2025-05-20 14:00:44 +08:00 |
|
Jiang Jiang Jian
|
ce340fcce7
|
Merge branch 'fix/backport_some_wifi_fixes_v5.5' into 'release/v5.5'
fix(wifi): backport some wifi fixes to v5.5
See merge request espressif/esp-idf!39261
|
2025-05-20 13:55:40 +08:00 |
|
Jiang Jiang Jian
|
c85c74f54b
|
Merge branch 'fix/lp_periph_use_int_raw_v5.5' into 'release/v5.5'
change(lp-core): Update LP I2C and LP UART drivers to use raw interrupt status (v5.5)
See merge request espressif/esp-idf!39248
|
2025-05-20 11:54:58 +08:00 |
|
Jiang Jiang Jian
|
0778748506
|
Merge branch 'feat/cjson_update_to_upstream_v5.5' into 'release/v5.5'
feat(cjson): update to latest upstream (v5.5)
See merge request espressif/esp-idf!39225
|
2025-05-20 11:54:36 +08:00 |
|
Jiang Jiang Jian
|
8a54378b95
|
Merge branch 'bugfix/wps_pbc_overlap_uuid_v5.5' into 'release/v5.5'
fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly (Backport v5.5)
See merge request espressif/esp-idf!39054
|
2025-05-20 11:53:08 +08:00 |
|
Jiang Jiang Jian
|
a3edce572a
|
Merge branch 'change/ble_update_lib_20250516_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20250516 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!39238
|
2025-05-20 11:02:11 +08:00 |
|
Jiang Jiang Jian
|
4aa47aacc3
|
Merge branch 'feature/parttable_tool_use_only_ascii_for_names_v5.5' into 'release/v5.5'
fix(partition_table): Ignore UTF-8 BOM bytes in csv file (v5.5)
See merge request espressif/esp-idf!39176
|
2025-05-20 11:00:38 +08:00 |
|
Jiang Jiang Jian
|
379f4de500
|
Merge branch 'docs/fix_p4_usb_jtag_pins_v5.5' into 'release/v5.5'
docs(jtag): fix esp32p4 usb jtag pins (v5.5)
See merge request espressif/esp-idf!39156
|
2025-05-20 10:55:23 +08:00 |
|
wanglei
|
048d03e94d
|
fix(esp_hw_support): Force function calibrate_ocode not inlined to flash
|
2025-05-20 10:51:20 +08:00 |
|
Jiang Jiang Jian
|
29520e982c
|
Merge branch 'bugfix/secure_ota_no_secure_boot_v5.5' into 'release/v5.5'
fix: secure OTA without secure boot issue for MMU page size configurable SoCs (v5.5)
See merge request espressif/esp-idf!39123
|
2025-05-20 10:47:57 +08:00 |
|
wuzhenghui
|
527e2f38b8
|
fix(esp_hw_support): always disable USJ pad in sleep to supress leakage
|
2025-05-20 10:46:11 +08:00 |
|
wuzhenghui
|
9cf4ddf797
|
fix(esp_hw_support): Fix deepsleep leakage after initializing USB HS phy
|
2025-05-20 10:32:52 +08:00 |
|
Alexey Gerenkov
|
1adbeceb27
|
Merge branch 'ci/enable_gcov_test_v5.5' into 'release/v5.5'
ci: enable gcov example for all chips (v5.5)
See merge request espressif/esp-idf!39162
|
2025-05-20 01:58:20 +08:00 |
|
Alexey Gerenkov
|
d1c131f649
|
Merge branch 'feat/apptrace-crc16_v5.5' into 'release/v5.5'
Store CRC16 checksum value in the PERFMON1 reg (v5.5)
See merge request espressif/esp-idf!39208
|
2025-05-20 01:49:26 +08:00 |
|
sibeibei
|
afcb8199b0
|
fix(wifi): rx bcn failed when sta off channel under modem state
|
2025-05-19 21:16:37 +08:00 |
|
akshat
|
0a17f79cc7
|
feat(esp_wifi): Add FTM support for ESP32C5 (ECO2)
Closes https://github.com/espressif/esp-idf/issues/15909
|
2025-05-19 21:14:48 +08:00 |
|
tarun.kumar
|
de17b6ff94
|
fix(softAP): Adjusted authentication mode for wpa-eap version 1
|
2025-05-19 21:12:52 +08:00 |
|
tarun.kumar
|
046479c23f
|
fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification
|
2025-05-19 21:12:13 +08:00 |
|
yinqingzhao
|
79d2bedbf9
|
fix(wifi): fix build issue by modifying parttion table of file_server example
|
2025-05-19 21:11:30 +08:00 |
|
yinqingzhao
|
6514df1ba9
|
feat(wifi): add tx error 0xa0 count
|
2025-05-19 21:11:18 +08:00 |
|
Shreyas Sheth
|
692f7df5aa
|
fix(esp_wifi): Fix locking in incorrect state when stop_scan is called after connect
|
2025-05-19 21:10:05 +08:00 |
|
Sudeep Mohanty
|
a544a33131
|
change(lp-core): Update LP I2C and LP UART drivers to use raw interrupt status
This commit updates the LP I2C and LP UART drivers to use the raw
interrupt status without enabling the interrupts.
|
2025-05-19 10:33:10 +02:00 |
|
morris
|
4f56bba225
|
Merge branch 'refactor/add_dfs_init_auto_test_v5.5' into 'release/v5.5'
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3 (v5.5)
See merge request espressif/esp-idf!39192
|
2025-05-19 15:55:29 +08:00 |
|
Rahul Tank
|
5273ba9731
|
Merge branch 'fix/gattc_proc_comparison_v5.5' into 'release/v5.5'
fix(nimble): Fix proc rx entry comparison (v5.5)
See merge request espressif/esp-idf!39188
|
2025-05-19 12:32:12 +05:30 |
|
Zhao Wei Liang
|
eb0cf524c0
|
fix(ble): added missed printf for ll log interface
(cherry picked from commit d12e072b3597113fdbad3ca64beac6dea8ca09d9)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-05-19 12:04:43 +08:00 |
|
Zhao Wei Liang
|
6ba1a3a427
|
feat(ble): support creating connections during scanning process on ESP32-C5
(cherry picked from commit 9d687daf36c011c0c1b7753075d5e02492b6fa05)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:41 +08:00 |
|
Zhao Wei Liang
|
f9597a06f4
|
feat(ble): support creating connections during scanning process on ESP32-H2
(cherry picked from commit 207d85a5f7c312efc421986a6ab766c55aa10fa4)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:38 +08:00 |
|
Zhao Wei Liang
|
f056662cd5
|
fix(ble): fixed occasional assert issue in scan and connection scenarios on ESP32-C6
(cherry picked from commit cd6038b6cfd70cde610ee95e24761971cbf9993e)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:36 +08:00 |
|
Zhao Wei Liang
|
e1aee3ff2b
|
change(ble): [AUTO_MR] Update lib_esp32c2 to 664e4255
(cherry picked from commit 3cfd4d0166c8502d04ea239bf1d72b610bc94002)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:33 +08:00 |
|
Zhao Wei Liang
|
2e02c26b81
|
change(ble): [AUTO_MR] Update lib_esp32c6 to 1304a9d0
(cherry picked from commit 69158d50643c1368760bdc9bf28ebdfc0d871cac)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:31 +08:00 |
|
Zhao Wei Liang
|
f5748f3d9b
|
change(ble): [AUTO_MR] Update lib_esp32c5 to 1304a9d0
(cherry picked from commit 27220c1b4c69c86eb1571169d7a1ba5e5c702ab9)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:28 +08:00 |
|
Zhao Wei Liang
|
8a138cbd22
|
change(ble): [AUTO_MR] Update lib_esp32h2 to 1304a9d0
(cherry picked from commit 29f89efea67872dd3596bed546f881e941259c41)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-05-19 12:04:26 +08:00 |
|
Ashish Sharma
|
c18e53b672
|
feat(cjson): update to latest upstream
|
2025-05-19 09:50:59 +08:00 |
|
Ivan Grokhotkov
|
28ac0243bb
|
Merge branch 'update/v5.5_esp-idf-doc-env-v5.5_ubuntu_24.04' into 'release/v5.5'
Update esp-idf-docs-env-v5.5 image
See merge request espressif/esp-idf!38956
|
2025-05-17 04:10:33 +08:00 |
|
morris
|
c61f36de13
|
Merge branch 'refactor/usb_dwc_buff_delay_on_p4_backport_v5.5' into 'release/v5.5'
refactor(hcd_dwc): Apply ls_via_fs_hub delay for all targets (backport to v5.5)
See merge request espressif/esp-idf!39148
|
2025-05-16 23:04:27 +08:00 |
|
Erhan Kurubas
|
6fdcf9efc1
|
feat(apptrace): Store CRC16 checksum value of exposed block in the perfmon reg
|
2025-05-16 11:32:13 +02:00 |
|
morris
|
a652a8473e
|
Merge branch 'fix/usbjtag_after_tinyusb_backport_v5.5' into 'release/v5.5'
fix(usb/phy): Fix ability to switch back to USB/JTAG after uninstalling TinyUSB (backport to v5.5)
See merge request espressif/esp-idf!39127
|
2025-05-16 17:18:11 +08:00 |
|
morris
|
b095331a51
|
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
|
2025-05-16 10:31:27 +08:00 |
|
Sumeet Singh
|
084dfefd6f
|
fix(nimble): Fix proc rx entry comparison (v5.5)
|
2025-05-15 19:48:34 +05:30 |
|
Samuel Obuch
|
04d83433c3
|
ci: fix app_trace_basic rules and test
|
2025-05-15 14:27:11 +02:00 |
|
Samuel Obuch
|
dd1a331f4f
|
ci: enable gcov example for all chips
|
2025-05-15 14:27:07 +02:00 |
|
Konstantin Kondrashov
|
0f7b621d47
|
refactor(partition_table): Refactoring of code style
|
2025-05-15 13:21:02 +03:00 |
|
Konstantin Kondrashov
|
72ae023a42
|
fix(partition_table): Ignore UTF-8 BOM bytes in csv file
|
2025-05-15 13:21:02 +03:00 |
|
akshat
|
84e62daedc
|
fix(wpa_supplicant): Disconnect from previous AP while initiating WPS
|
2025-05-15 17:55:28 +08:00 |
|
akshat
|
0d5d31b343
|
fix(wpa_supplicant): Detect PBC overlap even when UUID is null
|
2025-05-15 17:55:28 +08:00 |
|
akshat
|
05617e458b
|
fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly
Preserves the pbc_overlap flag to allow proper event posting.
This ensures that pbc overlap detection functions as expected.
|
2025-05-15 17:55:28 +08:00 |
|
Alexey Gerenkov
|
f8284e1733
|
Merge branch 'freertos_sysview_deadlock_fix_v5.5' into 'release/v5.5'
fix(app_trace): prevent deadlock on sysview start (v5.5)
See merge request espressif/esp-idf!39136
|
2025-05-15 15:46:11 +08:00 |
|
morris
|
b9e03c3cf4
|
Merge branch 'bugfix/fix_bitscrambler_rx_mode_init_error_v5.5' into 'release/v5.5'
fix(bitscrambler): fix bitscrambler RX mode initialization error (v5.5)
See merge request espressif/esp-idf!39155
|
2025-05-15 14:39:39 +08:00 |
|