Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/zephyr/scripts/blobs/
Desp_genblobs.py39 def cmd_exec(cmd, cwd=None, shell=False): argument
40 return subprocess.check_call(cmd, cwd=cwd, shell=shell)
/hal_espressif-latest/west/
Dtools.py41 def cmd_exec(cmd, cwd=None, shell=False): argument
42 return subprocess.check_call(cmd, cwd=cwd, shell=shell)
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst75 To activate autocompletion, you can manually add commands provided below to your shell's config file
106 …register-python-argcomplete --shell fish esptool.py espsecure.py espefuse.py >~/.config/fish/compl…
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py155 shell=False,
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in1194 bool "Enable BLE Mesh shell"
1197 Activate shell module that provides BLE Mesh commands to the console.
/hal_espressif-latest/components/bt/
DCMakeLists.txt728 list(APPEND srcs "host/nimble/nimble/nimble/host/mesh/src/shell.c"