Shen Meng Jing
5092ff51fd
Merge branch 'docs/update_examples_in_sdm' into 'master'
...
docs: Update the application examples in sdm.rst
Closes DOC-8324
See merge request espressif/esp-idf!31998
2024-08-01 14:16:38 +08:00
Shen Meng Jing
20dd99761b
Merge branch 'docs/translate_camera_driver' into 'master'
...
docs: Provide CN translation for camera_driver.rst
Closes DOC-8498
See merge request espressif/esp-idf!32364
2024-08-01 13:59:26 +08:00
shenmengjing
cd3a43576a
docs: Update the application examples in sdm
2024-08-01 12:04:23 +08:00
shenmengjing
f7232871b4
docs: Provide CN translation for camera_driver.rst
2024-08-01 11:52:29 +08:00
shenmengjing
0b420f4baa
docs: Update the application examples in touch_pad.rst
2024-08-01 11:32:12 +08:00
shenmengjing
3770fadfc2
docs: Update the application examples in dac.rst
2024-08-01 11:26:04 +08:00
Igor Udot
b5ab82ce3c
Merge branch 'fix/replace_pytest_function' into 'master'
...
ci: replace pytest function
Closes IDFCI-1693
See merge request espressif/esp-idf!30531
2024-07-31 17:23:56 +08:00
Mo Fei Fei
fad3d5aae0
Merge branch 'docs/update_cn_trans_storage_api_index' into 'master'
...
docs: update cn trans for storage api reference index
Closes DOC-8137
See merge request espressif/esp-idf!32011
2024-07-31 15:47:00 +08:00
Zhang Shu Xian
2667b31d0a
Merge branch 'docs/update_cn_trans_for_peripherals' into 'master'
...
docs: Update cn trans and fix format issues for api-reference
Closes DOC-8374
See merge request espressif/esp-idf!32086
2024-07-31 14:50:49 +08:00
mofeifei
c5f1fda388
docs: update cn trans for storage api reference index
2024-07-31 14:35:36 +08:00
Shen Meng Jing
28f373440c
Merge branch 'docs/update_application_examples_of_parlio' into 'master'
...
docs: Update the application examples in parlio.rst
Closes DOC-8314
See merge request espressif/esp-idf!31985
2024-07-30 20:45:20 +08:00
Shen Meng Jing
3f21673e7d
Merge branch 'docs/add_examples_to_dedic_gpio' into 'master'
...
docs: Add some application examples to dedic_gpio
Closes DOC-8312
See merge request espressif/esp-idf!31983
2024-07-30 20:28:35 +08:00
Shen Meng Jing
124c3be72c
Merge branch 'docs/update_the_example_in_adc_oneshot' into 'master'
...
docs: Update the application example in adc_oneshot
Closes DOC-8315
See merge request espressif/esp-idf!31987
2024-07-30 19:24:56 +08:00
shenmengjing
fe5204cc4b
docs: Update the application examples in parlio.rst
2024-07-30 19:14:04 +08:00
shenmengjing
ffe7181412
docs: Add some application examples to dedic_gpio
2024-07-30 19:10:28 +08:00
morris
53e3df2e03
docs(gptimer): include etm content conditionally
...
https://www.esp32.com/viewtopic.php?f=12&t=40991&p=135107#p135098
2024-07-30 18:25:01 +08:00
Daniel Paul
1870eaa2ba
Merge branch 'docs/consistent_naming_convention_for_ESP_Component_Registry' into 'master'
...
docs: Consistent naming convention for ESP Component Registry
See merge request espressif/esp-idf!31205
2024-07-29 17:30:33 +08:00
Zhang Xiao Yan
9e1d02a3ef
Merge branch 'docs/add_application_examples_system_component' into 'master'
...
docs: add or update application examples of system component
See merge request espressif/esp-idf!32004
2024-07-29 17:20:17 +08:00
Linda
0af1256a12
docs: add or update application examples of system component
2024-07-29 16:00:18 +08:00
Island
39990412b5
Merge branch 'docs/reorganize_bluetooth_api_guides' into 'master'
...
docs(ble): Reorganized the bluetooth API guide structure
See merge request espressif/esp-idf!32131
2024-07-29 14:16:02 +08:00
Armando
7f600ae3fe
fix(adc): fixed adc continuous programming guide code examples
2024-07-26 16:14:51 +08:00
hrushikesh.bhosale
74b5033284
docs(nvs_encryption): Updated the docs of nvs_encryption
...
Updated the documentation by changing subtype from key to
nvs_keys in nvs_encryption.rst
2024-07-26 12:21:47 +05:30
Yuhan Wei
d5c35d8b9b
docs(ble): Fixed the image name in classic-bt/overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
124a23d9b1
docs(ble): Uploaded the classic-bluetooth-architecture.png; Applied the suggestion from Mengyang
2024-07-25 17:05:45 +08:00
Yuhan Wei
b71b3366d9
docs(ble): Adjusted the title level in the chinese version of overview.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
4b32ffb8a9
docs(ble): created an independent entry for classic bt
2024-07-25 17:05:45 +08:00
Yuhan Wei
dc6f1503c2
docs(ble): Modified the table of content in ble/index.rst
2024-07-25 17:05:45 +08:00
Yuhan Wei
95f9bf8e64
docs(ble): Make the section name consistent for the zh_CN and eng versions
2024-07-25 17:05:45 +08:00
Yuhan Wei
8379a45f4d
docs(ble): Moved blufi to ble folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
c6f974e689
docs(ble): Created an independent BLE folder
2024-07-25 17:05:45 +08:00
Yuhan Wei
e4b3fe2f46
docs(ble): Reorganized the bluetooth API guide structure
2024-07-25 17:05:45 +08:00
Liu Xiao Yu
d2cb23c28a
Merge branch 'docs/fix_intr_num_hlinterrupts_doc' into 'master'
...
docs(interrupts): fix wrong high-level interrupt level num in doc
Closes IDF-10445
See merge request espressif/esp-idf!32284
2024-07-25 16:32:31 +08:00
C.S.M
c2cb7d4ed3
Merge branch 'feat/support_120m_tsens' into 'master'
...
feature(psram): Add timing tuning point adjustment via temperature sensor
Closes IDF-10506
See merge request espressif/esp-idf!31771
2024-07-25 15:54:26 +08:00
Zhang Xiao Yan
85a1e2649f
Merge branch 'docs/add_application_examples_openthread' into 'master'
...
docs: update application examples for esp_openthread.rst
See merge request espressif/esp-idf!32008
2024-07-25 15:09:34 +08:00
Linda
5f4d3fac03
docs: update application examples for esp_openthread.rst
2024-07-25 14:15:40 +08:00
C.S.M
efff933047
docs(spiram): Add docs for adjusting timing phase via temperature
2024-07-25 13:48:41 +08:00
shenmengjing
c59699b364
docs: Update the CN translation for ulp-lp-core.rst
2024-07-24 19:01:48 +08:00
Shen Meng Jing
346f31ccc0
Merge branch 'docs/translate_protocols' into 'master'
...
docs: Provide CN translation for protocols.rst
Closes DOC-8439
See merge request espressif/esp-idf!32257
2024-07-24 18:47:11 +08:00
Zhang Xiao Yan
8b51fd2395
Merge branch 'docs/update_application_examples_sleep' into 'master'
...
docs: update application examples for sleep_modes.rst and deep-sleep-stub.rst
See merge request espressif/esp-idf!32256
2024-07-24 17:31:27 +08:00
shenmengjing
df8009fb95
docs: Consistent naming convention in CN translation
2024-07-24 17:20:30 +08:00
shenmengjing
a14541b66d
docs: Provide CN translation for protocols.rst
2024-07-24 16:57:48 +08:00
Linda
08ea11fd43
docs: update application examples for sleep_modes.rst and deep-sleep-stub.rst
2024-07-24 16:11:55 +08:00
Alexey Gerenkov
bdb9f972c6
Merge branch 'esp32c5_jtag_doc_update' into 'master'
...
docker / docker (push) Has been cancelled
Update esp32c5 jtag debugging guide
Closes IDF-9491
See merge request espressif/esp-idf!32189
2024-07-23 21:47:33 +08:00
Jan Beran
fdffa19958
Docs: document inversion in kconfig
2024-07-23 17:26:42 +08:00
Xiaoyu Liu
9049a625c0
docs(interrupts): fix wrong high-level interrupt level num in doc
2024-07-23 14:45:24 +08:00
Daniel Paul
658b1de02c
docs: Consistent naming convention for ESP Component Registry
2024-07-23 14:10:34 +08:00
igor.udot
8691672f03
ci: replace pytest function
2024-07-23 14:07:31 +08:00
Zhang Shu Xian
93ac6668c4
Merge branch 'docs/update_cn_trans_for_api_guides' into 'master'
...
docs: Update cn trans for bootloader and host-apps in api-guides
See merge request espressif/esp-idf!32070
2024-07-22 14:14:51 +08:00
Zhang Shu Xian
4703390853
Merge branch 'docs/update_cn_trans_for_2_files' into 'master'
...
docs: Update cn trans and provide proper indentation for 2 files
See merge request espressif/esp-idf!32087
2024-07-22 12:06:33 +08:00
Zhang Shu Xian
fc4b5f3dde
Merge branch 'docs/translate_lowpower_mode' into 'master'
...
Docs/translate lowpower mode
Closes DOC-7661
See merge request espressif/esp-idf!30827
2024-07-22 09:28:39 +08:00
Zhang Shuxian
348d834f97
docs: Update cn trans and provide proper indentation for 2 files
2024-07-19 19:20:31 +08:00
shenmengjing
dd94a219a2
docs: Update the application example in adc_oneshot
2024-07-19 19:10:10 +08:00
zhangshuxian
002c10d97b
docs: Provide translationfor low power
2024-07-19 17:59:27 +08:00
Jakub Kocka
e91c5e33ca
Merge branch 'docs/dfu_flashing' into 'master'
...
Tools: Changed DFU USB Drivers (Windows Only) section
Closes IDF-1653
See merge request espressif/esp-idf!31973
2024-07-19 16:12:24 +08:00
Shen Meng Jing
b6273e1f36
Merge branch 'docs/update_pinlayout_for_esp32_pico_kit1' into 'master'
...
docs: Update the pin layout for esp32-pico-kit-1
Closes DOC-7118
See merge request espressif/esp-idf!32204
2024-07-19 16:07:32 +08:00
shenmengjing
e86c757081
docs: Update the pin layout for esp32-pico-kit-1
2024-07-19 14:57:45 +08:00
Zhang Shuxian
a99d6a9e6f
docs: Update cn trans and fix format issues for api-reference
2024-07-19 14:31:00 +08:00
Chen Jichang
cde7750f0a
ci(legacy_pcnt): re_enable legacy_pcnt test on c5
2024-07-18 21:54:31 +08:00
Jakub Kocka
dcb34c5ffa
Merge branch 'docs/win_jtag_debugging' into 'master'
...
docs(jtag_debugging): Rewrite of configure part for Windows to reflect changes
Closes IDF-8479
See merge request espressif/esp-idf!31838
2024-07-18 16:05:42 +08:00
renpeiying
5b91022b1e
docs: Update CN translation for api-guides/jtag-debugging/confugure-ft2232h-jtag.rst
2024-07-18 14:59:46 +08:00
Zhang Shuxian
3f535886a4
docs: Update cn trans for bootloader and host-apps in api-guides
2024-07-18 09:33:26 +08:00
Erhan Kurubas
07da0f627c
docs(jtag): update esp32c5 jtag debugging guide
2024-07-17 14:50:31 +02:00
Gao Xu
7d3ac1abe4
Merge branch 'esp32c5/add_adc_support' into 'master'
...
ADC: bringup ADC oneshot and continuous mode on C5
Closes IDF-8701 and IDF-8703
See merge request espressif/esp-idf!31940
2024-07-17 16:46:52 +08:00
Jakub Kocka
0ff1009598
docs(tools): Changed USB Drivers (Windows Only) section of DFU
...
New driver was created for ESP32-S2, so there is no need to manually install it using tools
2024-07-15 09:24:47 +02:00
gaoxu
65820c07ac
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
2024-07-13 14:03:23 +08:00
shenmengjing
2cf95ac406
docs: Enable secure boot for c5 in CN translation
2024-07-09 10:42:53 +08:00
morris
7dc6a2f562
Merge branch 'refactor/pcnt_isr_handling' into 'master'
...
refactor(pcnt): ISR handling
Closes IDF-10329
See merge request espressif/esp-idf!31911
2024-07-09 10:12:18 +08:00
Shen Meng Jing
d9a9bab390
Merge branch 'docs/translate_dwc_otg' into 'master'
...
docs: Provide translation for usb_host_notes_dwc_otg
Closes DOC-7944
See merge request espressif/esp-idf!31231
2024-07-08 15:44:12 +08:00
morris
6d223f1921
refactor(pcnt): ISR handling
2024-07-08 14:52:14 +08:00
Marius Vikhammer
d1132ddfa2
Merge branch 'feature/lp_core_etm' into 'master'
...
feat(lp-core): added support for using ETM events as wake-up source
Closes IDF-10201 and IDF-6360
See merge request espressif/esp-idf!31810
2024-07-08 12:23:03 +08:00
shenmengjing
f1f1bcfd58
docs: Provide translation for usb_host_notes_dwc_otg
2024-07-08 11:49:39 +08:00
Marius Vikhammer
de2a66ebe0
feat(lp-core): added support for using ETM events as wake-up source
2024-07-08 11:04:34 +08:00
Shen Meng Jing
ae8d309f28
Docs/Provide Chinese translation for ana_cmpr.rst
2024-07-05 17:37:40 +08:00
Jiang Jiang Jian
ad70d000b0
Merge branch 'docs/update_twt_docs' into 'master'
...
docs(wifi):update TWT docs
See merge request espressif/esp-idf!31463
2024-07-04 10:25:38 +08:00
Shen Meng Jing
1cb4f3468d
Merge branch 'docs/update_some_commands' into 'master'
...
docs: Add often used espefuse subcommands to idf.py
Closes DOC-7999
See merge request espressif/esp-idf!31651
2024-07-03 19:00:49 +08:00
Zhang Shu Xian
a758c2d6cc
Merge branch 'docs/translate_esp_netif' into 'master'
...
docs: Update CN translation for esp netif: add blank space
Closes DOC-7843
See merge request espressif/esp-idf!30903
2024-07-03 18:35:01 +08:00
Zhang Shu Xian
5957b637a3
docs: Update CN translation for esp netif: add blank space
2024-07-03 18:35:01 +08:00
Shen Meng Jing
044e47aaf8
Merge branch 'docs/translate_copyright' into 'master'
...
docs: Provide Chinese translation for COPYRIGHT
Closes DOC-8219
See merge request espressif/esp-idf!31763
2024-07-03 18:22:14 +08:00
shenmengjing
3cb4880d02
docs: Add often used espefuse subcommands to idf.py
2024-07-03 17:55:26 +08:00
Shen Meng Jing
6f085716b8
Merge branch 'docs/update_variables_note' into 'master'
...
docs: Added a note about how shared variables are initialized in CN translations
Closes DOC-8221
See merge request espressif/esp-idf!31779
2024-07-03 17:15:20 +08:00
shenmengjing
020a79371e
docs: Provide Chinese translation for COPYRIGHT
2024-07-03 17:13:58 +08:00
Zhang Shu Xian
85bba8996b
Merge branch 'docs/update_cn_trans_for_4_files' into 'master'
...
docs: Update CN trans for 4 files
Closes DOC-8020
See merge request espressif/esp-idf!31436
2024-07-03 14:55:03 +08:00
Chen Ji Chang
af9d107f24
Merge branch 'feat/add_cs_timing_parameters_in_spi_lcd' into 'master'
...
feat(spi_lcd): add spi cs timing parameters
Closes IDFGH-12003
See merge request espressif/esp-idf!31836
2024-07-03 11:35:00 +08:00
Zhang Shuxian
08eecfee22
docs: Implement comments
2024-07-03 10:23:23 +08:00
Chen Jichang
8d0990806c
feat(spi_lcd): add spi cs timing parameters
...
Some lcd hardware drivers need different CS setup time. Add pretrans
and posttrans parameters to control the CS time.
Closes https://github.com/espressif/esp-idf/issues/13071
2024-07-02 10:55:34 +08:00
Mahavir Jain
47893ac9d6
Merge branch 'contrib/github_pr_14116' into 'master'
...
Typo fix in flash-encryption.rst (GitHub PR)
Closes IDFGH-13177
See merge request espressif/esp-idf!31839
2024-07-01 23:55:02 +08:00
kindaTall
4259df3d56
docs(security): fix typo for key purpose field in flash encryption guide
2024-07-01 12:21:49 +00:00
Zhang Xiao Yan
d29d1a9972
Merge branch 'docs/migrate_esp32c3_devkitc_02_devkitm_1_user_guide' into 'master'
...
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits
See merge request espressif/esp-idf!31640
2024-07-01 15:20:51 +08:00
Mahavir Jain
850dbe8542
Merge branch 'bugfix/chip_support_cleanup' into 'master'
...
minor cleanups related to HAL and security docs for C2/C6
See merge request espressif/esp-idf!31803
2024-07-01 13:13:34 +08:00
morris
3cdbe8cef8
Merge branch 'test/pcnt_step_notify' into 'master'
...
feat(pcnt): support for pcnt step_notify
Closes IDF-7984, IDFGH-8104, and IDFGH-10943
See merge request espressif/esp-idf!31466
2024-07-01 10:44:19 +08:00
yinqingzhao
f50b0b76dc
docs(wifi):update TWT docs
2024-07-01 10:20:12 +08:00
Mahavir Jain
3002c08956
docs: add C6 flash encryption logs
2024-06-28 16:02:22 +05:30
Frantisek Hrbata
fabacdae8b
Merge branch 'docs/idf_size' into 'master'
...
docs: move and update idf.py size sub-commands documentation
Closes IDF-9431
See merge request espressif/esp-idf!31471
2024-06-28 15:50:25 +08:00
Chen Jichang
03e936041d
refactor(pcnt): refactor the default isr
2024-06-28 12:12:50 +08:00
shenmengjing
3ab055992a
docs: Add a note in CN translations
2024-06-28 10:42:35 +08:00
radek.tandler
68df525394
feat(examples/security): Extend flash_encryption example with fatfs encryption
...
Updated the flash_encryption example to demonstrate the usage of fatfs encryption.
Updated existing test case to ensure accurate and reliable testing.
Documentation of storage section extended by security relarted summary.
Closes https://github.com/espressif/esp-idf/issues/11551
Closes https://github.com/espressif/esp-idf/issues/13668
2024-06-27 21:41:43 +08:00
Frantisek Hrbata
b88eb1c1e5
docs: move and update idf.py size sub-commands documentation
...
The documentation for the IDF Size tool has been relocated from the
performance section to the tools section and updated to reflect the
current refactored version of esp-idf-size.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-06-27 13:22:29 +02:00
Sudeep Mohanty
6e85d744a8
feat(lp-spi): Added support for LP SPI driver to the LP Core on esp32p4
...
This commit adds LP SPI master and LP SPI slave support for the LP Core
on the esp32p4.
2024-06-26 13:43:55 +02:00
Song Ruo Jing
40f3bc2e57
feat(clk): Add basic clock support for esp32c5 mp
...
- Support SOC ROOT clock source switch
- Support CPU frequency change
- Support RTC SLOW clock source switch
- Support RTC SLOW clock + RC FAST calibration
- Remove FPGA build
2024-06-26 14:26:34 +08:00
Lou Tian Hao
ede24b0440
Merge branch 'docs/add_the_description_of_gpio_wakeup_in_lightsleep_when_pd_top' into 'master'
...
docs(pm): add description for gpio_wakeup
Closes PM-161
See merge request espressif/esp-idf!31709
2024-06-26 14:00:09 +08:00