hrushikesh.bhosale
ace6a490bc
feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
...
Update the ESP_TLS_SERVER_CERT_SELECT_HOOK config to ESP_HTTPS_SERVER_CERT_SELECT_HOOK
And made it depend on ESP_TLS_SERVER_CERT_SELECT_HOOK
2024-11-14 14:48:50 +05:30
Aditya Patwardhan
df120ac962
Merge branch 'contrib/github_pr_14734' into 'master'
...
docs: fix all references to HTTPD_{GET,POST,PUT} (GitHub PR)
Closes IDFGH-13892
See merge request espressif/esp-idf!34418
2024-11-06 16:12:20 +08:00
Shen Meng Jing
67169f8efd
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Sync CN and EN files
Closes DOC-9182
See merge request espressif/esp-idf!34249
2024-11-05 19:18:36 +08:00
shenmengjing
6f86f70f0a
docs: Sync CN and EN files
2024-11-05 18:03:42 +08:00
harshal.patil
7786cbe2c8
docs(mem_alloc): Fix typo to make a section visible for non-esp32 spiram targets
2024-11-05 10:56:20 +05:30
Michael (XIAO Xufeng)
676f5194d5
Merge branch 'fix/sdio_slave_add_pm_lock' into 'master'
...
fix(sdio_slave): fix issue that auto light sleep can happen SDIO slave enabled
Closes IDF-8476
See merge request espressif/esp-idf!33579
2024-11-05 03:19:33 +08:00
nick black
6b3ae2822d
docs: fix all references to HTTPD_{GET,POST,PUT}
2024-11-04 16:13:07 +08:00
Jiang Jiang Jian
a71eb45ca1
Merge branch 'bugfix/set_iv_to_random_for_esptouch_v2' into 'master'
...
fix(wifi): Support random AES IV in esptouch_v2
Closes WIFI-6688
See merge request espressif/esp-idf!34084
2024-11-01 18:51:18 +08:00
zhangyanjiao
8fb28dcedc
fix(wifi): Support AES IV with random value in esptouch v2
2024-11-01 16:23:37 +08:00
Shen Meng Jing
d1991b5b46
Merge branch 'docs/translate_isp' into 'master'
...
Docs/Provide CN translation for isp.rst
Closes DOC-8335
See merge request espressif/esp-idf!32051
2024-11-01 15:36:55 +08:00
Xiao Xufeng
ed31c19933
fix(sdio_slave): prevents peripheral power domain being powered off when SDIO slave in use
2024-10-31 21:25:40 +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
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
Linda
29513cfe09
docs: Add description and code example for ADC zero-crossing detection
2024-10-30 11:33:47 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
shenmengjing
31b665c628
docs: Provide CN translation for isp.rst
2024-10-29 14:41:35 +08:00
Kevin (Lao Kaiyao)
b918a31b7b
Merge branch 'bugfix/fix_i2s_apll_corrupted_with_dfs' into 'master'
...
fix(i2s): fix the crackle using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!34139
2024-10-28 14:36:53 +08:00
morris
c50587e412
Merge branch 'docs/update_i2c_slave_write_code_example' into 'master'
...
docs: update code example for I2C slave write
See merge request espressif/esp-idf!34117
2024-10-28 14:06:30 +08:00
laokaiyao
ad9021a844
fix(i2s): fix the crackle using apll with DFS feature
...
Closes: https://github.com/espressif/esp-idf/issues/14707
2024-10-28 10:25:13 +08:00
Shen Meng Jing
b2bc90d97a
Merge branch 'docs/update_ulp_lp_core_cn' into 'master'
...
docs: Update CN translation for ulp-lp-core.rst
Closes DOC-8773
See merge request espressif/esp-idf!33352
2024-10-25 18:59:41 +08:00
Linda
b02d7060f0
docs: update code example for I2C slave write
2024-10-25 14:26:13 +08:00
C.S.M
9ac6e10a1b
Merge branch 'fix/fix_gpio_config_option' into 'master'
...
fix(i2c): Fix i2c gpio configuration and move i2c_platform public
Closes IDF-11117
See merge request espressif/esp-idf!34366
2024-10-25 13:42:49 +08:00
Gao Xu
ffcf40cee3
Merge branch 'feature/esp32c61_i2s_support' into 'master'
...
feat(i2s): support i2s on esp32c61
Closes IDF-9312 and IDF-9313
See merge request espressif/esp-idf!32905
2024-10-25 11:18:44 +08:00
Jiang Jiang Jian
dcc31f89f7
Merge branch 'doc/update_espnow_doc' into 'master'
...
docs(wifi/espnow): update the documentation for EPS-NOW ERSU and phy rate
Closes IDFGH-11035, DOC-3366, WIFI-6682, and DOC-8550
See merge request espressif/esp-idf!31285
2024-10-24 15:17:00 +08:00
wanckl
ef7406257a
feat(driver_spi): spi master support sleep retention(recovery)
2024-10-24 12:47:32 +08:00
Song Ruo Jing
92d335548f
Merge branch 'feature/ledc_sleep_retention_support' into 'master'
...
feat(ledc): support ledc sleep mode selection
Closes IDFGH-12713, IDF-9740, IDF-9769, IDF-9909, IDF-10372, IDF-10394, IDF-8472, and IDFCI-2450
See merge request espressif/esp-idf!34097
2024-10-24 11:43:11 +08:00
C.S.M
d7e090476c
fix(i2c): Fix i2c gpio configuration and move i2c_platform public
2024-10-24 11:38:32 +08:00
Zhang Xiao Yan
5dda8a3211
Merge branch 'docs/update_application_examples_storage' into 'master'
...
docs: update application examples for storage component
See merge request espressif/esp-idf!33600
2024-10-24 11:20:19 +08:00
zhangyanjiao
4181336da3
docs(wifi): update the wifi api doc
2024-10-24 09:49:11 +08:00
Linda
c0417422c5
docs: update application examples for storage component
2024-10-23 16:19:42 +08:00
Ren Peiying
96632b7b02
Merge branch 'docs/standardize_bootloader_names_both_en_cn' into 'master'
...
docs: standardize the names of bootloaders in esp-idf
See merge request espressif/esp-idf!33704
2024-10-23 15:28:30 +08:00
morris
6d716388ff
Merge branch 'feat/rgb_lcd_esp32p4' into 'master'
...
feat(lcd): support rgb lcd driver on esp32p4
Closes IDF-10962
See merge request espressif/esp-idf!33582
2024-10-23 14:39:19 +08:00
renpeiying
46770a50a6
docs: standardize the names of bootloaders in esp-idf
2024-10-23 11:29:24 +08:00
Martin Vychodil
731821326c
Merge branch 'feature/redesign_vfs_t' into 'master'
...
feat(storage/vfs): redesign esp_vfs_t struct
Closes IDF-10326 and DOC-9138
See merge request espressif/esp-idf!31449
2024-10-22 20:24:38 +08:00
Song Ruo Jing
4a90deb227
feat(ledc): support ledc sleep mode selection
...
Support LEDC sleep retention on C6/H2/P4
2024-10-22 17:54:32 +08:00
Chen Ji Chang
93a9368dcd
Merge branch 'feat/sdm_gpio_append_mode' into 'master'
...
refactor(sdm): refactor gpio config mode
Closes IDF-11275
See merge request espressif/esp-idf!34256
2024-10-22 17:27:58 +08:00
morris
efcb91b47e
feat(lcd): support rgb lcd driver for esp32p4
2024-10-22 17:18:05 +08:00
gaoxu
8ab0cdde60
feat(i2s): support i2s on esp32c61
2024-10-22 15:12:38 +08:00
Zhang Shuxian
09820a0ae6
docs: Update CN trans for vfs.rst and improve EN formatting
2024-10-22 14:50:31 +08:00
Tomáš Rohlínek
18e20c0bc5
feat(storage/vfs): change names related to minified vfs
2024-10-22 14:50:31 +08:00
Tomáš Rohlínek
3cab84f033
fix(storage/vfs): clarify minified related documentation
2024-10-22 14:50:31 +08:00
Tomáš Rohlínek
923fb635b4
feat(storage/vfs): add documentation for minified_vfs
2024-10-22 14:50:31 +08:00
Chen Jichang
b6645acafe
feat(parlio): support sleep retention
2024-10-21 20:25:39 +08:00
Armando (Dou Yiwen)
0aa8c024a3
Merge branch 'feat/twai_sleep_retention' into 'master'
...
twai: sleep retention support
Closes IDF-8471, IDF-9772, and IDF-9743
See merge request espressif/esp-idf!34107
2024-10-21 19:14:48 +08:00
Mahavir Jain
b5aea3d926
Merge branch 'feature/update_mbedtls_version_to_3.6.2' into 'master'
...
feat(mbedtls): update mbedtls version to 3.6.2
See merge request espressif/esp-idf!34218
2024-10-21 00:12:50 +08:00
Lu Wei Ke
171085b706
Merge branch 'docs/fix_formatting_issue_in_section_esp_serial_slave_link' into 'master'
...
docs: fixed reference link rendering issue
See merge request espressif/esp-idf!34271
2024-10-18 17:36:26 +08:00
Tomas Rohlinek
fe51222a02
Merge branch 'feat/simplify_storage_examples' into 'master'
...
feat(storage/fatfs): update fatfs examples
Closes IDF-5705
See merge request espressif/esp-idf!31174
2024-10-18 15:28:44 +08:00
nilesh.kale
dacb9a57cb
feat(mbedtls): update mbedtls version to 3.6.2
2024-10-18 11:59:31 +05:30
Armando
332ddd64e3
doc(twai): added sleep retention doc
2024-10-18 14:14:16 +08:00
luweike
f113babe62
docs: fixed reference link rendering issue
2024-10-18 11:33:42 +08:00