Searched refs:shell (Results 1 – 6 of 6) sorted by relevance
| /hal_espressif-latest/zephyr/scripts/blobs/ |
| D | esp_genblobs.py | 39 def cmd_exec(cmd, cwd=None, shell=False): argument 40 return subprocess.check_call(cmd, cwd=cwd, shell=shell)
|
| /hal_espressif-latest/west/ |
| D | tools.py | 41 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/ |
| D | installation.rst | 75 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/ |
| D | test_espefuse.py | 155 shell=False,
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/ |
| D | Kconfig.in | 1194 bool "Enable BLE Mesh shell" 1197 Activate shell module that provides BLE Mesh commands to the console.
|
| /hal_espressif-latest/components/bt/ |
| D | CMakeLists.txt | 728 list(APPEND srcs "host/nimble/nimble/nimble/host/mesh/src/shell.c"
|