wuzhenghui
57aa7fece9
fix(esp_hw_support): fix retention link dump helper functions
2024-12-02 17:44:53 +08:00
Li Shuai
2c31e2b118
fix(esp_hw_support): fix the issue of regdma wait node to immediately return to done
2024-12-02 17:44:48 +08:00
zhiweijian
044ae88fac
fix(bt/controller): Fixed BLE assert ke_mem.c line 267 on ESP32-C3 and ESP32-S3
2024-12-02 16:04:35 +08:00
Chen Yudong
00cd226fd4
ci: increase test_wifi_power_save got ip timeout
2024-12-02 14:57:39 +08:00
Rahul Tank
bdafa320c3
fix(nimble): Fix compilation issue in esp_hid_host example
2024-11-29 15:23:27 +05:30
Laukik Hase
4acc6d3482
fix(esp_system): Correct address used to fetch application image header
2024-11-29 17:42:01 +08:00
luweike
581c30d3af
docs: Update vscode extension link in get started
2024-11-29 16:06:31 +08:00
morris
6f992acf31
feat(mipi): fine tune DPHY PLL clock
2024-11-29 10:04:38 +08:00
Konstantin Kondrashov
524dbd1fee
feat(efuse): Adds 3 bit for PSRAM_CAP efuse field
2024-11-28 17:04:53 +02:00
xiongweichao
5bc5695ff0
fix(bt/bluedroid): fixed issues introduced by byte alignment
...
- esp_bt_uuid_t is byte aligned, tBT_UUID is 4-byte aligned.
2024-11-28 10:16:06 +08:00
zlq
0e37fdd1b0
fix: fix pll low temp bug (v5.3)
2024-11-27 19:17:48 +08:00
wuzhenghui
7563ae5e70
fix(esp_system): deselect all modem modules clk source selection before clk init
2024-11-27 17:02:53 +08:00
zwl
f776fa729f
fix(ble): fixed the connect issue when rx error aa on ESP32-C6
2024-11-27 16:22:01 +08:00
Zhao Wei Liang
9f98a81bd2
fix(ble): fixed the connect issue when rx error aa on ESP32-H2
...
(cherry picked from commit 093b65e27c
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2024-11-27 16:03:44 +08:00
yiwenxiu
d78f993d01
feat(openthread): enhance wifi connection check in openthread ci cases
2024-11-27 15:47:12 +08:00
Chen Jian Hua
6e6c97fde4
feat(bt/bluedroid): Added BLE 5.0 throughput examples
...
(cherry picked from commit 6d3a82eecf
)
Co-authored-by: zhangbowen <zhangbowen@espressif.com >
2024-11-27 11:14:33 +08:00
Chen Yudong
2833b442d4
ci: increase test_wifi_power_save got ip timeout
2024-11-26 20:17:29 +08:00
Erhan Kurubas
e2db600c8c
fix(sysview): add prefix to the module desc to avoid stuck in Segger SystemView app
...
Closes https://github.com/espressif/esp-idf/issues/10483
2024-11-26 10:56:02 +01:00
Armando
938c77ebea
change(sdmmc): allow speciying pins for IOMUX slots as well
2024-11-26 17:44:17 +08:00
Armando
6c210c4930
test(emmc): disabled emmc tests on p4
2024-11-26 17:44:17 +08:00
Armando
60720adb03
ci(sd): use uart0 as usj always serial noise on ci on p4
2024-11-26 17:43:27 +08:00
Erhan Kurubas
235168e558
change(sysview): support single/dual core targets in heap_trace_log test
2024-11-26 08:49:46 +01:00
Armando
8cf7188e7c
test(sd): no uhs1 runner
2024-11-26 15:13:22 +08:00
Konstantin Kondrashov
a593f41b25
feat(efuse): Adds efuse ADC calib data for ESP32-C61
2024-11-25 17:05:48 +02:00
Jin Cheng
c1324755aa
feat(bt/bluedroid): added events to indicate the profile states of HFP
2024-11-25 16:51:04 +08:00
wanckl
99f7733d8e
fix(esp_adc): fixed adc continue monitor don't work issue
...
Closes https://github.com/espressif/esp-idf/issues/14769
Closes https://github.com/espressif/esp-idf/issues/14814
2024-11-25 15:48:11 +08:00
C.S.M
1a1fb67b7f
fix(jpeg_decoder): Fix jpeg decoder get picture information
2024-11-25 14:42:40 +08:00
C.S.M
286bf6b096
fix(jpeg): Fix the length of com marker
2024-11-25 14:42:40 +08:00
Xu Si Yu
56aaf05ac1
feat(openthread): adjusted the default macro configurations of openthread
2024-11-25 14:34:10 +08:00
C.S.M
ee6f31b279
test(spi_flash): Fix some failing test related to spi flash
2024-11-25 14:28:01 +08:00
Xu Si Yu
2c4b02e64c
feat(openthread): support using custom header file
2024-11-25 12:32:54 +08:00
Jin Cheng
fddec5d90e
fix(bt/bluedroid): disconnect SDP connection on receiving incorrect response
2024-11-25 10:19:38 +08:00
Tomas Rezucha
177679b74e
feat(hal/usb): Make USB-DWC HAL&LL configuration independent
...
Previously, we included symbols from soc/usb_dwc_cfg.h and configured
the HAL and LL according to it. Now we get the configuration in runtime
from USB-DWC registers.
Added missing definition for USB FS peripheral on ESP32-P4.
2024-11-22 17:32:22 +08:00
Tomas Rezucha
1d5a8f6952
feat(hal/usb): Add USB UTMI PHY HAL
...
* Add a bare-bones HAL API for the USB UTMI PHY
* Split USB-DWC LL per target
2024-11-22 17:32:22 +08:00
Tomas Rezucha
7019a9f61c
feat(soc/usb): Add USB related changes to soc_caps and usb_dwc_periph
...
This commit changes the following:
- Add types and data structures indicating the available USB controllers
for each target.
2024-11-22 17:32:22 +08:00
Jin Cheng
ef4559a09d
fix(bt/controller): Fixed some controller bugs on ESP32
...
- Fixed wrong logic in handling sniff transaction collision at slave
side
- Fixed the issue ACL is stopped too early before eSCO
2024-11-22 17:27:40 +08:00
Jin Cheng
c160316961
fix(bt/bluedroid): AG should send OK or other error codes to HF client
...
when it is driven by HF to initiate a call.
2024-11-22 17:27:40 +08:00
Konstantin Kondrashov
427e8e5fe4
feat(efuse): Adds efuse ADC calib data for ESP32-C5
2024-11-22 08:10:15 +02:00
Konstantin Kondrashov
b4ebb04184
feat(efuse): Adds efuse ADC calib data for ESP32-P4
2024-11-22 08:10:15 +02:00
Roman Leonov
823eff4553
docs(ext_port): Maintainers Notes for the External Port Driver
2024-11-21 12:57:40 +01:00
Richard Allen
14635c6e1f
fix(ws_transport): Fix reading WS header bytes
...
Correct split header bytes
When the underlying transport returns header,
length, or mask bytes early, again call the
underlying transport.
This solves the WS parser getting offset when
the server sends a burst of frames where the
last WS header is split across packet boundaries,
so fewer than the needed bytes may be available.
Merges https://github.com/espressif/esp-idf/pull/14706
2024-11-21 10:39:38 +01:00
Frantisek Hrbata
8d768f675b
fix(tools): re-raise ImportError without module name
...
The ImportError or ModuleNotFoundError might be raised without
specifying a module name. In this not so common situation, re-raise the
exception to print all the information that could assist in identifying
the problem.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-21 09:37:22 +01:00
nilesh.kale
d5237f09d5
fix(esp_http_client): Fix ota failure with openssl server
...
If the TLS server (e.g., openssl) closes connection with encrypted close-notify alert
then `errno` is not explicitly set on the socket by LwIP stack.
For this scenario, we must rely only on `ERR_TCP_TRANSPORT_CONNECTION_CLOSED_BY_FIN`
return value as the connection close case and do the graceful connection closure.
Closes https://github.com/espressif/esp-idf/issues/14724
2024-11-21 12:36:11 +05:30
harshal.patil
ea5c318031
fix(mbedtls/aes): Fix external memory corruption caused due to unaligned length cache sync
...
Fixes the memory corruption issue that arises due to external memory cache sync of unaligned
length bytes when L2 cache line size is greater than the L1 cache line size
2024-11-21 12:16:18 +05:30
Nachiket Kukade
78b5ff0750
fix(wpa_supplicant): Add an exception in wpa_supplicant sbom.yml
2024-11-21 11:52:05 +05:30
Jin Chen
cb9e8a3b31
fix(ble): change ld for ble scan coex issue
...
(cherry picked from commit dd499d7b2e
)
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-21 11:03:48 +08:00
Jin Chen
839007f0d9
fix(ble): fix ble light sleep error on esp32c2
...
(cherry picked from commit 23f7e33a97
)
Co-authored-by: cjin <jinchen@espressif.com >
2024-11-21 11:03:46 +08:00
Daniel Mangum
6db2b4c1ad
fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register
...
Fixes issue where ESP_ERR_NO_MEM was being silently discarded after
cleaning up after a failed malloc in usb_host_client_register.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com >
2024-11-20 21:07:54 +08:00
Xu Si Yu
0245561d65
fix(openthread): fix a naming error of esp radio spinel
2024-11-20 15:44:04 +08:00
Rahul Tank
a76ecf7384
fix(nimble): Replace ESP_LOG* with esp_rom_printf in controller context callback
2024-11-19 17:40:46 +05:30