Searched refs:folder (Results 1 – 11 of 11) sorted by relevance
| /hal_espressif-latest/zephyr/scripts/blobs/ |
| D | esp_genblobs.py | 48 folder = Path(path, "temp", git_dir) 49 if not folder.exists(): 50 print("Cloning into {}".format(folder)) 51 cmd_exec(("git", "clone", git_url, folder, "--quiet"), cwd=path) 52 print("Checking out revision {} at {}".format(git_rev, folder)) 53 cmd_exec(("git", "-C", folder, "fetch"), cwd=path) 54 cmd_exec(("git", "-C", folder, "checkout", git_rev, "--quiet"), cwd=path) 60 folder = Path(path, "temp") 61 shutil.rmtree(folder) 85 folder = Path(path, "temp", git_dir, s) [all …]
|
| D | README.md | 7 1. Update `submodules.txt` file by changing revision values, folder path and URLs.
|
| /hal_espressif-latest/components/spi_flash/ |
| D | README.rst | 1 See the spi_flash.rst in the programming guide folder for more details.
|
| /hal_espressif-latest/tools/esptool_py/docs/ |
| D | README.md | 3 This folder contains source files of **esptool documentation**.
|
| /hal_espressif-latest/components/bt/esp_ble_mesh/ |
| D | README.md | 3 This is Espressif Bluetooth Low Energy Mesh component folder.
|
| /hal_espressif-latest/components/bt/porting/ext/tinycrypt/ |
| D | README | 43 Please, ***SEE THE DOCUMENTATION*** folder for more information on the supported
|
| /hal_espressif-latest/zephyr/scripts/pinctrl/ |
| D | README.md | 53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
|
| /hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
| D | flashing-firmware.rst | 30 The generated binary files are usually stored in the ``build`` folder of your project.
|
| /hal_espressif-latest/tools/esptool_py/ |
| D | CONTRIBUTING.rst | 168 …isites) can be easily run with the following command in the esptool root folder: ``pytest -m host_…
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
| D | avrc_defs.h | 942 tAVRC_ITEM_FOLDER folder; /* The properties of a folder item.*/ member
|
| /hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
| D | tinycrypt.rst | 288 folder). Besides illustrating how to use the primitives, these tests evaluate
|