WanqQixiang
43ae52b87a
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples
2024-12-31 14:33:17 +08:00
C.S.M
385fa9870f
fix(i2c): Add bus handle check so that it will not be panic when there is no free bus,
...
Closes https://github.com/espressif/esp-idf/issues/14819
2024-12-31 12:01:10 +08:00
Shu Chen
238d7038ec
Merge branch 'feature/use_fixed_dut_in_ot_ci_cases_v5.3' into 'release/v5.3'
...
feat(openthread): use fixed port in ot ci cases (Backport v5.3)
See merge request espressif/esp-idf!36047
2024-12-31 12:00:08 +08:00
C.S.M
768f746036
feat(spi_flash): support 120M on xmc25q32d flash
2024-12-31 11:34:27 +08:00
Abhinav Kudnar
1c195041d2
fix(nimble): Save the gatt context in case of preemption
2024-12-30 20:00:05 +08:00
Rahul Tank
05b7732547
Merge branch 'bugfix/fix_ext_reconn_compilation_v5.3' into 'release/v5.3'
...
fix(nimble): Fix compilation issue for combination of Ext Adv and Reattempt conn flag (v5.3)
See merge request espressif/esp-idf!35932
2024-12-30 19:46:49 +08:00
Chen Jichang
7cd877b0d3
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-30 17:08:59 +08:00
Song Ruo Jing
191c2aee72
fix(ledc): fix ledc_get_freq calculation err due to overflow
...
Closes https://github.com/espressif/esp-idf/pull/14882
2024-12-30 17:05:24 +08:00
Rahul Tank
cc83b057b9
fix(nimble): Fix compilation issue for combination of Ext Adv and Reattempt conn flag
2024-12-30 14:27:57 +05:30
igor.udot
8abb36267b
ci(ci_build_apps): swap function args
2024-12-30 15:03:33 +08:00
Roland Dobai
67e7a935c7
Merge branch 'fix/missing_header_hint_v5.3' into 'release/v5.3'
...
fix(hints): improve suggestion for missing header file (v5.3)
See merge request espressif/esp-idf!36044
2024-12-30 13:59:40 +08:00
C.S.M
056f0bdb0e
fix(i2c_slave): Support 10-bit address on esp32
2024-12-30 13:41:01 +08:00
C.S.M
5729fd2952
fix(i2c): Fix lose byte during data reading in i2c master on esp32,
...
Closes https://github.com/espressif/esp-idf/issues/12860
2024-12-30 13:40:49 +08:00
C.S.M
d4f3c9c0d5
fix(i2c): Enhance lp clock source and avoid deadlock,
...
Closes https://github.com/espressif/esp-idf/issues/14908 ,
Closes https://github.com/espressif/esp-idf/issues/14906
2024-12-30 13:40:37 +08:00
yiwenxiu
b3a7c9f79d
feat(openthread): use fixed port in ot ci cases
2024-12-30 10:02:24 +08:00
Frantisek Hrbata
af605b12d2
fix(hints): improve suggestion for missing header file
...
Currently, we are only suggesting that the header file is likely not
part of the component's INCLUDE_DIRS. However, the header file may be
missing also because of the configuration settings. For instance, the
component might be disabled in sdkconfig, or the feature that supplies
the header might not be enabled. Enhance the hint message to address
this scenario as well.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-12-29 18:56:46 +01:00
Xiao Xufeng
91964c9ad5
ci(app_update): move test_apps to subfolder with a name
2024-12-28 02:01:16 +08:00
Rahul Tank
c889978a12
Merge branch 'bugfix/force_att_tx_q_cleanup_v5.3' into 'release/v5.3'
...
fix(nimble): Add ATT Tx queue cleanup during link disconnection (v5.3)
See merge request espressif/esp-idf!36006
2024-12-27 20:07:59 +08:00
Island
31b7c82a8f
Merge branch 'docs/refactor_ceva_bt_controller_api_v5.3_1215' into 'release/v5.3'
...
docs(ble): Refactored the API reference for esp32/c3/s3 BT controller (v5.3)
See merge request espressif/esp-idf!35636
2024-12-27 18:45:10 +08:00
Xiao Xufeng
4d75a8118f
ci(spi_flash): add tests for cache2phys with XIP
2024-12-27 18:04:51 +08:00
Xiao Xufeng
a4886829f5
fix(mmap): fixed spi_flash_phys2cache return addr in PSRAM issue
...
When SPIRAM_FETCH_INSTRUCTIONS or SPIRAM_RODATA enabled
2024-12-27 18:04:51 +08:00
Xiao Xufeng
c4cccdedd0
fix(mmap): fixed spi_flash_cache2phys return addr in PSRAM issue
...
When SPIRAM_FETCH_INSTRUCTIONS or SPIRAM_RODATA enabled
2024-12-27 18:04:51 +08:00
morris
a68cda3c86
fix(rmt): channel resolution divider rounding issue
...
Closes https://github.com/espressif/esp-idf/issues/15092
2024-12-27 16:57:57 +08:00
Wang Meng Yang
93178f26db
Merge branch 'bugfix/fix_btqabr2023330_v5.3' into 'release/v5.3'
...
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status (backport v5.3)
See merge request espressif/esp-idf!35734
2024-12-27 11:02:59 +08:00
Jiang Jiang Jian
c1e2b60be3
Merge branch 'feature/support_to_query_phy_rf_used_time_v5.3' into 'release/v5.3'
...
feat(phy): support to query phy used time
See merge request espressif/esp-idf!35877
2024-12-27 10:35:20 +08:00
morris
883829f490
Merge branch 'bugfix/reserve_mspi_pin_regarding_line_mode_v5.3' into 'release/v5.3'
...
fix(gpio_reserve): reserve the mspi pin regarding line mode (v5.3)
See merge request espressif/esp-idf!35906
2024-12-27 10:19:03 +08:00
Shu Chen
53a38bd9cb
Merge branch 'fix/openthread_dns_hook_v5_3' into 'release/v5.3'
...
fix(openthread): Fix external DNS resolve hook for DNS64 client(v5.3)
See merge request espressif/esp-idf!35984
2024-12-27 10:15:13 +08:00
wuzhenghui
d1475b5d72
fix(esp_hw_support): fix mspi clock freq changed after lightsleep
2024-12-26 19:26:44 +08:00
wuzhenghui
a18fe20e9b
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
2024-12-26 16:05:14 +08:00
Rahul Tank
8a2ba98b8b
fix(nimble): Add ATT Tx queue cleanup during link disconnection
2024-12-26 12:57:10 +05:30
Island
d0a157e723
Merge branch 'refactor/optimize_ble_gatt_api_doc_v5.3' into 'release/v5.3'
...
refactor(bt/bluedroid): Optimize BLE GATT related APIs reference (v5.3)
See merge request espressif/esp-idf!35918
2024-12-26 14:25:08 +08:00
Island
4dd4435bc2
Merge branch 'feat/add_get_started_example_on_bluedroid_v5.3' into 'release/v5.3'
...
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.3)
See merge request espressif/esp-idf!35652
2024-12-26 14:24:51 +08:00
wuzhenghui
3260d95cab
fix(esp_pm): enable RTC_PERIPH domain once in esp_pm_trace_init
2024-12-26 14:10:29 +08:00
wuzhenghui
f2f87de88d
fix(esp_hw_support): fix FLASH leakage workaround kconfig dependcy
2024-12-26 11:36:00 +08:00
Island
505a359f36
Merge branch 'bugfix/fixed_ble_issues_241220_v5.3' into 'release/v5.3'
...
Bugfix/fixed ble issues 241220 (v5.3)
See merge request espressif/esp-idf!35923
2024-12-26 11:30:17 +08:00
morris
e62af45d60
Merge branch 'bugfix/rtc_clk_cpu_freq_set_xtal_behavior_v5.3' into 'release/v5.3'
...
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL (v5.3)
See merge request espressif/esp-idf!35944
2024-12-26 10:48:02 +08:00
WanqQixiang
5950b8f2b1
fix(openthread): Fix external DNS resolve hook for DNS64 client
2024-12-26 10:18:58 +08:00
morris
09abea3d98
Merge branch 'fix/fix_psram_mode_reg_wrong_timing_v5.3' into 'release/v5.3'
...
psram: fixed mode reg read bad timing on octal and hex psrams (v5.3)
See merge request espressif/esp-idf!35949
2024-12-26 10:17:09 +08:00
Xiao Xufeng
73c9de5eab
feat(soc): increase c2 max supported version
2024-12-25 20:30:29 +08:00
Song Ruo Jing
a2178b0fa2
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-12-25 20:01:37 +08:00
Song Ruo Jing
340c0d1280
fix(uart): fix 8/16-bit uart register access
2024-12-25 19:08:05 +08:00
morris
a7781f3662
Merge branch 'feat/rgb_lcd_increase_pclk_v5.3' into 'release/v5.3'
...
feat(lcd): increase the upper limit of pclk frequency for RGB LCD (v5.3)
See merge request espressif/esp-idf!35929
2024-12-25 16:24:59 +08:00
Song Ruo Jing
97ef2f36d2
fix(uart): eliminated potential glitch on TX at setup if TX signal is inversed
...
Closes https://github.com/espressif/esp-idf/issues/14285
2024-12-25 15:19:49 +08:00
morris
73a155f988
Merge branch 'feat/rmt_return_real_channel_resolution_v5.3' into 'release/v5.3'
...
feat(rmt): add API to return the real clock resolution of a channel (v5.3)
See merge request espressif/esp-idf!35902
2024-12-25 14:33:02 +08:00
laokaiyao
fa118a24cd
fix(gpio_reserve): reserve the mspi pin regarding line mode
2024-12-25 11:07:01 +08:00
Armando
03f12395de
fix(psram): fixed mode reg read bad timing on octal and hex psrams
2024-12-25 11:02:38 +08:00
chenqingqing
b7148ab71f
fix(bt): Fix error code returned by create_conn_cancel_cmd at different status
...
- Closes https://github.com/espressif/esp-idf/issues/7763
2024-12-25 10:01:57 +08:00
morris
4d5d5defd5
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
2024-12-24 22:47:52 +08:00
Song Ruo Jing
c73be9a62d
fix(clk): rtc_clk_cpu_freq_set_xtal will always disable CPU's PLL
...
Align C6/H2/C5/C61 rtc_clk_cpu_freq_set_xtal behavior to other chips
2024-12-24 22:08:46 +08:00
Song Ruo Jing
983653de9a
fix(gpio): patched esp_rom_gpio_connect_out_signal for esp32 and esp32s2
...
The original ROM function enabled output for the pad first, and then connected the signal
This could result in an undesired level change at the pad
Closes https://github.com/espressif/esp-idf/issues/12826
2024-12-24 20:17:28 +08:00