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
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
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
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
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
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
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
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
Chen Jichang
0526a285ed
fix(mcpwm): fix mcpwm register offset on p4
2024-11-19 17:49:39 +08:00
laokaiyao
0a19d9ed71
ci(i2s): fix the potential overflow in multi_dev test
2024-11-19 15:32:57 +08:00
wanckl
e441ad4107
test(driver_i2s): p4 and c5 enable multi dut test
2024-11-19 11:50:05 +08:00
Chen Jichang
45ca614851
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-11-19 11:00:38 +08:00
Chen Jichang
6a22acc02f
fix(parlio): fix spelling error in reg_base.h
2024-11-19 11:00:22 +08:00
xiongweichao
82ef0a6b94
fix(bt/bluedroid): Fixed the incorrect error code returned
...
when receiving an invalid command
2024-11-19 07:11:20 +08:00
Jiang Jiang Jian
4143156926
Merge branch 'fix/fix_deadlock_in_pm_mode_switching_v5.3' into 'release/v5.3'
...
fix(esp_pm): fix deadlock in pm_mode switching (v5.3)
See merge request espressif/esp-idf!34939
2024-11-15 20:48:26 +08:00
Jiang Jiang Jian
34b31d4c2e
Merge branch 'bugfix/fix_tbtt_interval_update_fail_v5.3' into 'release/v5.3'
...
fix(wifi): Optimization for wifi components (v5.3)
See merge request espressif/esp-idf!34896
2024-11-15 20:09:00 +08:00
Jiang Jiang Jian
1fde2c3cec
Merge branch 'fix/thread_resolve_invalid_host_v5_3' into 'release/v5.3'
...
fix(openthread): Fix invalid host resolving for Thread end devices(v5.3)
See merge request espressif/esp-idf!34941
2024-11-15 20:08:02 +08:00
sibeibei
64067f4cf0
fix(wifi): fix some wifi issues 241031
...
1. fix cant sleep if reconnect to connected ap
2. clear pmk in internal reconnection
3. update connect status for init-->auth
2024-11-15 16:35:50 +08:00
Linda
6ba7a20e9f
docs: add esp_wifi_types_generic.h to esp_wifi.rst
2024-11-15 16:35:50 +08:00
zhangyanjiao
37674bf1b1
docs(wifi/mesh): make it clear that the root node does not automatically forward IP packets to the external address
2024-11-15 16:35:50 +08:00
zhangyanjiao
5d04427d26
fix(wifi): update comments in esp_wifi_types_generic.h
2024-11-15 16:35:50 +08:00
zhangyanjiao
43afca49b4
docs(wifi/espnow): update the documentation for EPS-NOW ERSU and phy rate
...
Closes https://github.com/espressif/esp-idf/issues/12216
2024-11-15 16:35:50 +08:00
zhangyanjiao
8004824d30
docs(wifi/espnow): Update the description for ESP-NOW frame
2024-11-15 16:35:50 +08:00
Tan Yan Quan
eaa706503c
fix(802.15.4): add case for 2015 frame enh-ack
2024-11-15 15:11:46 +08:00
wanlei
9aeaf03f95
feat(spi_master): add test clock src and config validation
2024-11-15 14:59:49 +08:00
wanckl
b5eca3a8a1
fix(driver_spi): enable p4 multi dut test
2024-11-15 14:59:49 +08:00
Jiang Jiang Jian
bce45894e7
Merge branch 'feat/mipi_dsi_yuv_converter_v5.3' into 'release/v5.3'
...
feat(lcd): support YUV422 input color format (v5.3)
See merge request espressif/esp-idf!34761
2024-11-15 13:45:02 +08:00
Jiang Jiang Jian
9b3dd3e443
Merge branch 'fix/esp_hiram_heap_v5.3' into 'release/v5.3'
...
fix(esp_psram): fix a bug in PSRAM heap registration (backport v5.3)
See merge request espressif/esp-idf!34693
2024-11-15 13:44:40 +08:00
Jiang Jiang Jian
4473476107
Merge branch 'bugfix/chip823_pll_low_temp_bug_v5.3' into 'release/v5.3'
...
[H2]Fix cpu switch fail for bbpll cali fail bug in low temp (v5.3)
See merge request espressif/esp-idf!34599
2024-11-15 12:59:02 +08:00
WanqQixiang
5f7e1aa14f
fix(openthread): Fix invalid host resolving for Thread end devices
2024-11-15 11:28:21 +08:00
wuzhenghui
b57d6ecc81
fix(esp_pm): fix deadlock in pm_mode switching
2024-11-15 11:26:26 +08:00
wuzhenghui
2607022204
fix(esp_pm): fix missed ccompare update when another core is already in do_switch
2024-11-15 11:26:25 +08:00
Jiang Jiang Jian
d44e47e910
Merge branch 'bugfix/gpio_set_level_atomic_v5.3' into 'release/v5.3'
...
fix(gpio): improve set level performance (v5.3)
See merge request espressif/esp-idf!34765
2024-11-15 11:22:39 +08:00
Jiang Jiang Jian
8cce21dbf6
Merge branch 'fix/p4_spi_no_dma_polling_cache_fail_v5.3' into 'release/v5.3'
...
fix(driver_spi): fixed p4 no dma polling trans cache sync fail (v5.3)
See merge request espressif/esp-idf!34814
2024-11-15 11:20:40 +08:00
Jiang Jiang Jian
f35389e956
Merge branch 'bugfix/fix_classic_bt_build_fail_v5.3' into 'release/v5.3'
...
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE (v5.3)
See merge request espressif/esp-idf!34930
2024-11-15 11:16:59 +08:00