Shu Chen
a2f3585030
Merge branch 'feat/openthread_dataset_changed_event' into 'master'
...
feat(openthread): Add dataset changed event and post it in state change callback
See merge request espressif/esp-idf!34543
2024-11-01 10:56:03 +08:00
Wan Lei
90e71bfa48
Merge branch 'fix/twai_io_init_glitch' into 'master'
...
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config
Closes IDFGH-13672, IDF-11129, and IDF-9113
See merge request espressif/esp-idf!33929
2024-11-01 10:26:43 +08:00
Jiang Jiang Jian
566721629f
Merge branch 'bugfix/fix_association_failed_in_internal_reconnection' into 'master'
...
fix(wifi): clear pmk in internal reconnection
Closes WIFIBUG-869, WIFIBUG-894, and PM-264
See merge request espressif/esp-idf!34181
2024-11-01 10:17:34 +08:00
Song Ruo Jing
50aeec2f97
Merge branch 'bugfix/uart_vfs_read_behavior' into 'master'
...
fix(uart_vfs): read() now aligned to POSIX defined behavior
Closes IDF-10424 and IDFGH-13218
See merge request espressif/esp-idf!33435
2024-10-31 23:14:07 +08:00
Shu Chen
8ac260a9d7
Merge branch 'feature/alloc_nat64_session_from_psram' into 'master'
...
feat(openthread): support alloc nat64 session from psram
See merge request espressif/esp-idf!33410
2024-10-31 21:39:08 +08:00
Wang Meng Yang
203e5432a9
Merge branch 'fix/set_local_device_name_during_lm_initializaiton' into 'master'
...
fix(bt): fixed some issues in bt controller on ESP32
Closes BT-3871 and CBI-864
See merge request espressif/esp-idf!34066
2024-10-31 19:39:05 +08:00
Chen Ji Chang
f9d6c4df20
Merge branch 'feat/pcnt_sleep_retention' into 'master'
...
feat(pcnt): add sleep retention init to avoid light sleep when pcnt is working
See merge request espressif/esp-idf!33691
2024-10-31 19:12:49 +08:00
sibeibei
7e5741953d
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
4. add protection for probe request when wifi band is 5g
2024-10-31 19:03:01 +08:00
WanqQixiang
77656e2046
feat(openthread): Add dataset changed event and post it in state change callback
2024-10-31 19:00:48 +08:00
Song Ruo Jing
92b4c62d06
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-10-31 17:57:04 +08:00
Shu Chen
7d179ccd3e
Merge branch 'pr_14676' into 'master'
...
feat(openthread): enable openthread coap client for mtd
See merge request espressif/esp-idf!34143
2024-10-31 17:43:12 +08:00
Wang Meng Yang
bb5a53c66c
Merge branch 'bugfix/fix_memory_leak_in_sco' into 'master'
...
fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable
Closes BT-3884
See merge request espressif/esp-idf!34523
2024-10-31 17:40:33 +08:00
Omar Chebib
66f6364bb1
Merge branch 'staging/esp32c61_bootloader_support' into 'master'
...
fix(bootloader_support): remove temporary notice in build test rule for ESP32-C61
Closes IDF-9260
See merge request espressif/esp-idf!33781
2024-10-31 17:38:58 +08:00
zwx
7a044c0f81
feat(openthread): support alloc nat64 session from psram
2024-10-31 17:38:34 +08:00
Wan Lei
dee6ad56c9
Merge branch 'fix/p4_spi_no_dma_polling_cache_fail' into 'master'
...
fix(driver_spi): fixed p4 no dma polling trans cache sync fail
Closes IDFCI-2455
See merge request espressif/esp-idf!34409
2024-10-31 15:33:59 +08:00
Island
92e4b80a65
Merge branch 'feat/support_controller_run_in_flash_only' into 'master'
...
Feat/support controller run in flash only
Closes BLERP-1164, BLERP-1165, and BLERP-1174
See merge request espressif/esp-idf!33290
2024-10-31 15:15:01 +08:00
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
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
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
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
wangtao@espressif.com
d74b584427
fix(wifi): fix spiram ignore issue
2024-10-30 10:58:28 +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
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
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