Chen Ji Chang
3ad70e9998
Merge branch 'feat/h4_introduce_step2_1' into 'master'
...
feat(esp32h4): add soc register header files (stage 3/8, part 1/3)
See merge request espressif/esp-idf!36982
2025-02-18 19:10:54 +08:00
C.S.M
dcfbac8c94
fix(i2c): Fix scl frequency is wrong on esp32s2 in legacy i2c driver,
...
Closes https://github.com/espressif/esp-idf/issues/15301 ,
Closes https://github.com/espressif/esp-idf/issues/14603
2025-02-18 17:34:35 +08:00
Aditya Patwardhan
d31654da96
fix(esp-tls): Fixed the server session create API
...
Added the option to define tls_handshake_timeout value
for the esp_tls_server_session_create API.
At the moment, the API gets stuck infinitely if
the handshake is blocked on recieving more data
and the peer connection has closed due to some issue.
Closes https://github.com/espressif/esp-idf/issues/14999
2025-02-18 14:46:33 +05:30
Aditi
5b7cee8631
fix(esp_wifi): Fix for issue in esp_now_send when wifi tx callback registered
2025-02-18 14:36:19 +05:30
Abhik Roy
04133e0225
Merge branch 'contrib/github_pr_15057' into 'master'
...
feat(dhcps): Support for multiple DNS servers (GitHub PR)
Closes IDFGH-14266
See merge request espressif/esp-idf!36256
2025-02-18 17:06:09 +08:00
Chen Jichang
d68fcf1d7b
feat(esp32h4): add soc register header files (stage2_2)
...
generated soc headers from csv and ro_csv folder(part2)
2025-02-18 16:42:22 +08:00
weiyuhan
6a584e9698
Updated BLE feature status
2025-02-18 16:23:35 +08:00
muhaidong
004ff87ea4
feat(phy): update libphy for RXDC cal opt, no antenna current opt, add cca api
2025-02-18 16:03:48 +08:00
Jeroen Domburg
5d63f251f9
Merge branch 'feature/bitscrambler_add_c5_insn' into 'master'
...
BitScrambler: Add support for addcti instruction as found in ESP32-C5
See merge request espressif/esp-idf!36906
2025-02-18 14:39:42 +08:00
Zhou Xiao
e41f619566
feat(ble): support ble log spi out for ESP32-C3 and ESP32-S3
2025-02-18 14:23:17 +08:00
Zhou Xiao
e2fbec5d2e
feat(ble): support ble log spi out for ESP32
2025-02-18 14:23:05 +08:00
Zhou Xiao
608ecf63e2
change(ble): update ble log spi out config for ESP32-H2
2025-02-18 14:22:47 +08:00
Zhou Xiao
e61089e7e0
change(ble): update ble log spi out config for ESP32-C6
2025-02-18 14:22:30 +08:00
Zhou Xiao
58dc93bb99
change(ble): update ble log spi out config for ESP32-C5
2025-02-18 14:22:12 +08:00
Zhou Xiao
e4b698fc32
change(ble): update ble log spi out config for ESP32-C2
2025-02-18 14:21:53 +08:00
Zhou Xiao
2221133ba8
feat(ble): improved ble log spi output interface to support multisource log
2025-02-18 14:21:33 +08:00
Zhang Wen Xu
b3c4c58ee0
Merge branch 'support/ieee802154_get_rssi_comp_from_phy' into 'master'
...
feat(802.15.4): support ieee802154 get rssi comp from phylib
Closes TZ-1541
See merge request espressif/esp-idf!36475
2025-02-18 14:14:33 +08:00
morris
46d1d7a43f
fix(gdma): relax alignment constraint for internal memory
...
external memory encryption should not affect internal memory alignment
Closes https://github.com/espressif/esp-idf/issues/15228
2025-02-18 13:37:22 +08:00
Omar Chebib
c95a12658e
fix(freertos): fix a bug in prvTaskDeleteWithCaps
related to coprocessors
...
When a coprocessor is used, the stack pointer is altered. It must be restored
before freeing the memory allocated to the task.
2025-02-18 11:59:04 +08:00
chenjianhua
1003ced6e9
feat(bt/bluedroid): Support BLE vendor hci event reporting
2025-02-18 11:32:33 +08:00
chenjianhua
fd4094e502
feat(bt/bluedroid): Support BLE setting vendor event mask
2025-02-18 11:32:21 +08:00
Wan Lei
f2c8b32075
Merge branch 'feat/spi_slave_pm_add_api' into 'master'
...
feat(spi_slave): add api for pm lock control
See merge request espressif/esp-idf!30766
2025-02-18 11:30:44 +08:00
Armando (Dou Yiwen)
f8ff9e47ed
Merge branch 'fix/esp_mmu_vaddr_to_paddr_cannot_figure_psram_p4' into 'master'
...
mmu: vaddr to paddr cannot figure psram vaddr on esp32p4
Closes IDF-12483
See merge request espressif/esp-idf!36957
2025-02-18 11:29:47 +08:00
Island
7d751dcc8f
Merge branch 'feat/optimize_ble_config_reduce_bin' into 'master'
...
Feat/optimize bluedroid host config and reduce bin size
Closes BLERP-1520
See merge request espressif/esp-idf!36599
2025-02-18 11:01:24 +08:00
Armando (Dou Yiwen)
e21e3f417f
Merge branch 'fix/adc_func_register_not_reset_issue' into 'master'
...
adc: func register not reset issue
Closes IDF-12489
See merge request espressif/esp-idf!37001
2025-02-18 10:55:07 +08:00
Chen Jichang
c1149f24e0
feat(esp32h4): add soc register header files (stage2_1)
...
generated soc headers from csv folder(part1)
2025-02-18 10:49:15 +08:00
Kevin (Lao Kaiyao)
9f489c2ab0
Merge branch 'bugfix/fix_i2s_std_initializer_order_for_cpp_compiler' into 'master'
...
fix(i2s): fixed i2s_std initializer order for cpp compiler
Closes IDFGH-14660
See merge request espressif/esp-idf!36992
2025-02-18 10:13:49 +08:00
Kevin (Lao Kaiyao)
1bd8fabf5e
Merge branch 'feature/i2s_support_change_freq_in_runtime' into 'master'
...
feat(i2s): support tuning rate dynamically
Closes IDF-11679
See merge request espressif/esp-idf!36537
2025-02-18 00:27:50 +08:00
Kevin (Lao Kaiyao)
581cbca5ab
Merge branch 'feature/support_reconfig_touch_in_runtime' into 'master'
...
feat(touch): support runtime re-configuration
Closes IDF-11904
See merge request espressif/esp-idf!36797
2025-02-17 23:47:29 +08:00
Ivan Grokhotkov
6f49122b74
fix(sdmmc): fix missed deinitialization of CD and WP pins in f8f40ad
...
Related to https://github.com/espressif/esp-idf/issues/15330
2025-02-17 16:21:30 +01:00
wanlei
923255d7a7
feat(spi_slave): add api for pm lock control
2025-02-17 20:33:55 +08:00
zwx
664b0a772e
feat(802.15.4): use btbb function to get rssi comp for h2
2025-02-17 19:04:44 +08:00
Aleksei Apaseev
c03b007644
ci: fix testcase path resolution in JUnit reports. switch to the different unity test report mode. add app_path to target test report
2025-02-17 18:55:53 +08:00
Jiang Jiang Jian
95ce1c08c1
Merge branch 'fix/add_sta_authmode_for_sta_connect' into 'master'
...
fix(wifi): Add sta authmode for sta connect event
Closes WIFIBUG-996
See merge request espressif/esp-idf!36508
2025-02-17 17:31:44 +08:00
Song Ruo Jing
fd2df5e2fc
Merge branch 'bugfix/uart_async_rxtxtasks_example_stack_overflow' into 'master'
...
fix(uart): enlarged task stack size for uart_async_rxtxtasks example
Closes IDFGH-14607, IDF-12230, and IDFGH-12126
See merge request espressif/esp-idf!36903
2025-02-17 17:28:43 +08:00
Sudeep Mohanty
1160a86ba0
Merge branch 'test/fix_flaky_lp_uart_tests' into 'master'
...
fix(lp_uart): Fixed flaky LP UART unit tests
Closes IDFCI-2722
See merge request espressif/esp-idf!36943
2025-02-17 17:25:53 +08:00
laokaiyao
d2c5724873
feat(i2s): add i2s usb example with tuning feature
2025-02-17 17:11:01 +08:00
Jeroen Domburg
3aaaa2203a
feat: BitScrambler: Add support for addcti instruction as found in ESP32-C5
2025-02-17 16:36:52 +08:00
Armando
78e6ce0d35
fix(adc): fixed adc function register not reset issue
2025-02-17 16:22:13 +08:00
laokaiyao
ad623893d4
feat(i2s): support tuning rate dynamically
2025-02-17 16:20:24 +08:00
Armando
43121c0d47
test(flash_mmap): added psram enabled test for esp32p4 as mmu is per target
2025-02-17 16:15:09 +08:00
Armando
fd09700aab
test(mmu): added test for checking esp_mmu_vaddr_to_paddr with psram vaddrs
2025-02-17 16:15:09 +08:00
Armando
299d8115ed
fix(mmu): fixed esp_mmu_vaddr_to_paddr cannot figure out psram vaddr issue on esp32p4
2025-02-17 16:15:09 +08:00
Song Ruo Jing
c465b75ed6
docs(uart): aligned the config order in the programming guide with examples
...
Closes https://github.com/espressif/esp-idf/issues/13182
2025-02-17 15:28:16 +08:00
Song Ruo Jing
f38a2e193d
fix(uart): enlarged task stack size for uart_async_rxtxtasks example
...
Meanwhile, added CI pytest for some UART examples
Closes https://github.com/espressif/esp-idf/issues/15363
2025-02-17 15:28:08 +08:00
laokaiyao
aa791ead44
feat(touch): support runtime re-configuration
2025-02-17 15:25:30 +08:00
zhiweijian
69acda1785
feat(ble/bluedroid): reduce bluedrois host bin size and disable BLE_HOST_BG_CONNECT_EN
2025-02-17 14:55:55 +08:00
zhiweijian
d2d4d1518d
feat(ble/bluedroid): disable bluedroid host unused functions
2025-02-17 14:51:58 +08:00
zhiweijian
fb08e4eafe
feat(bt/bluedroid): optimize bluedroid menuconfig
2025-02-17 14:51:10 +08:00
Chen Jian Xing
0902e70e94
Merge branch 'bugfix/fix_delete_queue_error_in_espnow_example' into 'master'
...
fix(wifi): fix the delete queue error in espnow exapmle
Closes IDFGH-14632
See merge request espressif/esp-idf!36934
2025-02-17 14:50:15 +08:00