igor.udot
1c93e5d35a
ci: update idf-build-apps version in pre-commit
2024-12-06 11:57:39 +08:00
Marius Vikhammer
9a6aba7401
Merge branch 'update/version_5_3_2' into 'release/v5.3'
...
Update version to 5.3.2
See merge request espressif/esp-idf!35449
2024-12-06 09:44:36 +08:00
shenmengjing
3c4464632f
docs: Update CN translation for docs in jtag-degugging
2024-12-06 05:07:52 +08:00
Alexey Lapshin
3af39a0ab0
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-12-06 05:07:52 +08:00
Marius Vikhammer
9d7f2d69f5
change(version): Update version to 5.3.2
v5.3.2
2024-12-05 15:30:21 +08:00
Jiang Jiang Jian
a24dc94030
Merge branch 'fix/fix_modem_module_clock_missing_after_ota_v5.3' into 'release/v5.3'
...
fix(esp_system): deselect all modem modules lp clock source selection before clk initialization (v5.3)
See merge request espressif/esp-idf!34924
2024-12-05 10:48:25 +08:00
Armando
7b770e5230
fix(psram): fixed esp32p pico-v3 psram init not ignored issue
2024-12-04 10:49:01 +08:00
Song Ruo Jing
32c17b419a
fix(uart_vfs): read() now aligned to POSIX defined behavior
...
- For blocking mode, block until data available
- Return with the bytes available in the file at the time,
it should not block until reaching the requested size
And read() should not realy return on the newline character
Closes https://github.com/espressif/esp-idf/issues/14155
2024-12-03 16:32:27 +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
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
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
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
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
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
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
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
yiwenxiu
e56baaed71
feat(openthread): flush ipv6 addr in openthread ci cases
2024-11-19 15:47:59 +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
Frantisek Hrbata
63c565d95d
feat(tools): unify sections in idf.py size reports for NG version
...
By default, esp-idf-size.ng displays all sections individually. This can
be confusing, especially if CONFIG_SOC_MEM_NON_CONTIGUOUS_SRAM is
enabled, resulting in sections like .dram0.data and .dram1.data being
abbreviated as two .data sections in the size report. To avoid confusion
for idf.py and cmake users, pass the --unify option to the underlying
esp_idf_size.ng by default.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-15 21:17:53 +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