/hal_espressif-3.5.0/components/espcoredump/corefile/ |
D | gdb.py | 46 resp_message=None, resp_type='console', multiple=True, 55 def _gdbmi_run_cmd_get_responses(self, cmd, resp_message, resp_type, multiple=True, argument 67 if filtered_response_list and not multiple: 71 if not filtered_response_list and not multiple: 79 return self._gdbmi_run_cmd_get_responses(cmd, resp_message, resp_type, multiple=False)[0] 104 … resp_message=None, resp_type='console', multiple=True,
|
/hal_espressif-3.5.0/ |
D | .flake8 | 37 E111, # indentation is not a multiple of four 40 E114, # indentation is not a multiple of four (comment) 58 E221, # multiple spaces before operator 59 E222, # multiple spaces after operator 67 E241, # multiple spaces after ',' 74 E271, # multiple spaces after keyword 75 E272, # multiple spaces before keyword 85 E401, # multiple imports on one line 89 E701, # multiple statements on one line (colon) 90 E702, # multiple statements on one line (semicolon) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | index.rst | 94 …king the block's coding scheme. Use the :ref:`perform-multiple-operations` feature or list multipl… 101 .. _perform-multiple-operations: 106 …e once. If you need to write multiple keys/eFuses to one block using different commands, you can u… 121 - Combine multiple commands into one with this :ref:`perform-multiple-operations` feature.
|
/hal_espressif-3.5.0/tools/ |
D | mkdfu.py | 124 def pad_bytes(b, multiple, padding=b'\x00'): # type: (bytes, int, bytes) -> bytes argument 126 padded_len = (len(b) + multiple - 1) // multiple * multiple
|
/hal_espressif-3.5.0/components/esptool_py/esptool/ |
D | setup.cfg | 4 # multiple spaces before operator - used for visual indent of constants in some files 11 # multiple spaces after ',' and long lines - used for visual layout of eFuse data
|
/hal_espressif-3.5.0/components/esp_phy/ |
D | Kconfig | 46 bool "Support multiple PHY init data bin" 61 bool "Support embedded multiple phy init data bin to app bin" 65 If enabled, multiple phy init data bin will embedded into app bin 66 …If not enabled, multiple phy init data bin will still leave alone, and need to be flashed by users.
|
/hal_espressif-3.5.0/examples/system/ipc/ipc_isr/ |
D | README.md | 10 …(provided as the callback's argument) to save some registers and return multiple values from the c… 12 - `uint32_t in[];` that gives the callback multiple input arguments 13 - `uint32_t out[];` that gives the callback multiple output arguments
|
/hal_espressif-3.5.0/docs/en/api-reference/bluetooth/ |
D | esp_gattc.rst | 21 * This is a multiple connection demo and its tutorial. This demo can connect to multiple GATT serve…
|
/hal_espressif-3.5.0/components/fatfs/src/ |
D | 00history.txt | 48 Supported multiple drive system. 49 Changed some interfaces for multiple drive system. 56 Supported multiple partitions on a physical drive. 100 Added multiple code page feature. (_CODE_PAGE) 112 Added multiple sector size feature. 167 f_mkfs() supports multiple partition to complete the multiple partition feature.
|
/hal_espressif-3.5.0/components/esp_http_server/ |
D | Kconfig | 21 … underlying socket is closed. Please note that turning this off may cause multiple test failures 31 … the remaining data is larger than the available buffer size, the buffer will be filled in multiple
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | unit-tests-legacy.rst | 13 Tests are added in C files, a single C file can include multiple test cases. 44 Multi-device test cases involve writing multiple test functions, and running them on multiple DUTs. 72 …TEST_CASE_MULTIPLE_DEVICES("gpio multiple devices test example", "[driver]", gpio_master_test, gpi… 93 Signals can also be used to pass parameters between multiple devices. For example, DUT1 want to kno… 177 (16) "SPI Master test, interaction of multiple devs" [spi][ignore]
|
D | esp-wifi-mesh.rst | 95 …erses a single connection is known as **single-hop** whereas traversing multiple connections is kn… 106 …multiple stations (downstream connections). However ESP-WIFI-MESH allows nodes to simultaneously a… 115 ESP-WIFI-MESH is a multiple hop (multi-hop) network meaning nodes can transmit packets to other nod… 134 …ection (a single parent node), but can have zero to multiple downstream connections (zero to multi… 168 When an idle node has multiple parent nodes candidates (potential parent nodes), the idle node will… 175 If there are multiple parent node candidates within the same layer, the parent node candidate with … 186 …n ESP-WIFI-MESH network hence is always the preferred parent node given multiple parent node candi… 194 …ticular node itself). Each routing table is internally partitioned into multiple subtables with ea… 273 **2.** Over multiple iterations of transmission and scanning, the beacon frame with the strongest r… 283 …multiple networks. If such is the case, ESP-WIFI-MESH has internal mechanisms to autonomously reso… [all …]
|
D | freertos-smp.rst | 40 - has multiple cores running independently. Each core has its own register file, interrupts, and in… 45 - the presence of multiple CPUs allows for multiple hardware threads, thus increases overall proces… 61 …- If multiple cores access the same memory address, their access will be serialized at the memory … 167 …n on multiple cores. In this case, the scheduler will only preempt one core. The scheduler always … 178 …ts time slicing meaning that if current highest ready priority contains multiple ready tasks, the … 255 - Users cannot expect multiple ready state tasks of the same priority to run sequentially (as is th… 299 In ESP-IDF FreeRTOS, suspending the scheduler across multiple cores is not possible. Therefore when… 352 …cursively (i.e., nested critical sections). Entering a critical section multiple times recursively… 373 …or interrupt nesting) are disabled during a critical section, there are multiple restrictions rega…
|
/hal_espressif-3.5.0/examples/build_system/cmake/multi_config/ |
D | README.md | 5 This example demonstrates how to build multiple configurations of a single application. This can be… 7 * Building binaries for multiple similar products from single codebase 67 ### Combining multiple files in `SDKCONFIG_DEFAULTS` 73 It is possible to specify multiple files in this variable, separating them with semicolons. In the …
|
/hal_espressif-3.5.0/examples/peripherals/twai/twai_self_test/ |
D | README.md | 78 The TWAI Self Test Example will do multiple iterations of the following steps: 82 3. Simultaneously transmit and receive multiple messages using the self reception request. 84 5. Repeat steps 2 to 4 for multiple iterations
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | usb_host.rst | 32 - Allows multiple class drivers to run simultaneously (i.e., multiple clients of the Host Library) 33 - A single device can be used by multiple clients simultaneously (e.g., composite devices) 38 - Only supports a single device, but the Host Library's API is designed for multiple device support. 95 …e as long as they are not communicating to the same interface. However, multiple clients can simul… 159 The graph above illustrates the typical lifecycle of the Host Library with multiple clients and dev… 318 - Be able to open multiple devices 320 - Communicate with multiple endpoints of an interface in a particular order 321 - Claim multiple interfaces of a device 387 …/include/usb/usb_types_stack.h` contains types that are are used across multiple layers of the USB…
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | esp_event.rst | 27 …func:`esp_event_handler_register_with`. Handlers can be registered with multiple loops, more on th… 160 It is possible to register a single handler to multiple events individually, i.e. using multiple ca… 161 For those multiple calls, the specific event base and event ID can be specified with which the hand… 194 …take advantage of this behavior, caution must be exercised if there are multiple tasks registering…
|
/hal_espressif-3.5.0/tools/kconfig_new/test/gen_kconfig_doc/ |
D | Kconfig.chipb | 18 bool "Config for every chip (note that the config is defined at multiple places)"
|
D | Kconfig.chipa | 21 bool "Config for every chip (note that the config is defined at multiple places)"
|
/hal_espressif-3.5.0/components/soc/ |
D | README.md | 7 - `xxx_channel.h` - definitions for hardware with multiple channels
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | unit-tests-legacy.rst | 76 …TEST_CASE_MULTIPLE_DEVICES("gpio multiple devices test example", "[driver]", gpio_master_test, gpi… 206 (16) "SPI Master test, interaction of multiple devs" [spi][ignore]
|
/hal_espressif-3.5.0/examples/system/ota/simple_ota_example/ |
D | README.md | 9 …ll allow firmware upgrade to happen through specific interface (in case multiple networking interf…
|
/hal_espressif-3.5.0/components/esp_hw_support/ |
D | README.md | 5 or (2) may be multi-step operations involving/affecting multiple parts of the SoC.
|
/hal_espressif-3.5.0/examples/system/ulp_fsm/ulp_adc/main/ |
D | CMakeLists.txt | 7 # 1. The ULP app name must be unique (if multiple components use ULP).
|
/hal_espressif-3.5.0/examples/system/ulp_fsm/ulp/main/ |
D | CMakeLists.txt | 7 # 1. The ULP app name must be unique (if multiple components use ULP).
|