Home
last modified time | relevance | path

Searched full:rst (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/hal_espressif-2.7.6/docs/
Dconf_common.py99 source_suffix = ['.rst', '.md']
136 BT_DOCS = ['api-guides/blufi.rst',
140 SDMMC_DOCS = ['api-reference/peripherals/sdmmc_host.rst',
141 'api-reference/peripherals/sd_pullup_requirements.rst']
143 SDIO_SLAVE_DOCS = ['api-reference/peripherals/sdio_slave.rst',
144 'api-reference/protocols/esp_sdio_slave_protocol.rst']
146 MCPWM_DOCS = ['api-reference/peripherals/mcpwm.rst']
148 DEDIC_GPIO_DOCS = ['api-reference/peripherals/dedic_gpio.rst']
150 PCNT_DOCS = ['api-reference/peripherals/pcnt.rst']
152 DAC_DOCS = ['api-reference/peripherals/dac.rst']
[all …]
Dsphinx-known-warnings.txt19 ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_load_binary(uint32_t load_addr, const u…
20 ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
21 ulp.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_index, …
22 ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_load_binary(uint32_t load_addr, …
23 ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
24 ulp-legacy.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_…
25 ulp-risc-v.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_set_wakeup_period(size_t period_…
26 README.rst:line: WARNING: Duplicate declaration, esp_err_t ulp_run(uint32_t entry_point)
76 wear-levelling.rst:line: WARNING: Duplicate declaration, bool esp_vfs_fat_mount_config_t::format_if…
77 wear-levelling.rst:line: WARNING: Duplicate declaration, int esp_vfs_fat_mount_config_t::max_files
[all …]
/hal_espressif-2.7.6/docs/test/en/
Dconf.py30 conditional_include_dict = {'esp32':['esp32_page.rst'],
31 'esp32s2':['esp32s2_page.rst'],
32 'SOC_BT_SUPPORTED':['bt_page.rst'],
/hal_espressif-2.7.6/docs/zh_CN/api-reference/network/
Dindex.rst39 ESP-NETIF <esp_netif.rst>
44 TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
45 ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
/hal_espressif-2.7.6/docs/zh_CN/contribute/
Ddocumenting-code.rst78 7. 头文件的功能概览和库文件应当存在同一个项目库之下,放入单独的 ``README.rst`` 文件。如果目录下包含不同 API 的头文件,应将文件命名为 ``apiname-readme.rst
167 CI build 脚本中添加了检查功能,查找 RST 文件中的硬编码链接(通过 URL 的 tree/master、blob/master 或 raw/master 部分识别)。该功能可通过 ``c…
360 这一扩展也支持定义本地(在单个源文件中)替代名称的标记。请在 RST 文件的一行中插入下示定义语言:
364 这样将在当前的 RST 文件中根据目标类型为 {\IDF_TARGET_SUFFIX} 标签定义一个替代名称。例如:
372 这样的单个文档定义指令可置于 .rst 文档中的任意位置(单独一行),指令名须以 ``IDF_TARGET_`` 为开头。
378 …e/template` 的要求创建一个文件,汇总所有准备好的文档。最后,在文件中添加链接指向 ``/docs`` 文件夹或子文件夹下 ``index.rst`` 文件的 ``.. toctree:…
384 1. 不要担心。所有需要的软件均有详细文档,并且开源、免费。您可以先查看 `Sphinx`_ 文档。如果您不清楚如何用 rst markup 语言写作,请查看 `reStructuredText …
511 ./build_docs.py -l en -t esp32 -i api-reference/peripherals/can.rst build
515 …d_docs.py -l en -t esp32 -i api-reference/peripherals/can.rst api-reference/peripherals/adc.rst bu…
Dadd-ons-reference.rst6 …的 `reStructuredText <https://en.wikipedia.org/wiki/ReStructuredText>`_ (``.rst``) 格式文档进行渲染。关于渲染过程的…
53 …/zh_CN/contribute/documenting-code.rst`` 这一文件还没有中文翻译,则该文件中应写入 ``.. include:: ../../en/contribute/d…
133 小扩展包,调用 ``gen_esp_err_to_name.py`` 并更新修改后的 .rst 文件。
153 同时,也支持使用以下语法标记本地(单个 rst 文件)替代文件的定义:
156 这样将在当前的 rst 文件中定义标签 {\IDF_TARGET_TX_PIN} 的替换名称。
/hal_espressif-2.7.6/docs/en/api-reference/
Dtemplate.rst8 1. Use this file (:idf_file:`docs/en/api-reference/template.rst`) as a template to document API.
12 * README.rst
13 * example.rst
82 For example see :idf_file:`docs/en/api-reference/network/esp_wifi.rst`
84 …ou may want to describe API in you own way. See :idf_file:`docs/en/api-guides/ulp.rst` for example.
/hal_espressif-2.7.6/docs/en/api-reference/network/
Dindex.rst39 ESP-NETIF <esp_netif.rst>
44 TCP/IP Adapter Migration Guide <tcpip_adapter_migration.rst>
45 ESP-NETIF Custom I/O Driver <esp_netif_driver.rst>
/hal_espressif-2.7.6/examples/peripherals/usb/tusb_serial_device/main/
Dtusb_serial_device_main.c47 int rst = event->line_state_changed_data.rts; in tinyusb_cdc_line_state_changed_callback() local
48 ESP_LOGI(TAG, "Line state changed! dtr:%d, rst:%d", dtr, rst); in tinyusb_cdc_line_state_changed_callback()
/hal_espressif-2.7.6/components/spi_flash/
DREADME.rst1 See the spi_flash.rst in the programming guide folder for more details.
3 …lementation (CONFIG_SPI_FLASH_USE_LEGACY_IMPL enabled), read README_legayc.rst in the same folder …
/hal_espressif-2.7.6/docs/zh_CN/api-guides/jtag-debugging/
Desp32c3.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
Desp32s2.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
Desp32.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
/hal_espressif-2.7.6/docs/test/
Dtest_sphinx_idf_extensions.py77 ….app.config.conditional_include_dict = {'esp32':['esp32.rst', 'bt.rst'], 'esp32s2':['esp32s2.rst']}
101 …elf.assertTrue(os.path.isfile(os.path.join(self.app.config.build_dir, 'inc', 'idf-tools-inc.rst')))
/hal_espressif-2.7.6/docs/zh_CN/api-reference/storage/
Dindex.rst12 NVS 分区生成程序 <nvs_partition_gen.rst>
17 量产程序 <mass_mfg.rst>
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit.rst1 .. include:: ../../../en/hw-reference/esp32s2/user-guide-esp32-s2-kaluga-1-kit.rst
7 user-guide-esp32-s2-kaluga-1-kit-v1.2.rst
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/
Desp32c3.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
Desp32s2.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
Desp32.inc1 .. This file gets included from other .rst files in this folder.
5 .. This is necessary mainly because RST doesn't support substitutions
6 .. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
7 .. These code blocks can be moved back to the main .rst files, with target-specific
/hal_espressif-2.7.6/docs/en/api-reference/storage/
Dindex.rst10 Mass Manufacturing Utility <mass_mfg.rst>
12 NVS Partition Generation Utility <nvs_partition_gen.rst>
/hal_espressif-2.7.6/docs/idf_extensions/
Dinclude_build_file.py3 from docutils.parsers.rst import directives
4 from docutils.parsers.rst.directives.misc import Include as BaseInclude
Dgen_idf_tools_links.py19 tools_rst = os.path.join(app.config.build_dir, 'inc', 'idf-tools-inc.rst')
20 tools_rst_tmp = os.path.join(app.config.build_dir, 'idf-tools-inc.rst')
/hal_espressif-2.7.6/docs/zh_CN/hw-reference/
Dmodules-and-boards.rst19 .. include:: esp32/inc/modules-and-boards-esp32.rst
23 .. include:: esp32s2/inc/modules-and-boards-esp32s2.rst
Dmodules-and-boards-previous.rst14 .. include:: esp32/inc/modules-and-boards-previous-esp32.rst
18 .. include:: esp32s2/inc/modules-and-boards-previous-esp32s2.rst
/hal_espressif-2.7.6/docs/en/hw-reference/
Dmodules-and-boards.rst19 .. include:: esp32/inc/modules-and-boards-esp32.rst
23 .. include:: esp32s2/inc/modules-and-boards-esp32s2.rst

12345678910>>...13