Searched +full:doc +full:- +full:url (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.7.0/zephyr/ |
D | module.yml | 8 - path: lib/esp32c3/libbtdm_app.a 12 license-path: zephyr/blobs/license.txt 13 …url: https://github.com/espressif/esp32c3-bt-lib/raw/b438f60a295183e7c67eb42ae05f4580f4b1ced0/esp3… 15 doc-url: https://github.com/espressif/esp32c3-bt-lib 16 - path: lib/esp32s3/libbtdm_app.a 20 license-path: zephyr/blobs/license.txt 21 …url: https://github.com/espressif/esp32c3-bt-lib/raw/b438f60a295183e7c67eb42ae05f4580f4b1ced0/esp3… 23 doc-url: https://github.com/espressif/esp32c3-bt-lib 24 - path: lib/esp32/libbtdm_app.a 28 license-path: zephyr/blobs/license.txt [all …]
|
/hal_espressif-3.7.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 3 # SPDX-License-Identifier: Apache-2.0 29 - path: lib/{SOC}/{FILENAME} 33 license-path: zephyr/blobs/license.txt 34 url: {URL}/raw/{REV}/{SOC}/{FILENAME} 36 doc-url: {URL_BASE}''' 51 cmd_exec(("git", "clone", git_url, folder, "--quiet"), cwd=path) 53 cmd_exec(("git", "-C", folder, "fetch"), cwd=path) 54 cmd_exec(("git", "-C", folder, "checkout", git_rev, "--quiet"), cwd=path) 96 URL=git_url,
|