/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | console.rst | 10 - Functions for registration and dispatching of commands. 20 …commands by typing them, erasing symbols using 'backspace' key, navigating within the command usin… 37 …ss glitching compared to the multi line mode. On the flip side, editing commands and copying comma… 61 …nt provides a ready made function to provide completions for registered commands, :cpp:func:`esp_c… 77 …This function sets the number of most recently typed commands to be kept in memory. Users can navi… 80 …Linenoise does not automatically add commands to history. Instead, applications need to call this … 124 … which handle registration of commands, matching commands typed by the user to registered ones, an… 141 …`help`` command to the list of registered commands. This command prints the list of all the regist… 144 …from linenoise library. Provides completions to linenoise based on the list of registered commands. 147 …intsCallback` from linenoise library. Provides argument hints for registered commands to linenoise. [all …]
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | i2c.h | 41 * I2C commands link. 51 * must be at least 2, because the commands required are the following: 277 * @brief Create and initialize an I2C commands list with a given buffer. 288 * @param buffer Buffer to use for commands allocations 297 * @brief Create and initialize an I2C commands list with a given buffer. 307 * @brief Free the I2C commands list allocated statically with `i2c_cmd_link_create_static`. 309 * @param cmd_handle I2C commands list allocated statically. This handle should be created thanks to 315 * @brief Free the I2C commands list 317 * @param cmd_handle I2C commands list. This handle should be created thanks to 323 * @brief Queue a "START signal" to the given commands list. [all …]
|
/hal_espressif-3.6.0/examples/system/console/advanced/ |
D | README.md | 7 The interactive shell implemented in this example contains a wide variety of commands, and can act … 39 …a full list of all available commands. The following is a sample session of the Console Example wh… 43 Type 'help' to get the list of commands. 48 Print the list of registered commands 81 Type 'help' to get the list of commands. 99 Type 'help' to get the list of commands. 114 Type 'help' to get the list of commands. 129 …inicom`, and the `idf_monitor.py` included in the SDK. The default behavior for these commands are: 137 ### Commands subsection 139 Several commands are registered using `esp_console_cmd_register()` function. See the `register_wifi… [all …]
|
/hal_espressif-3.6.0/examples/system/console/basic/ |
D | README.md | 7 The interactive shell implemented in this example contains a wide variety of commands, and can act … 39 …a full list of all available commands. The following is a sample session of the Console Example wh… 43 Type 'help' to get the list of commands. 48 Print the list of registered commands 81 Type 'help' to get the list of commands. 99 Type 'help' to get the list of commands. 114 Type 'help' to get the list of commands. 129 …inicom`, and the `idf_monitor.py` included in the SDK. The default behavior for these commands are: 137 ### Commands subsection 139 Several commands are registered using `esp_console_cmd_register()` function. See the `register_wifi… [all …]
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | index.rst | 26 Supported Commands 47 Optional General Arguments Of Commands 50 …how help message and exit. Use ``-h`` to see a summary of all available commands and command line … 63 … ``--chip``). This helps to test commands without physical access to the chip. Burned data is not … 106 … different commands, you can use this feature - multiple commands. This feature burns given data o… 108 …commands ``burn_key_digest`` and ``burn_key`` to write the Secure Boot key and Flash Encryption ke… 121 - Combine multiple commands into one with this :ref:`perform-multiple-operations` feature. 122 - Most commands support getting a list of arguments (eFuse names, keys).
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | index.rst | 6 Use ``esptool.py -h`` to see a summary of all available commands and command line options. 14 Basic Commands <basic-commands> 16 Advanced Commands <advanced-commands>
|
D | advanced-commands.rst | 3 .. _advanced-commands: 5 Advanced Commands 8 …``, ``elf2image``, ``image_info`` and ``merge_bin`` commands are all documented in the :ref:`comma… 10 The following less common commands are for more advanced users. 51 …ecutable binary image (created with the ``elf2image`` or ``make_image`` commands) directly into RA… 68 The ``read_mem`` & ``write_mem`` commands allow reading and writing single words (4 bytes) of RAM. … 83 …ated problems. It allows sending a ``RDSR``, ``RDSR2`` and/or ``RDSR3`` commands to the flash chip… 104 …elated problems. It allows sending ``WRSR``, ``WRSR2`` and/or ``WRSR3`` commands to the flash chip… 110 …nd causes a mix of ``WRSR`` (01h), ``WRSR2`` (31h), and ``WRSR3`` (11h) commands to be sent to the… 117 …Consult the specific flash chip datasheet for details about which commands are recognised by a par…
|
/hal_espressif-3.6.0/tools/ldgen/ |
D | generation.py | 133 Generation of output commands to be written to the output linker script 134 requires traversal of the tree, each node collecting the output commands 164 commands = collections.defaultdict(list) 168 commands[target].extend(commands_list) 170 # Process the commands generated from this node 174 # Process the commands generated from this node's children 180 return commands 183 commands = collections.defaultdict(list) 207 … commands[placement.target].append(SymbolAtAddress('_%s_start' % flag.symbol)) 209 commands[placement.target].append(AlignAtAddress(flag.alignment)) [all …]
|
D | README.md | 13 - `generation.py` - contains bulk of the logic used to process fragments into output commands. 15 - `linker_script.py` - augments the input linker script template with output commands from generati… 16 - `output_commands.py` - contains classes that represent the output commands in the output linker s… 37 From the parsed fragments, `generation.py` generates output commands defined in `output_commands.py… 40 `linker_script.py` writes the output linker script, replacing markers with output commands generate…
|
/hal_espressif-3.6.0/tools/ldgen/test/ |
D | test_generation.py | 202 # intermediate commands due to presence of symbol mapping. 218 # intermediate commands due to presence of symbol mapping. 236 # There should be exclusions in the default commands for flash_text and flash_rodata: 241 # Commands placing the entire library in iram, dram should be generated: 265 …# Input section commands in iram_text and dram0_data for #1 … 273 # There should be exclusions in the default commands for flash_text and flash_rodata: 278 # Commands placing the entire library in iram, dram should be generated: 303 …# Input section commands in iram_text and dram0_data for #1 … 311 …# There should be exclusions in the default commands for flash_text, as well as the implicit inter… 318 # Commands placing the entire library in iram should be generated: [all …]
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/ |
D | stub_flasher.h | 31 /* Full set of protocol commands */ 33 /* Commands supported by the ESP8266 & ESP32 bootloaders */ 44 /* Commands supported by the ESP32 bootloader */ 55 /* Commands supported by the ESP32S2 and later bootloaders */ 58 /* Stub-only commands */ 82 int32_t value; /* 32-bit response used by some commands */
|
/hal_espressif-3.6.0/examples/system/console_usb/ |
D | README.md | 11 The interactive shell implemented in this example contains a wide variety of commands, and can act … 74 …a full list of all available commands. The following is a sample session of the Console Example wh… 78 Type 'help' to get the list of commands. 83 Print the list of registered commands 110 Type 'help' to get the list of commands. 124 Type 'help' to get the list of commands.
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | usb_types_cdc.h | 73 CDC_COMM_PROTOCOL_V250 = 0x01, // AT Commands: V.250 etc 74 CDC_COMM_PROTOCOL_PCAA = 0x02, // AT Commands defined by PCCA-101 75 CDC_COMM_PROTOCOL_PCAA_A = 0x03, // AT Commands defined by PCAA-101 & Annex O 76 CDC_COMM_PROTOCOL_GSM = 0x04, // AT Commands defined by GSM 07.07 77 CDC_COMM_PROTOCOL_3GPP = 0x05, // AT Commands defined by 3GPP 27.007 78 CDC_COMM_PROTOCOL_TIA = 0x06, // AT Commands defined by TIA for CDMA 80 …CDC_COMM_PROTOCOL_EXT = 0xFE, // External Protocol: Commands defined by Command Set Functional … 100 CDC_DATA_PROTOCOL_CAPI = 0x93, // CAPI Commands
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_avrc_api.h | 33 ESP_AVRC_FEAT_VENDOR = 0x0008, /*!< remote control vendor dependent commands */ 114 …ESP_AVRC_PSTH_FILTER_ALLOWED_CMD = 0, /*!< all of the PASSTHROUGH commands that can possibly… 115 …ESP_AVRC_PSTH_FILTER_SUPPORTED_CMD = 1, /*!< PASSTHROUGH commands selectively supported accord… 121 …uint16_t bits[8]; /*!< bit mask representation of PASSTHROUGH commands */ 196 …nt16_t bits; /*!< bit mask representation of PASSTHROUGH commands */ 466 …* @param[in] tl : transaction label, 0 to 15, consecutive commands should use different valu… 484 …* @param[in] tl : transaction label, 0 to 15, consecutive commands should use different valu… 497 …* @param[in] tl : transaction label, 0 to 15, consecutive commands should use different valu… 515 …* @param[in] tl : transaction label, 0 to 15, consecutive commands should use different valu… 531 …* @param[in] tl : transaction label, 0 to 15, consecutive commands should use different valu… [all …]
|
D | esp_a2dp_api.h | 78 /// A2DP media control commands 98 …_MEDIA_CTRL_ACK_EVT, /*!< acknowledge event in response to media control commands */ 133 esp_a2d_media_ctrl_t cmd; /*!< media control commands to acknowledge */ 134 esp_a2d_media_ctrl_ack_t status; /*!< acknowledgement to media control commands */ 135 …edia_ctrl_stat; /*!< status in acknowledgement to media control commands */ 275 * @brief Media control commands. This API can be used for both A2DP sink and source 278 * @param[in] ctrl: control commands for A2DP data channel
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | using-debugger.rst | 59 …s changing of default configuration is "Startup". Under "Initialization Commands" uncheck "Reset a… 68 …ting new debug session add the following lines of commands at the beginning of "Initialization Com… 90 … and respective "Initialization Commands" are not clear to you, check :ref:`jtag-debugging-tip-deb… 123 …bugger, you will need to provide couple of configuration parameters and commands. Instead of enter… 136 …ore details what's inside ``gdbinit`` file, see :ref:`jtag-debugging-tip-debugger-startup-commands` 166 Type "apropos word" to search for commands related to "word"... 205 …o execute the described debugging tools conveniently from ``idf.py``. These commands are supported: 216 …ease use the environmental variable ``OPENOCD_COMMANDS`` or ``--openocd-commands`` command line ar…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 8 … pins are used for communication with the attached SPI flash chip, and which SPI commands are used. 10 ESP chips use these commands when reading or executing code and data from the SPI flash chip. Data … 53 …usly with two bits per clock cycle. This doubles the data rate for some commands, compared to sing… 63 …et for your particular SPI flash chip to determine if it supports either or both of these commands. 70 …e pins wired up to the SPI flash chip. Some flash chips require special commands to enable quad mo… 87 …ently. Most flash chips require certain commands to be sent in order to enable Quad SPI modes, and… 94 …only support the "Dual Output Fast Read" and/or "Quad Output Fast Read" commands, not their Dual I… 99 … from flash is slow the data is cached transparently in RAM. Flash read commands are only sent wen…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/ |
D | README.md | 6 …Gateway (hf_ag) Component and the effects of them by providing a set of commands. You can use this… 78 When you flash and monitor this example, the commands help table prints the following log at the ve… 81 Type 'help' to get the list of commands. 88 | 1. Print 'help' to gain overview of commands | 110 …e level connection exists between an HF Unit and an AG device, could other commands be available.** 224 …tion and type `vroff` to terminate this function in the AG device. Both commands will notify the H… 277 - You should type the command in the terminal according to the format described in the commands hel… 278 - Not all commands in the table are supported by the HF Unit. 284 …ooth examples. To show the functions of HFP in a simple way, we use the Commands and Effects schem…
|
/hal_espressif-3.6.0/examples/cxx/experimental/esp_modem_cxx/ |
D | README.md | 11 …nts.espressif.com/component/espressif/esp_modem) to connect to a network and send some AT commands. 12 It uses modem CMUX mode so that commands and network could be used at the same time. 23 …SP32 dev board connected to a GSM/4G cellular module, which supports AT commands and PPP connectiv… 41 …te the connection to a public MQTT broker and at the same time reading some data using AT commands.
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 13 …ist` project to your ESP32 development board and then use the following commands to get started wi… 28 > 1. Please use the correct serial port number for connecting your board when entering commands in … 51 …y implements the Wi-Fi feature, which allows some basic commands and `iperf-related` test commands. 244 /* Register commands */ 257 …_command()`. After that, you can view all the currently supported Wi-Fi commands by entering the `… 258 4. Register the commands by calling the `register_wifi` function. 275 Note that the `sta`,`scan`,`ap`,`query`,`iperf`,`restart` and `heap` commands are supported in this…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | using-debugger.rst | 59 8. 最后一个需要更改默认配置的选项卡是 “Startup” 选项卡。在 “Initialization Commands” 下,取消选中 “Reset and Delay (seconds)” 和… 68 如果您想在启动新的调试会话之前自动更新闪存中的镜像,请在 “Initialization Commands” 文本框的开头添加以下命令行:: 90 … 上面的启动序列看起来有些复杂,如果您对其中的初始化命令不太熟悉,请查阅 :ref:`jtag-debugging-tip-debugger-startup-commands` 章节获取更多说明。 136 有关 ``gdbinit`` 文件内部的更多详细信息,请参阅 :ref:`jtag-debugging-tip-debugger-startup-commands` 章节。 166 Type "apropos word" to search for commands related to "word"... 216 …至于当前开发板的 JTAG 配置,请使用环境变量 ``OPENOCD_COMMANDS`` 或命令行参数 ``--openocd-commands``。如果这两者都没有被定义,那么 OpenOCD…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | app_trace.rst | 10 …to send application specific state of execution to the host and receive commands or other type of … 158 …tination). For description of the corresponding commands see `OpenOCD Application Level Tracing Co… 162 OpenOCD Application Level Tracing Commands 167 Below is the description of available OpenOCD application tracing commands. 171 Currently OpenOCD does not provide commands to send arbitrary user data to the target. 178 Sub-commands: 201 …rigger). Optionally set it to value longer than longest pause between tracing commands from target. 358 Sub-commands: 509 …commands to OpenOCD, therefore a telnet session to OpenOCD must be opened to issue such commands (… 539 commands [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/ |
D | README.md | 6 …nds-Free Client Component and the effects of them by providing a set of commands. You can use this… 83 Type 'help' to get the list of commands. 90 | 1. Print 'help' to gain overview of commands | 127 …e level connection exists between an HF Unit and an AG device, could other commands be available.** 213 This example supports three dialing commands: 323 - You should type the command in the terminal according to the format described in the commands hel… 324 - Not all commands in the table are supported by AG device like _Hands Free Audio Gateway (hfp_ag)_… 330 …luetooth examples. To show functions of HFP in a simple way, we use the Commands and Effects schem…
|
/hal_espressif-3.6.0/west/ |
D | west-commands.yml | 1 west-commands: 3 commands:
|
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/ |
D | gdbinit | 8 commands 14 commands
|