wanckl
b64e2ebfc9
feat(twai): support gpio reserve check
2024-10-31 15:07:42 +08:00
wanckl
460233ee3b
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config
...
Closes https://github.com/espressif/esp-idf/issues/14548
2024-10-31 15:07:42 +08:00
gongyantao
034a35a66f
fix(bt): fix some issues in bt controller
...
1: Store local device name into NVDS when handling hci_wr_local_name_cmd.
2: Set default device name during link manager initialization.
3: Set the QoS value to the minimum value if the calculated QoS is less
than the minumum.
2024-10-31 14:50:09 +08:00
Island
1acc70f476
Merge branch 'bugfix/fix_ble_aa_zero' into 'master'
...
fix(bt/ble): Update esp32 libbtdm_app.a (17db8bd)
Closes BLERP-1138
See merge request espressif/esp-idf!34511
2024-10-31 14:15:23 +08:00
zwx
61a7ecd145
fix(openthread): set channel for energy scan
2024-10-31 11:57:31 +08:00
Wang Tao
358e140705
Merge branch 'fix/fix_spiram_ignore_issue' into 'master'
...
fix(wifi): fix spiram ignore issue
Closes IDFCI-2461
See merge request espressif/esp-idf!34496
2024-10-31 11:26:24 +08:00
Chen Ji Chang
57eddeb36a
Merge branch 'feat/mcpwm_dead_time_add_warning' into 'master'
...
fix(mcpwm): add warning about generator deadtime
Closes IDFGH-13935
See merge request espressif/esp-idf!34425
2024-10-31 10:13:00 +08:00
Omar Chebib
908e1e670a
test(bootloader_support): enable analog super wdt reset for the ESP32-C61
2024-10-31 10:11:44 +08:00
Erhan Kurubas
3b36050e5e
Merge branch 'fix/sysview_uart_clock_source' into 'master'
...
fix(sysview): fix lp uart clock source
See merge request espressif/esp-idf!33973
2024-10-30 23:31:37 +08:00
wanckl
a2be2ffe5a
fix(driver_spi): fixed p4 no dma polling trans cache sync fail
2024-10-30 20:52:29 +08:00
Kevin (Lao Kaiyao)
d622011a2b
Merge branch 'ci/fix_i2s_failed_case_on_c61' into 'master'
...
ci(i2s): fix i2s failed case on c61
Closes IDFCI-2463, IDFCI-2464, and IDFCI-2465
See merge request espressif/esp-idf!34529
2024-10-30 20:01:24 +08:00
Chen Jichang
dd8c545423
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-10-30 19:35:04 +08:00
Chen Jichang
ddf6fea6a2
feat(pcnt): add sleep retention init
...
Currently, due to the lack of sleep callback feature. We only init
sleep module but don't allocate it. Thus the power domain will be
kept during the light sleep. And temporarily disable pcnt sleep
retention support on P4 due to the lack of retention module ID.
2024-10-30 19:34:33 +08:00
Tomas Rezucha
1805efb0b2
Merge branch 'feat/dynamic_usb_hal' into 'master'
...
feat(hal/usb): Make USB-DWC HAL&LL configuration independent
Closes IDF-11437
See merge request espressif/esp-idf!34045
2024-10-30 18:32:32 +08:00
laokaiyao
5ee42e0239
fix(i2s): suplimemt of c61 i2s ll
2024-10-30 18:13:30 +08:00
laokaiyao
059de88f23
feat(i2s): support i2s retention on C61
2024-10-30 18:13:30 +08:00
Zhang Xiao Yan
9b270c4c7d
Merge branch 'docs/add_adc_zero_crossing_detection_description_code' into 'master'
...
docs: Add description and code example for ADC zero-crossing detection
See merge request espressif/esp-idf!34475
2024-10-30 16:40:45 +08:00
C.S.M
65deae1404
Merge branch 'fix/suspend_ci' into 'master'
...
test(spi_flash): Fix some failure test cases related to spi flash
Closes IDFCI-1955, IDFCI-2023, and IDFCI-2217
See merge request espressif/esp-idf!34498
2024-10-30 16:13:44 +08:00
Shen Meng Jing
e2e4a36577
Merge branch 'docs/update_cn_lf_pt' into 'master'
...
docs: Update CN translation for libs-framework.rst and partition-table.rst
Closes DOC-9097 and DOC-9116
See merge request espressif/esp-idf!34091
2024-10-30 15:20:05 +08:00
Konstantin Kondrashov
1de0358249
Merge branch 'ci/fix_pytest_otatool_for_c2' into 'master'
...
fix(examples): Fix pytest_otatool for C2
See merge request espressif/esp-idf!34499
2024-10-30 15:13:02 +08:00
linruihao
ecefb3c7e5
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
2024-10-30 15:08:18 +08:00
Kevin (Lao Kaiyao)
06da32f9f2
Merge branch 'ci/fix_i2s_multi_dev_failed_case' into 'master'
...
ci(i2s): fix i2s_multi_dev failed case
Closes IDFCI-1523 and IDFCI-2010
See merge request espressif/esp-idf!34495
2024-10-30 14:39:42 +08:00
Kevin (Lao Kaiyao)
cb4442d948
Merge branch 'feature/touch_driver_ng_on_s2_s3' into 'master'
...
feat(touch): touch driver-NG on S2 & S3
Closes IDF-10182
See merge request espressif/esp-idf!34051
2024-10-30 14:28:01 +08:00
Jiang Jiang Jian
ae4c4464b3
Merge branch 'fix/bypass_some_restore_process_if_sleep_rejected' into 'master'
...
fix(esp_hw_support): skip some wakeup steps if sleep is rejected
See merge request espressif/esp-idf!34138
2024-10-30 14:07:31 +08:00
laokaiyao
4464673ab9
ci(i2s): fix i2s_multi_dev failed case
2024-10-30 13:26:34 +08:00
Linda
29513cfe09
docs: Add description and code example for ADC zero-crossing detection
2024-10-30 11:33:47 +08:00
Marius Vikhammer
af75da0eee
Merge branch 'docs/disable_jtag_usb' into 'master'
...
docs(size): mention disabling console output to reduce binary size
See merge request espressif/esp-idf!34240
2024-10-30 11:16:43 +08:00
wangtao@espressif.com
d74b584427
fix(wifi): fix spiram ignore issue
2024-10-30 10:58:28 +08:00
shenmengjing
a98ff3aea6
docs: Update CN translation for libs-framework.rst and partition-table.rst
2024-10-30 10:49:00 +08:00
Jiang Jiang Jian
653ce935f9
Merge branch 'chip/esp32c5_eco1_support_wifi' into 'master'
...
feat(wifi): add wifi support for esp32c5 eco1
See merge request espressif/esp-idf!34328
2024-10-30 10:41:47 +08:00
Xu Xiao
81f43866cd
Merge branch 'disable_esp32c5_adc_ci_test' into 'master'
...
fix(ci): disable esp32c5 adc ci test
See merge request espressif/esp-idf!34491
2024-10-30 10:21:00 +08:00
zhiweijian
4b767d03fe
feat(bt/controller): Support controller code run in flash only
2024-10-30 10:05:39 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
laokaiyao
1ccb534dc7
feat(touch): support s2 & s3 in touch driver-ng
2024-10-30 10:02:49 +08:00
laokaiyao
6856aec19e
refactor(touch): refactor the legacy s2 & s3 touch driver
2024-10-30 10:02:49 +08:00
laokaiyao
1cd9dd5001
refactor(touch): refactor touch low-level for s2 & s3
2024-10-30 10:02:49 +08:00
Abhik Roy
e4c92855ee
Merge branch 'lwip/dns_clear_cache_fix' into 'master'
...
fix(lwip): Fixed active DNS entries before clearing cache
Closes IDFGH-13375
See merge request espressif/esp-idf!33906
2024-10-29 22:36:11 +08:00
Wu Zheng Hui
cceadc4ce8
Merge branch 'fix/fix_ota_slowclock_switching' into 'master'
...
fix(esp_hw_support): fix rtc slow clock missing after the OTA app changes the slow clock source
Closes IDF-11424
See merge request espressif/esp-idf!34416
2024-10-29 21:49:03 +08:00
zhanghaipeng
8f7672e117
fix(bt/ble): Update esp32 libbtdm_app.a (17db8bd)
...
- Added a verification step for the Access Address within the CONNECT_IND PDU
2024-10-29 19:25:34 +08:00
Konstantin Kondrashov
949fc7f2c9
fix(examples): Fix pytest_otatool for C2
...
Test for C2 has to be run with flash_4mb
2024-10-29 11:59:52 +02:00
C.S.M
e8f01afef7
test(spi_flash): Fix some failing test related to spi flash
2024-10-29 17:47:07 +08:00
Song Ruo Jing
c466082ea6
Merge branch 'feature/add_ledc_output_in_sleep_test' into 'master'
...
feat(ledc): added a multi device test for testing ledc output in sleep
See merge request espressif/esp-idf!34415
2024-10-29 17:29:01 +08:00
Chen Jian Hua
cd21bdeb15
Merge branch 'bugfix/fix_mem_debug_on_bluedroid' into 'master'
...
fix(bt/bluedroid): Fixed error when memory debug enabled
Closes BLERP-1158
See merge request espressif/esp-idf!34351
2024-10-29 15:40:33 +08:00
shenmengjing
31b665c628
docs: Provide CN translation for isp.rst
2024-10-29 14:41:35 +08:00
Marius Vikhammer
c0e1ecd310
docs(size): mention disabling console output to reduce binary size
2024-10-29 12:07:12 +08:00
xuxiao
901812c589
fix(ci): disable esp32c5 adc ci test
2024-10-29 12:00:39 +08:00
morris
fc5b392c30
Merge branch 'feat/support_lcd_on_c61' into 'master'
...
feat(i2c_oled): adapt to LVGL v9
Closes IDFGH-13245
See merge request espressif/esp-idf!33508
2024-10-29 11:49:54 +08:00
Ivan Grokhotkov
1d89e14433
Merge branch 'version/v5.5.0' into 'master'
...
Update version to v5.5-dev
See merge request espressif/esp-idf!34479
2024-10-28 23:57:02 +08:00
Chen Jichang
21b38e8b97
feat(i2c_oled): adapt i2c_oled example to LVGL v9
...
This commit simplified the example and removed esp_lvgl_port component.
And adapted example to LVGL v9.
Closes https://github.com/espressif/esp-idf/issues/14179
2024-10-28 19:35:40 +08:00
xuxiao
d092c1ba55
feat(wifi): add wifi support for esp32c5 eco1
2024-10-28 19:19:18 +08:00