Home
last modified time | relevance | path

Searched defs:url (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.4.0/tools/
Dtools.json30 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
35 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
40 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
45 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
50 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
55 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
62 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
67 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
99 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
104 …"url": "https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32… string
[all …]
Dzephyr_tools.json39 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
44 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
49 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
54 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
59 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
64 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
71 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
76 …"url": "https://github.com/espressif/openocd-esp32/releases/download/v0.11.0-esp32-20220411/openoc… string
Didf_tools.py315 def splittype(url): # type: (str) -> Tuple[Optional[str], str] argument
324 def urlretrieve_ctx(url, filename, reporthook=None, data=None, context=None): argument
431 def __init__(self, platform_name, url, size, sha256): # type: (str, str, int, str) -> None argument
466 def add_download(self, platform_name, url, size, sha256): # type: (str, str, int, str) -> None argument
Dtools_schema.json178 "url": { object
/hal_espressif-3.4.0/tools/ci/
Dcheck_readme_links.py40 def __init__(self, file, url): argument
51 def __init__(self, file, url, error_code): argument
61 def check_url(url, files, timeout): argument
Dci_fetch_submodule.py27 def __init__(self, gitlab_inst, path, url): argument
40 def _get_project_id(self, url): argument
/hal_espressif-3.4.0/docs/
Dgenerate_chart.py63 def __init__(self, url=None, filename=None): argument
81 def _get_all_version_from_url(self, url=None, filename=None): argument
85 def _get_releases_from_url(self, url=None, filename=None): argument
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_eddystone/main/
Desp_eddystone_api.h30 char url[EDDYSTONE_URL_MAX_LEN]; /*<! the decoded URL */ member
31 } url; member
Desp_eddystone_protocol.h89 esp_eddystone_url_t url; member
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dlibrary.properties8 url=https://github.com/kmackay/micro-ecc key
/hal_espressif-3.4.0/tools/idf_monitor_base/
Dweb_socket_client.py45 def __init__(self, url): # type: (str) -> None argument
/hal_espressif-3.4.0/components/esp-tls/
Desp_tls.c515 static int get_port(const char *url, struct http_parser_url *u) in get_port()
532 esp_tls_t *esp_tls_conn_http_new(const char *url, const esp_tls_cfg_t *cfg) in esp_tls_conn_http_new()
554 int esp_tls_conn_http_new_async(const char *url, const esp_tls_cfg_t *cfg, esp_tls_t *tls) in esp_tls_conn_http_new_async()
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/
Dexample_test.py76 def redirect_handler_factory(url): argument
/hal_espressif-3.4.0/components/esp_http_client/
Desp_http_client.c56 char *url; member
838 esp_err_t esp_http_client_set_url(esp_http_client_handle_t client, const char *url) in esp_http_client_set_url()
1590 esp_err_t esp_http_client_get_url(esp_http_client_handle_t client, char *url, const int len)
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/
Dwnm_sta.c888 char url[256]; in ieee802_11_rx_bss_trans_mgmt_req() local
/hal_espressif-3.4.0/components/esp_http_client/include/
Desp_http_client.h102 …const char *url; /*!< HTTP URL, the information on the URL is most… member