Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-2.7.6/tools/ci/
Dci_get_mr_info.py67 actions = parser.add_subparsers(dest='action', help='info type') variable
72 actions.add_parser('id', parents=[common_args])
73 actions.add_parser('files', parents=[common_args])
74 actions.add_parser('commits', parents=[common_args])
/hal_espressif-2.7.6/tools/idf_py_actions/
DREADME.md8 - base_actions - dictionary with actions that are already available for idf.py
23 "actions": {
/hal_espressif-2.7.6/tools/
Didf.py466 def _print_closing_message(self, args, actions): argument
469 if any(t in str(actions) for t in ('flash', 'dfu', 'uf2', 'uf2-app')):
526 if 'all' in actions or 'build' in actions:
529 if 'app' in actions:
531 if 'partition_table' in actions:
533 if 'bootloader' in actions:
/hal_espressif-2.7.6/examples/protocols/http_server/restful_server/front/web-demo/src/
Dstore.js17 actions: {
/hal_espressif-2.7.6/docs/en/get-started/
Dvscode-setup.rst7 …rt for VS Code and we aim to provide complete end to end support for all actions related to ESP-ID…
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/
Dusing-debugger.rst239 It is possible to combine these debugging actions on a single command line allowing convenient
240 …setup of blocking and non-blocking actions in one step. ``idf.py`` implements a simple logic to mo…
241actions (such as openocd) to the beginning and the interactive ones (such as gdb, monitor) to the …
Dindex.rst243 …pplication available under :example:`get-started/blink` and covers the following debugging actions:
253 Similar debugging actions are provided using GDB from :ref:`jtag-debugging-examples-command-line`.
/hal_espressif-2.7.6/docs/en/api-reference/network/
Desp_netif_driver.rst7 actions based on driver's lifecycle transitions.
Desp_mesh.rst211 …nabled, nodes in an ESP-MESH network are able to carry out the following actions without autonomou…
/hal_espressif-2.7.6/examples/peripherals/touch_pad_read/
DREADME.md31 …ge detection algorithm, which can achieve the purpose of detecting touch actions by configuring ap…
/hal_espressif-2.7.6/docs/en/api-reference/storage/
Dfatfs.rst30 4. Call the C standard library and POSIX API functions to perform such actions on files as open, re…
/hal_espressif-2.7.6/examples/ethernet/eth2ap/
DREADME.md11 …rks like a *bridge* between Ethernet and Wi-Fi, and it won't perform any actions on Layer3 and hig…
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dtimer.rst71 After the alarm is enabled, and the timer reaches the alarm value, the following two actions can oc…
Dsd_pullup_requirements.rst173 - Perform one of the following actions on the GPIO13 pin:
Dadc.rst67 …rations. ADC continuous (DMA) read mode is suitable for high-frequency continuous sampling actions.
Dmcpwm.rst122 …ble GPIOs. The MCPWM may be configured to perform one of four predefined actions on A/B outputs wh…
/hal_espressif-2.7.6/docs/en/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit.rst322 …- Touch actions cannot be triggered because of the multiplexed pin IO11. ESP-LyraP-LCD32 will not …
330 …button on ESP-LyraT-8311A. At the same time, ESP-LyraP-TouchA needs this pin for its touch actions.
Duser-guide-esp32-s2-kaluga-1-kit-v1.2.rst299 …- Touch actions cannot be triggered because of the multiplexed pin IO11. ESP-LyraP-LCD32 is also a…
/hal_espressif-2.7.6/examples/system/esp_event/user_event_loops/
DREADME.md11 …t_loop_create()` produces a handle to the loop, which is used to perform actions on that loop such…
/hal_espressif-2.7.6/docs/en/contribute/
Dcontributor-agreement.rst153 8.1 This Agreement and all disputes, claims, actions, suits or other
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DREADME.md9 …eed and become leaked. Both tasks uses IDF's logging API to report their actions. This example use…
/hal_espressif-2.7.6/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-terminology.rst52 …the states needed by the nodes, the messages controlling the states, and actions resulted from mes…
107 …and displays a random number, and then prompts users to take appropriate actions to input the rand…
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dsystem_check_page.iss.inc83 …ackoverflow.com/questions/64587596/is-it-possible-to-display-the-install-actions-in-a-list-in-inno…
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md471 …fore they can be passed around and to upper layers of the application to handle different actions.
/hal_espressif-2.7.6/components/esptool_py/
DLICENSE182 distribute the Program or its derivative works. These actions are

12