zhanghaipeng
dcc26e3e4f
feat(ble/bluedroid): Support read periodic advertiser list size command
2025-03-04 15:44:27 +08:00
Marius Vikhammer
64113b8e86
Merge branch 'bugfix/unit_test_example' into 'master'
...
fix(linux_target): fixed TEST_COMPONENTS not working on macOS for linux target
Closes IDFGH-14751
See merge request espressif/esp-idf!37429
2025-03-04 13:59:51 +08:00
morris
afb2154247
Merge branch 'docs/add_translation_for_bitscrambler' into 'master'
...
docs: Provide CN translation for bitscrambler
See merge request espressif/esp-idf!36804
2025-03-04 13:40:26 +08:00
Ren Peiying
f38bb558fc
docs: Provide CN translation for bitscrambler
2025-03-04 13:40:26 +08:00
morris
541c21f975
Merge branch 'feat/enable_l2mem_burst_buffer_mode' into 'master'
...
Enable l2mem burst buffer mode && improve AXI-ICM QoS function
See merge request espressif/esp-idf!37283
2025-03-04 11:14:20 +08:00
morris
ca2e1c71c4
Merge branch 'bugfix/rmt_simple_encoder_example' into 'master'
...
fix(example): wrong ws2812 reset duration
Closes IDFGH-14759
See merge request espressif/esp-idf!37447
2025-03-04 11:10:14 +08:00
Zhang Shu Xian
420e61d022
Merge branch 'docs/update_translation_for_nvs_bootloader' into 'master'
...
docs: Provide CN translation for nvs bootloader and fix broken link
Closes DOC-10278 and DOC-10343
See merge request espressif/esp-idf!37252
2025-03-04 10:05:42 +08:00
Song Ruo Jing
65044efa22
Merge branch 'bugfix/ppa_srm_scale_frag_yuv420' into 'master'
...
fix(ppa): fix ppa srm potentially get blocked when scaling to YUV420
Closes IDF-12468
See merge request espressif/esp-idf!37318
2025-03-03 22:41:44 +08:00
morris
1d400fb92e
Merge branch 'refactor/gptimer_placement_by_app_trace' into 'master'
...
refactor(app_trace): don't need to place the whole gptimer driver in the IRAM
Closes IDF-12513
See merge request espressif/esp-idf!37430
2025-03-03 22:14:01 +08:00
David Čermák
9715729b27
Merge branch 'fix/common_connect_sema_race' into 'master'
...
fix(connect): Fix wifi_connect to delete semaphores after waiting on them
See merge request espressif/esp-idf!37164
2025-03-03 20:01:15 +08:00
morris
b815cb18b8
Merge branch 'bugfix/spi_lcd_dc_io_setup' into 'master'
...
fix(lcd): DC signal shouldn't affect the input path of the GPIO
Closes IDFGH-14740
See merge request espressif/esp-idf!37427
2025-03-03 18:28:09 +08:00
Mahavir Jain
01652f590c
Merge branch 'fix/tee_otadata_part_encrypted' into 'master'
...
fix(esp_tee): TEE otadata partition default encrypted for flash-enc case
See merge request espressif/esp-idf!36720
2025-03-03 17:49:05 +08:00
morris
d96e325388
fix(example): wrong ws2812 reset duration
...
Closes https://github.com/espressif/esp-idf/issues/15498
2025-03-03 17:19:21 +08:00
Marius Vikhammer
d46b4fbfcf
fix(linux_target): fixed TEST_COMPONENTS not working on macOS for linux target
...
Closes https://github.com/espressif/esp-idf/issues/15490
2025-03-03 16:42:18 +08:00
Mahavir Jain
3821d6cb97
fix(esp_tee): TEE otadata partition default encrypted for flash-enc case
2025-03-03 15:50:47 +08:00
C.S.M
eb5c2485e2
Merge branch 'fix/flash_encryption_verify_write' into 'master'
...
fix(spi_flash): Fix flash encryption write verify
Closes IDFGH-14629
See merge request espressif/esp-idf!37356
2025-03-03 15:14:09 +08:00
morris
2cd87223a8
feat(l2mem): enable buffer mode for ahb burst access
2025-03-03 14:38:24 +08:00
morris
099c5a8a69
fix(axi_icm): qos can be applied to read and write independently
2025-03-03 14:38:24 +08:00
morris
5c514e4634
refactor(app_trace): don't need to place the whole gptimer driver in the IRAM
2025-03-03 14:33:35 +08:00
Island
7e00ea43f0
Merge branch 'bugfix/fix_some_ble_bugs_250220_esp32c3' into 'master'
...
Fixed some BLE bugs 250220 on esp32c3(b34b7d6)
Closes BLERP-1574, BLERP-1579, BLERP-1580, and BLERP-1581
See merge request espressif/esp-idf!37161
2025-03-03 14:31:51 +08:00
morris
46c404f4c0
fix(lcd): DC signal shound't affect the input path of the GPIO
...
With this fix, user can use the same GPIO for both LCD DC output and SPI
MISO input.
Closes https://github.com/espressif/esp-idf/issues/15478
2025-03-03 14:09:43 +08:00
morris
cb9257dae7
Merge branch 'feat/can_bypass_buffer_align_check' into 'master'
...
feat(gdma): allow bypass the alignment check in the link driver
Closes IDFGH-14453
See merge request espressif/esp-idf!37255
2025-03-03 11:17:07 +08:00
morris
da0ccb65c1
Merge branch 'contrib/github_pr_15431' into 'master'
...
docs(esp32c6) Fixed typos in Chinese documents (GitHub PR)
Closes IDFGH-14691
See merge request espressif/esp-idf!37177
2025-03-03 11:04:46 +08:00
Roland Dobai
da69aee8f8
Merge branch 'fix/minimal_build_test_components' into 'master'
...
fix(build): include test components in the minimal build
Closes IDFGH-14746
See merge request espressif/esp-idf!37403
2025-03-02 15:30:30 +08:00
Rahul Tank
3bf56f7dd5
Merge branch 'bugfix/set_data_len_post_conn' into 'master'
...
fix(nimble): update data length after connection for all chips
Closes BLERP-1597
See merge request espressif/esp-idf!37263
2025-03-01 16:21:36 +08:00
Frantisek Hrbata
9eb6f68454
fix(build): include test components in the minimal build
...
When minimal build is enabled, it only includes the main component and
its dependencies. This leads to test components specified through
TEST_COMPONENTS being ignored, meaning no tests are executed. The issue
arises because test components are also checked against the COMPONENTS
variable, and if they aren't listed there, they are disregarded. To fix
this, explicitly add TEST_COMPONENTS to COMPONENTS when the minimal
build is enabled.
Closes https://github.com/espressif/esp-idf/issues/15485
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2025-02-28 12:42:14 +01:00
Zhang Shuxian
a080ce9fad
docs: Provide CN translation for nvs bootloader and fix broken link
2025-02-28 19:09:52 +08:00
Roland Dobai
648dc329f6
Merge branch 'change/move_deprecated_kconfig_checker' into 'master'
...
change: move check_deprecated_configs.py logic to esp-idf-kconfig
Closes IDF-9092
See merge request espressif/esp-idf!36588
2025-02-28 19:05:02 +08:00
Mahavir Jain
bf51415d86
Merge branch 'fix/resource_leak_in_httpd_txrx' into 'master'
...
fix(http_txrx): Resource leak in http_txrx
Closes IDF-12529
See merge request espressif/esp-idf!37223
2025-02-28 17:42:30 +08:00
Hrushikesh Bhosale
3420672964
Merge branch 'feat/esp_http_client_requests_logs' into 'master'
...
feat(esp_http_client): Unable to recognise http requests logs
See merge request espressif/esp-idf!37328
2025-02-28 17:41:19 +08:00
Gao Xu
9a917658a6
Merge branch 'fix/i2c_race_condition' into 'master'
...
fix(i2c_master): Fix i2c master race condition issue
Closes IDFGH-14704
See merge request espressif/esp-idf!37355
2025-02-28 17:38:10 +08:00
Peter Marcisovsky
b504d61f42
Merge branch 'fix/usb_host_docs_host_num_chan_reference' into 'master'
...
fix(usb_host): Fixing rererence to OTG_NUM_HOST_CHAN in USB Host docs
See merge request espressif/esp-idf!37163
2025-02-28 16:16:08 +08:00
Zhang Shu Xian
543b81b37b
Merge branch 'docs/update_translation_for_unit_tests' into 'master'
...
docs: Update CN translation for unit-tests.rst
See merge request espressif/esp-idf!37310
2025-02-28 16:15:15 +08:00
Hrushikesh Bhosale
262b9215f7
Merge branch 'feat/enable_pytest_for_async_handler' into 'master'
...
feat(http_server/async_handler): Http server async pytest was not enabled
Closes IDF-12544
See merge request espressif/esp-idf!37262
2025-02-28 16:06:51 +08:00
C.S.M
add27dfbd3
fix(spi_flash): Fix flash encryption write verify,
...
Closes https://github.com/espressif/esp-idf/issues/15380
2025-02-28 15:57:24 +08:00
Zhang Shu Xian
35a6584e92
Merge branch 'docs/update_cn_translation_for_ulp_lp_core' into 'master'
...
docs: Update CN translation for ulp-lp-core.rst
See merge request espressif/esp-idf!37343
2025-02-28 14:25:12 +08:00
hrushikesh.bhosale
06da436a4c
feat(http_server/async_handler): Http server async pytest was not enabled
...
Pytest for the http_server/async_handler example was not enabled,
this ensures that the pytest is enabled
2025-02-28 11:23:26 +05:30
Jiang Jiang Jian
9aaa7f828e
Merge branch 'bugfix/spp_mem_leak' into 'master'
...
fix(bt/bluedroid): fixed memory leaks in SPP callback mode
Closes CBI-1224
See merge request espressif/esp-idf!37286
2025-02-28 10:40:36 +08:00
Rahul Tank
44d9cb3ae5
fix(nimble): update data length after connection for all chips
2025-02-27 20:55:00 +05:30
Rahul Tank
108006419a
Merge branch 'bugfix/deprecate_link_estab' into 'master'
...
fix(nimble): Deprecate link_estab event
See merge request espressif/esp-idf!37029
2025-02-27 23:13:24 +08:00
Wu Zheng Hui
714e626dc2
Merge branch 'fix/fix_sleep_modes_breaking_change' into 'master'
...
fix(esp_hw_support): warning instead of error when enabling uart/gpio wakeup in pd_top sleep
See merge request espressif/esp-idf!37293
2025-02-27 22:42:52 +08:00
Sudeep Mohanty
a6c3a9cbbb
Merge branch 'bugfix/adc_work_mode_for_ulp_riscv' into 'master'
...
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V
See merge request espressif/esp-idf!37245
2025-02-27 22:03:12 +08:00
Song Ruo Jing
8038037b07
fix(ppa): fix ppa srm potentially get blocked when scaling to YUV420
...
YUV420 requires scale_x_frag, scale_y_frag be even
2025-02-27 21:12:45 +08:00
Song Ruo Jing
e791f14bc4
fix(dma2d): dma2d_force_end should not crash when rx channel is idle
2025-02-27 21:12:45 +08:00
chenjianhua
d672f909f3
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(b34b7d6)
...
- Fixed enhanced TX power setting and getting for legacy adv
- Fixed BLE assert lld_con.c 2387
- Fixed compatibility issues during the encryption procedure
- Support BLE vendor hci enable CCA command
2025-02-27 20:52:05 +08:00
Abhik Roy
83e8f70ee4
Merge branch 'lwip/ip_napt_enable_fix' into 'master'
...
fix(lwip): Fixed NULL pointer dereference in ip_napt_enable; add unit tests
Closes IDFGH-12823 and IDF-8155
See merge request espressif/esp-idf!36810
2025-02-27 20:09:10 +08:00
Wang Meng Yang
9f68b151db
Merge branch 'bugfix/bt_ctrl_issues' into 'master'
...
fix(bt/controller): fixed some controller bugs on ESP32.
Closes IDFGH-14343, IDFGH-14392, and IDFGH-12607
See merge request espressif/esp-idf!37180
2025-02-27 19:39:46 +08:00
Rahul Tank
891f86d649
fix(nimble): Keep only BLE_GAP_EVENT_CONNECT gap event
2025-02-27 16:21:31 +05:30
Chen Ji Chang
de853be81e
Merge branch 'feat/h4_introduce_step4_rom_support' into 'master'
...
feat(esp32h4): add esp_rom and efuse files (stage4)
See merge request espressif/esp-idf!37160
2025-02-27 18:11:44 +08:00
Sudeep Mohanty
6858b37f51
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V
...
This commit fixes a bug in the ADC oneshot driver initialization for the
ULP RISC-V.
2025-02-27 10:51:16 +01:00